Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c133 l_to_str(&tp.tp_def_label, &str2, M_INTERNAL); in print_rhtp()
145 &str2, M_INTERNAL); in print_rhtp()
154 &str2, M_INTERNAL); in print_rhtp()
163 if (label_to_str(l1, &str2, M_INTERNAL, in print_rhtp()
182 &str2, M_INTERNAL); in print_rhtp()
192 &str2, M_INTERNAL); in print_rhtp()
202 if (label_to_str(l1, &str2, M_INTERNAL, in print_rhtp()
/illumos-gate/usr/src/lib/libtsol/common/
H A Dbtohex.c119 if (label_to_str(label, &h, M_INTERNAL, DEF_NAMES) != 0) { in bsltoh_r()
169 if (label_to_str(clearance, &h, M_INTERNAL, DEF_NAMES) != 0) { in bcleartoh_r()
H A Dlabel.h176 M_INTERNAL = 2, /* internal form for use in public databases */ enumerator
/illumos-gate/usr/src/cmd/tsol/atohexlabel/
H A Datohexlabel.c142 if (label_to_str(label, &hex, M_INTERNAL, DEF_NAMES) != 0) { in main()
154 if (label_to_str(label, &hex, M_INTERNAL, DEF_NAMES) != 0) { in main()
/illumos-gate/usr/src/cmd/tsol/lslabels/
H A Dlslabels.c97 &labelstr, M_INTERNAL, 0); in bitfinder()
158 mode = M_INTERNAL; in main()
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dtx.c137 if (label_to_str(sl, &pslabel, M_INTERNAL, DEF_NAMES) != 0) in get_peer_label()
/illumos-gate/usr/src/cmd/lp/lib/secure/
H A Dsecure.c208 M_INTERNAL, DEF_NAMES) != 0) { in putsecure()
/illumos-gate/usr/src/common/tsol/
H A Dltos.c253 case M_INTERNAL: { in label_to_str()
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dmisc.c101 (label_to_str(sl, &sl_str, M_INTERNAL, DEF_NAMES) != 0)) in sl_to_str()
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt_token.c65 if (label_to_str(label, &direct, M_INTERNAL, DEF_NAMES) != 0) { in dprt_label()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h432 #define M_INTERNAL 'I' /* SMTP to another sendmail site */ macro
H A Dusersmtp.c233 || bitnset(M_INTERNAL, m->m_flags)
H A Dreadcf.c1269 if (*p == M_INTERNAL)
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4322 &label_str, M_INTERNAL, in show_zone_create_args()
4406 &label_str, M_INTERNAL, in show_zone_create_args32()
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2375 if (label_to_str(sl, plabel, M_INTERNAL, DEF_NAMES) != 0) { in ipsec_convert_bslabel_to_hex()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1241 if (label_to_str(new_sl, &hex, M_INTERNAL, in zfs_valid_proplist()