/titanic_41/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) in get_tn_sl_range() 88 if (str_to_label(max, &slp, MAC_LABEL, L_NO_CORRECTION, NULL) != 0) in get_tn_sl_range() 108 if (str_to_label(tokp, &slp, MAC_LABEL, L_NO_CORRECTION, in get_tn_sl_set() 158 if (str_to_label(val, &slp, MAC_LABEL, L_NO_CORRECTION, in parse_remainder() 173 if (str_to_label(ADMIN_LOW, &llow, MAC_LABEL, in parse_remainder()
|
H A D | misc.c | 246 if (str_to_label(attrbuf, &min_sl, MAC_LABEL, in rtsa_keyword() 263 if (str_to_label(attrbuf, &max_sl, MAC_LABEL, in rtsa_keyword() 280 if (str_to_label(attrbuf, &min_sl, MAC_LABEL, in rtsa_keyword()
|
H A D | tsol_sgetzcent.c | 219 if (str_to_label(fieldbuf, &slp, MAC_LABEL, L_NO_CORRECTION, NULL) in tsol_sgetzcent()
|
/titanic_41/usr/src/lib/libtsol/common/ |
H A D | hextob.c | 62 if (str_to_label(s, &l, MAC_LABEL, L_NO_CORRECTION, NULL) == -1) { in htobsl() 90 if (str_to_label(s, &c, USER_CLEAR, L_NO_CORRECTION, NULL) == -1) { in htobclear()
|
H A D | misc.c | 457 (void) str_to_label(kv_str, &range->lower_bound, in getuserrange() 463 (void) str_to_label(kv_str, &range->upper_bound, in getuserrange()
|
H A D | label.h | 213 extern int str_to_label(const char *, m_label_t **, const m_label_type_t,
|
H A D | mapfile-vers | 61 str_to_label;
|
/titanic_41/usr/src/cmd/tsol/atohexlabel/ |
H A D | atohexlabel.c | 138 if (str_to_label(ascii, &label, USER_CLEAR, L_NO_CORRECTION, in main() 150 if (str_to_label(ascii, &label, MAC_LABEL, L_NO_CORRECTION, in main()
|
/titanic_41/usr/src/cmd/tsol/hextoalabel/ |
H A D | hextoalabel.c | 138 if (str_to_label(hex, &label, USER_CLEAR, L_NO_CORRECTION, in main() 150 if (str_to_label(hex, &label, MAC_LABEL, L_NO_CORRECTION, in main()
|
/titanic_41/usr/src/cmd/tsol/lslabels/ |
H A D | lslabels.c | 90 if (str_to_label(labelstr, &label2, MAC_LABEL, in bitfinder() 200 if (str_to_label(ascii, &label, MAC_LABEL, L_NO_CORRECTION, in main()
|
/titanic_41/usr/src/cmd/auditreduce/ |
H A D | option.c | 1160 if (str_to_label(optstr, &m_label->lower_bound, MAC_LABEL, in proc_label() 1173 if (str_to_label(ADMIN_LOW, &m_label->lower_bound, MAC_LABEL, in proc_label() 1181 if (str_to_label(ADMIN_HIGH, &m_label->upper_bound, in proc_label() 1186 if (str_to_label(p, &m_label->upper_bound, MAC_LABEL, in proc_label() 1198 if (str_to_label(optstr, &m_label->lower_bound, MAC_LABEL, in proc_label() 1208 if (str_to_label(ADMIN_HIGH, &m_label->upper_bound, in proc_label() 1213 if (str_to_label(p, &m_label->upper_bound, MAC_LABEL, in proc_label()
|
/titanic_41/usr/src/cmd/tsol/getzonepath/ |
H A D | getzonepath.c | 96 if (str_to_label(argv[1], &label, MAC_LABEL, L_NO_CORRECTION, in main()
|
/titanic_41/usr/src/cmd/tsol/updatehome/ |
H A D | updatehome.c | 174 if (str_to_label(kv_str, &min_sl, MAC_LABEL, L_NO_CORRECTION, in main()
|
/titanic_41/usr/src/cmd/lp/lib/lp/ |
H A D | tx.c | 68 if (str_to_label(slabel, &bsl, USER_CLEAR, in get_labeled_zonename()
|
/titanic_41/usr/src/cmd/tsol/setlabel/ |
H A D | setlabel.c | 112 if (str_to_label(label, &blabel, MAC_LABEL, L_DEFAULT, &err) == -1) { in set_label()
|
/titanic_41/usr/src/man/man3tsol/ |
H A D | Makefile | 40 str_to_label.3tsol \
|
/titanic_41/usr/src/common/tsol/ |
H A D | stol.c | 220 str_to_label(const char *str, m_label_t **l, const m_label_type_t t, uint_t f, in str_to_label() function
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3tsol.inc | 36 file path=usr/share/man/man3tsol/str_to_label.3tsol
|
/titanic_41/usr/src/cmd/lp/model/ |
H A D | lp.tsol_separator.c | 140 if (str_to_label(remoteLabel, &FileLabel, MAC_LABEL, in main()
|
/titanic_41/usr/src/cmd/oamuser/user/ |
H A D | funcs.c | 441 err = str_to_label(labelstr, &lbl, MAC_LABEL, L_NO_CORRECTION, NULL); in check_label()
|
/titanic_41/usr/src/cmd/allocate/ |
H A D | add_allocatable.c | 341 if (str_to_label(str, &slabel, MAC_LABEL, L_NO_CORRECTION, in verify_label()
|
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | validate.c | 1006 (str_to_label(slabel, &sl, USER_CLEAR, L_NO_CORRECTION, &in_range))) in tsol_check_printer_label_range()
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 1189 (str_to_label(strval, &new_sl, MAC_LABEL, in zfs_valid_proplist() 2559 if (str_to_label(propbuf, &new_sl, MAC_LABEL, in zfs_prop_get()
|
/titanic_41/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); in parselabel()
|