/titanic_44/usr/src/cmd/tsol/tninfo/ |
H A D | tninfo.c | 132 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()
|
/titanic_44/usr/src/cmd/tsol/getlabel/ |
H A D | getlabel.c | 63 if (label_to_str(fl, &label, M_LABEL, LONG_NAMES) != 0) { in get_label() 71 if (label_to_str(fl, &label, M_LABEL, SHORT_NAMES) != 0) { in get_label() 79 if (label_to_str(fl, &label, M_LABEL, DEF_NAMES) != 0) { in get_label()
|
/titanic_44/usr/src/cmd/tsol/hextoalabel/ |
H A D | hextoalabel.c | 142 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()
|
/titanic_44/usr/src/cmd/tsol/lslabels/ |
H A D | lslabels.c | 85 if (label_to_str(&label, &labelstr, M_LABEL, in bitfinder() 146 int mode = M_LABEL; in main()
|
/titanic_44/usr/src/cmd/auditreduce/ |
H A D | auditrt.h | 128 #define M_LABEL 0x0800 /* 'l' mandatory label range */ macro
|
H A D | option.c | 1145 if (flags & M_LABEL) { in proc_label() 1149 flags |= M_LABEL; in proc_label()
|
H A D | token.c | 1979 if (flags & M_LABEL) { in label_token() 1981 checkflags = checkflags | M_LABEL; in label_token()
|
/titanic_44/usr/src/cmd/tsol/plabel/ |
H A D | plabel.c | 196 if (label_to_str(plabel, &str, M_LABEL, wordlen) != 0) { in look()
|
/titanic_44/usr/src/lib/libtsol/common/ |
H A D | label.h | 175 M_LABEL = 1, /* process or user clearance */ enumerator
|
/titanic_44/usr/src/common/tsol/ |
H A D | ltos.c | 204 case M_LABEL: in label_to_str()
|
/titanic_44/usr/src/lib/libtsnet/common/ |
H A D | misc.c | 100 if ((label_to_str(sl, &sl_str, M_LABEL, DEF_NAMES) != 0) && in sl_to_str()
|
/titanic_44/usr/src/cmd/lp/model/ |
H A D | lp.tsol_separator.c | 276 if (label_to_str(FileLabel, &page_label, M_LABEL, in EmitLabelInfo()
|
/titanic_44/usr/src/cmd/praudit/ |
H A D | token.c | 2241 if (label_to_str(label, &uval.string_val, M_LABEL, in label_token()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | expound.c | 4491 M_LABEL, SHORT_NAMES) != 0) { in show_zone_create_args() 4576 M_LABEL, SHORT_NAMES) != 0) { in show_zone_create_args32()
|
/titanic_44/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 2248 if (label_to_str(sl, plabel, M_LABEL, DEF_NAMES) != 0) { in ipsec_convert_bslabel_to_string()
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 2564 if (label_to_str(new_sl, &ascii, M_LABEL, in zfs_prop_get()
|