Searched refs:label_to_str (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/tsol/getlabel/
H A Dgetlabel.c63 if (label_to_str(fl, &label, M_LABEL, LONG_NAMES) != 0) {
71 if (label_to_str(fl, &label, M_LABEL, SHORT_NAMES) != 0) {
79 if (label_to_str(fl, &label, M_LABEL, DEF_NAMES) != 0) {
/illumos-gate/usr/src/lib/libtsol/common/
H A Dbtohex.c113 * Calls label_to_str, strncpy.
121 if (label_to_str(label, &h, M_INTERNAL, DEF_NAMES) != 0) {
163 * Calls label_to_str, strncpy.
171 if (label_to_str(clearance, &h, M_INTERNAL, DEF_NAMES) != 0) {
H A Dlabel.h189 extern int label_to_str(const m_label_t *, char **, const m_label_str_t,
/illumos-gate/usr/src/cmd/tsol/atohexlabel/
H A Datohexlabel.c142 if (label_to_str(label, &hex, M_INTERNAL, DEF_NAMES) != 0) {
143 perror("label_to_str");
154 if (label_to_str(label, &hex, M_INTERNAL, DEF_NAMES) != 0) {
155 perror("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) {
143 perror("label_to_str");
154 if (label_to_str(label, &ascii, M_LABEL, DEF_NAMES) != 0) {
155 perror("label_to_str");
/illumos-gate/usr/src/cmd/tsol/lslabels/
H A Dlslabels.c85 if (label_to_str(&label, &labelstr, M_LABEL,
96 (void) label_to_str(&label,
204 if (label_to_str(label, &labelstr, mode,
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tsol_separator.c248 if (label_to_str(FileLabel, &header, PRINTER_TOP_BOTTOM,
251 gettext("%s: label_to_str PRINTER_TOP_BOTTOM: %s.\n"),
255 if (label_to_str(FileLabel, &label, PRINTER_LABEL,
258 gettext("%s: label_to_str PRINTER_LABEL: %s.\n"),
262 if (label_to_str(FileLabel, &caveats, PRINTER_CAVEATS,
265 gettext("%s: label_to_str PRINTER_CAVEATS: %s.\n"),
269 if (label_to_str(FileLabel, &channels, PRINTER_CHANNELS,
272 gettext("%s: label_to_str PRINTER_CHANNELS: %s.\n"),
276 if (label_to_str(FileLabel, &page_label, M_LABEL,
279 gettext("%s: label_to_str M_LABE
[all...]
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dtx.c137 if (label_to_str(sl, &pslabel, M_INTERNAL, DEF_NAMES) != 0)
138 syslog(LOG_WARNING, "label_to_str(): %m");
/illumos-gate/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c95 if (label_to_str(l, str, ltype, DEF_NAMES) != 0)
163 if (label_to_str(l1, &str2, M_INTERNAL,
202 if (label_to_str(l1, &str2, M_INTERNAL,
/illumos-gate/usr/src/cmd/tsol/plabel/
H A Dplabel.c196 if (label_to_str(plabel, &str, M_LABEL, wordlen) != 0) {
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dmisc.c100 if ((label_to_str(sl, &sl_str, M_LABEL, DEF_NAMES) != 0) &&
101 (label_to_str(sl, &sl_str, M_INTERNAL, DEF_NAMES) != 0))
/illumos-gate/usr/src/man/man3tsol/
H A DMakefile33 label_to_str.3tsol \
/illumos-gate/usr/src/cmd/lp/lib/secure/
H A Dsecure.c209 if (label_to_str(sl, &(secbufp->slabel),
211 perror("label_to_str");
/illumos-gate/usr/src/common/tsol/
H A Dltos.c170 * label_to_str -- convert a label to the requested type of string.
186 label_to_str(const m_label_t *l, char **s, const m_label_str_t t, uint_t f) function
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt_token.c65 if (label_to_str(label, &direct, M_INTERNAL, DEF_NAMES) != 0) {
66 adt_write_syslog("label_to_str(M_INTERNAL)", errno);
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2248 if (label_to_str(sl, plabel, M_LABEL, DEF_NAMES) != 0) {
2257 if (label_to_str(sl, plabel, M_INTERNAL, DEF_NAMES) != 0) {
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4506 if (label_to_str(&zone_label, &label_str,
4509 (void) label_to_str(&zone_label,
4591 if (label_to_str(&zone_label, &label_str,
4594 (void) label_to_str(&zone_label,
/illumos-gate/usr/src/cmd/praudit/
H A Dtoken.c2241 if (label_to_str(label, &uval.string_val, M_LABEL,
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1185 if (label_to_str(new_sl, &hex, M_INTERNAL,
2584 if (label_to_str(new_sl, &ascii, M_LABEL,

Completed in 126 milliseconds