/titanic_50/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_50/usr/src/cmd/tsol/lslabels/ |
H A D | lslabels.c | 85 if (label_to_str(&label, &labelstr, M_LABEL, in bitfinder() 96 (void) label_to_str(&label, in bitfinder() 204 if (label_to_str(label, &labelstr, mode, in main()
|
/titanic_50/usr/src/lib/libtsol/common/ |
H A D | btohex.c | 121 if (label_to_str(label, &h, M_INTERNAL, DEF_NAMES) != 0) { in bsltoh_r() 171 if (label_to_str(clearance, &h, M_INTERNAL, DEF_NAMES) != 0) { in bcleartoh_r()
|
H A D | label.h | 189 extern int label_to_str(const m_label_t *, char **, const m_label_str_t,
|
H A D | mapfile-vers | 56 label_to_str;
|
/titanic_50/usr/src/cmd/lp/model/ |
H A D | lp.tsol_separator.c | 248 if (label_to_str(FileLabel, &header, PRINTER_TOP_BOTTOM, in EmitLabelInfo() 255 if (label_to_str(FileLabel, &label, PRINTER_LABEL, in EmitLabelInfo() 262 if (label_to_str(FileLabel, &caveats, PRINTER_CAVEATS, in EmitLabelInfo() 269 if (label_to_str(FileLabel, &channels, PRINTER_CHANNELS, in EmitLabelInfo() 276 if (label_to_str(FileLabel, &page_label, M_LABEL, in EmitLabelInfo()
|
/titanic_50/usr/src/cmd/tsol/atohexlabel/ |
H A D | atohexlabel.c | 142 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()
|
/titanic_50/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_50/usr/src/cmd/tsol/tninfo/ |
H A D | tninfo.c | 95 if (label_to_str(l, str, ltype, DEF_NAMES) != 0) in l_to_str() 163 if (label_to_str(l1, &str2, M_INTERNAL, in print_rhtp() 202 if (label_to_str(l1, &str2, M_INTERNAL, in print_rhtp()
|
/titanic_50/usr/src/cmd/lp/lib/lp/ |
H A D | tx.c | 137 if (label_to_str(sl, &pslabel, M_INTERNAL, DEF_NAMES) != 0) in get_peer_label()
|
/titanic_50/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() 101 (label_to_str(sl, &sl_str, M_INTERNAL, DEF_NAMES) != 0)) in sl_to_str()
|
/titanic_50/usr/src/cmd/tsol/plabel/ |
H A D | plabel.c | 196 if (label_to_str(plabel, &str, M_LABEL, wordlen) != 0) { in look()
|
/titanic_50/usr/src/cmd/lp/lib/secure/ |
H A D | secure.c | 209 if (label_to_str(sl, &(secbufp->slabel), in putsecure()
|
/titanic_50/usr/src/man/man3tsol/ |
H A D | Makefile | 33 label_to_str.3tsol \
|
/titanic_50/usr/src/common/tsol/ |
H A D | ltos.c | 186 label_to_str(const m_label_t *l, char **s, const m_label_str_t t, uint_t f) in label_to_str() function
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3tsol.inc | 29 file path=usr/share/man/man3tsol/label_to_str.3tsol
|
/titanic_50/usr/src/lib/libbsm/common/ |
H A D | adt_token.c | 65 if (label_to_str(label, &direct, M_INTERNAL, DEF_NAMES) != 0) { in dprt_label()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | expound.c | 4506 if (label_to_str(&zone_label, &label_str, in show_zone_create_args() 4509 (void) label_to_str(&zone_label, in show_zone_create_args() 4591 if (label_to_str(&zone_label, &label_str, in show_zone_create_args32() 4594 (void) label_to_str(&zone_label, in show_zone_create_args32()
|
/titanic_50/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() 2257 if (label_to_str(sl, plabel, M_INTERNAL, DEF_NAMES) != 0) { in ipsec_convert_bslabel_to_hex()
|
/titanic_50/usr/src/cmd/praudit/ |
H A D | token.c | 2241 if (label_to_str(label, &uval.string_val, M_LABEL, in label_token()
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 1197 if (label_to_str(new_sl, &hex, M_INTERNAL, in zfs_valid_proplist() 2579 if (label_to_str(new_sl, &ascii, M_LABEL, in zfs_prop_get()
|