Searched refs:str_to_label (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libtsol/common/
H A Dhextob.c54 * Calls str_to_label, m_label_free.
62 if (str_to_label(s, &l, MAC_LABEL, L_NO_CORRECTION, NULL) == -1) {
82 * Calls str_to_label, m_label_free.
90 if (str_to_label(s, &c, USER_CLEAR, L_NO_CORRECTION, NULL) == -1) {
H A Dlabel.h213 extern int str_to_label(const char *, m_label_t **, const m_label_type_t,
H A Dmisc.c457 (void) str_to_label(kv_str, &range->lower_bound,
463 (void) str_to_label(kv_str, &range->upper_bound,
/illumos-gate/usr/src/cmd/tsol/atohexlabel/
H A Datohexlabel.c138 if (str_to_label(ascii, &label, USER_CLEAR, L_NO_CORRECTION,
150 if (str_to_label(ascii, &label, MAC_LABEL, L_NO_CORRECTION,
/illumos-gate/usr/src/cmd/tsol/hextoalabel/
H A Dhextoalabel.c138 if (str_to_label(hex, &label, USER_CLEAR, L_NO_CORRECTION,
150 if (str_to_label(hex, &label, MAC_LABEL, L_NO_CORRECTION,
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_sgettpent.c85 if (str_to_label(min, &slp, MAC_LABEL, L_NO_CORRECTION, NULL) != 0)
88 if (str_to_label(max, &slp, MAC_LABEL, L_NO_CORRECTION, NULL) != 0)
108 if (str_to_label(tokp, &slp, MAC_LABEL, L_NO_CORRECTION,
158 if (str_to_label(val, &slp, MAC_LABEL, L_NO_CORRECTION,
173 if (str_to_label(ADMIN_LOW, &llow, MAC_LABEL,
H A Dmisc.c246 if (str_to_label(attrbuf, &min_sl, MAC_LABEL,
263 if (str_to_label(attrbuf, &max_sl, MAC_LABEL,
280 if (str_to_label(attrbuf, &min_sl, MAC_LABEL,
H A Dtsol_sgetzcent.c219 if (str_to_label(fieldbuf, &slp, MAC_LABEL, L_NO_CORRECTION, NULL)
/illumos-gate/usr/src/cmd/tsol/getzonepath/
H A Dgetzonepath.c96 if (str_to_label(argv[1], &label, MAC_LABEL, L_NO_CORRECTION,
/illumos-gate/usr/src/cmd/tsol/lslabels/
H A Dlslabels.c90 if (str_to_label(labelstr, &label2, MAC_LABEL,
200 if (str_to_label(ascii, &label, MAC_LABEL, L_NO_CORRECTION,
/illumos-gate/usr/src/cmd/tsol/setlabel/
H A Dsetlabel.c112 if (str_to_label(label, &blabel, MAC_LABEL, L_DEFAULT, &err) == -1) {
/illumos-gate/usr/src/cmd/tsol/updatehome/
H A Dupdatehome.c174 if (str_to_label(kv_str, &min_sl, MAC_LABEL, L_NO_CORRECTION,
177 gettext("str_to_label failure on min_label for"
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dtx.c68 if (str_to_label(slabel, &bsl, USER_CLEAR,
/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c1160 if (str_to_label(optstr, &m_label->lower_bound, MAC_LABEL,
1173 if (str_to_label(ADMIN_LOW, &m_label->lower_bound, MAC_LABEL,
1181 if (str_to_label(ADMIN_HIGH, &m_label->upper_bound,
1186 if (str_to_label(p, &m_label->upper_bound, MAC_LABEL,
1198 if (str_to_label(optstr, &m_label->lower_bound, MAC_LABEL,
1208 if (str_to_label(ADMIN_HIGH, &m_label->upper_bound,
1213 if (str_to_label(p, &m_label->upper_bound, MAC_LABEL,
/illumos-gate/usr/src/man/man3tsol/
H A DMakefile40 str_to_label.3tsol \
/illumos-gate/usr/src/common/tsol/
H A Dstol.c189 * str_to_label -- parse a string into the requested label type.
220 str_to_label(const char *str, m_label_t **l, const m_label_type_t t, uint_t f, function
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c441 err = str_to_label(labelstr, &lbl, MAC_LABEL, L_NO_CORRECTION, NULL);
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tsol_separator.c140 if (str_to_label(remoteLabel, &FileLabel, MAC_LABEL,
142 perror("str_to_label");
/illumos-gate/usr/src/cmd/allocate/
H A Dadd_allocatable.c341 if (str_to_label(str, &slabel, MAC_LABEL, L_NO_CORRECTION,
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.c1006 (str_to_label(slabel, &sl, USER_CLEAR, L_NO_CORRECTION, &in_range)))
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1179 (str_to_label(strval, &new_sl, MAC_LABEL,
2578 if (str_to_label(propbuf, &new_sl, MAC_LABEL,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c933 err = str_to_label(label, &sl, MAC_LABEL, L_DEFAULT, NULL);

Completed in 75 milliseconds