/illumos-gate/usr/src/lib/libtsol/common/ |
H A D | hextob.c | 54 * 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 D | label.h | 213 extern int str_to_label(const char *, m_label_t **, const m_label_type_t,
|
H A D | misc.c | 457 (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 D | atohexlabel.c | 138 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 D | hextoalabel.c | 138 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 D | tsol_sgettpent.c | 85 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 D | misc.c | 246 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 D | tsol_sgetzcent.c | 219 if (str_to_label(fieldbuf, &slp, MAC_LABEL, L_NO_CORRECTION, NULL)
|
/illumos-gate/usr/src/cmd/tsol/getzonepath/ |
H A D | getzonepath.c | 96 if (str_to_label(argv[1], &label, MAC_LABEL, L_NO_CORRECTION,
|
/illumos-gate/usr/src/cmd/tsol/lslabels/ |
H A D | lslabels.c | 90 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 D | setlabel.c | 112 if (str_to_label(label, &blabel, MAC_LABEL, L_DEFAULT, &err) == -1) {
|
/illumos-gate/usr/src/cmd/tsol/updatehome/ |
H A D | updatehome.c | 174 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 D | tx.c | 68 if (str_to_label(slabel, &bsl, USER_CLEAR,
|
/illumos-gate/usr/src/cmd/auditreduce/ |
H A D | option.c | 1160 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 D | Makefile | 40 str_to_label.3tsol \
|
/illumos-gate/usr/src/common/tsol/ |
H A D | stol.c | 189 * 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 D | funcs.c | 441 err = str_to_label(labelstr, &lbl, MAC_LABEL, L_NO_CORRECTION, NULL);
|
/illumos-gate/usr/src/cmd/lp/model/ |
H A D | lp.tsol_separator.c | 140 if (str_to_label(remoteLabel, &FileLabel, MAC_LABEL, 142 perror("str_to_label");
|
/illumos-gate/usr/src/cmd/allocate/ |
H A D | add_allocatable.c | 341 if (str_to_label(str, &slabel, MAC_LABEL, L_NO_CORRECTION,
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | validate.c | 1006 (str_to_label(slabel, &sl, USER_CLEAR, L_NO_CORRECTION, &in_range)))
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 1179 (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 D | ipseckey.c | 933 err = str_to_label(label, &sl, MAC_LABEL, L_DEFAULT, NULL);
|