Home
last modified time | relevance | path

Searched refs:M_LABEL (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c132 l_to_str(&tp.tp_def_label, &str, M_LABEL); in print_rhtp()
143 &str, M_LABEL); in print_rhtp()
152 &str, M_LABEL); in print_rhtp()
166 l_to_str(l1, &str, M_LABEL); in print_rhtp()
180 &str, M_LABEL); in print_rhtp()
190 &str, M_LABEL); in print_rhtp()
205 l_to_str(l1, &str, M_LABEL); in print_rhtp()
/illumos-gate/usr/src/cmd/tsol/getlabel/
H A Dgetlabel.c61 if (label_to_str(fl, &label, M_LABEL, LONG_NAMES) != 0) { in get_label()
69 if (label_to_str(fl, &label, M_LABEL, SHORT_NAMES) != 0) { in get_label()
77 if (label_to_str(fl, &label, M_LABEL, DEF_NAMES) != 0) { in get_label()
/illumos-gate/usr/src/cmd/tsol/hextoalabel/
H A Dhextoalabel.c142 if (label_to_str(label, &ascii, M_LABEL, DEF_NAMES) != 0) { in main()
154 if (label_to_str(label, &ascii, M_LABEL, DEF_NAMES) != 0) { in main()
/illumos-gate/usr/src/cmd/tsol/lslabels/
H A Dlslabels.c85 if (label_to_str(&label, &labelstr, M_LABEL, in bitfinder()
146 int mode = M_LABEL; in main()
/illumos-gate/usr/src/cmd/auditreduce/
H A Dauditrt.h130 #define M_LABEL 0x0800 /* 'l' mandatory label range */ macro
H A Doption.c1145 if (flags & M_LABEL) { in proc_label()
1149 flags |= M_LABEL; in proc_label()
H A Dtoken.c1993 if (flags & M_LABEL) { in label_token()
1995 checkflags = checkflags | M_LABEL; in label_token()
/illumos-gate/usr/src/cmd/tsol/plabel/
H A Dplabel.c194 if (label_to_str(plabel, &str, M_LABEL, wordlen) != 0) { in look()
/illumos-gate/usr/src/lib/libtsol/common/
H A Dlabel.h175 M_LABEL = 1, /* process or user clearance */ enumerator
/illumos-gate/usr/src/common/tsol/
H A Dltos.c204 case M_LABEL: in label_to_str()
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dmisc.c100 if ((label_to_str(sl, &sl_str, M_LABEL, DEF_NAMES) != 0) && in sl_to_str()
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tsol_separator.c274 if (label_to_str(FileLabel, &page_label, M_LABEL, in EmitLabelInfo()
/illumos-gate/usr/src/cmd/praudit/
H A Dtoken.c2241 if (label_to_str(label, &uval.string_val, M_LABEL, in label_token()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4319 M_LABEL, SHORT_NAMES) != 0) { in show_zone_create_args()
4403 M_LABEL, SHORT_NAMES) != 0) { in show_zone_create_args32()
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2366 if (label_to_str(sl, plabel, M_LABEL, DEF_NAMES) != 0) { in ipsec_convert_bslabel_to_string()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c2867 if (label_to_str(new_sl, &ascii, M_LABEL, in zfs_prop_get()