Home
last modified time | relevance | path

Searched refs:label_to_str (Results 1 – 21 of 21) sorted by relevance

/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/lslabels/
H A Dlslabels.c85 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()
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tsol_separator.c246 if (label_to_str(FileLabel, &header, PRINTER_TOP_BOTTOM, in EmitLabelInfo()
253 if (label_to_str(FileLabel, &label, PRINTER_LABEL, in EmitLabelInfo()
260 if (label_to_str(FileLabel, &caveats, PRINTER_CAVEATS, in EmitLabelInfo()
267 if (label_to_str(FileLabel, &channels, PRINTER_CHANNELS, in EmitLabelInfo()
274 if (label_to_str(FileLabel, &page_label, M_LABEL, in EmitLabelInfo()
/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.h189 extern int label_to_str(const m_label_t *, char **, const m_label_str_t,
H A Dmapfile-vers56 label_to_str;
/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/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/tninfo/
H A Dtninfo.c95 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()
/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()
101 (label_to_str(sl, &sl_str, M_INTERNAL, DEF_NAMES) != 0)) in sl_to_str()
/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/tsol/plabel/
H A Dplabel.c194 if (label_to_str(plabel, &str, M_LABEL, wordlen) != 0) { in look()
/illumos-gate/usr/src/cmd/lp/lib/secure/
H A Dsecure.c207 if (label_to_str(sl, &(secbufp->slabel), in putsecure()
/illumos-gate/usr/src/man/man3tsol/
H A DMakefile35 label_to_str.3tsol \
/illumos-gate/usr/src/common/tsol/
H A Dltos.c186 label_to_str(const m_label_t *l, char **s, const m_label_str_t t, uint_t f) in label_to_str() function
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3tsol.inc57 file path=usr/share/man/man3tsol/label_to_str.3tsol
/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/truss/
H A Dexpound.c4318 if (label_to_str(&zone_label, &label_str, in show_zone_create_args()
4321 (void) label_to_str(&zone_label, in show_zone_create_args()
4402 if (label_to_str(&zone_label, &label_str, in show_zone_create_args32()
4405 (void) label_to_str(&zone_label, in show_zone_create_args32()
/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/lib/libipsecutil/common/
H A Dipsec_util.c2255 if (label_to_str(sl, plabel, M_LABEL, DEF_NAMES) != 0) { in ipsec_convert_bslabel_to_string()
2264 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()
2867 if (label_to_str(new_sl, &ascii, M_LABEL, in zfs_prop_get()