Searched refs:USER_CLEAR (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/libtsol/common/ |
H A D | hextob.c | 90 if (str_to_label(s, &c, USER_CLEAR, L_NO_CORRECTION, NULL) == -1) { in htobclear()
|
H A D | misc.c | 446 if ((range->upper_bound = m_label_alloc(USER_CLEAR)) == NULL) { in getuserrange() 464 USER_CLEAR, L_NO_CORRECTION, NULL); in getuserrange()
|
H A D | label.h | 196 USER_CLEAR = 2 /* user's clearance (LUB) */ enumerator
|
/titanic_50/usr/src/common/tsol/ |
H A D | stol.c | 181 case USER_CLEAR: in convert_id() 387 case USER_CLEAR: in m_label_alloc()
|
/titanic_50/usr/src/cmd/tsol/updatehome/ |
H A D | updatehome.c | 161 clearance = m_label_alloc(USER_CLEAR); in main()
|
/titanic_50/usr/src/cmd/tsol/atohexlabel/ |
H A D | atohexlabel.c | 138 if (str_to_label(ascii, &label, USER_CLEAR, L_NO_CORRECTION, in main()
|
/titanic_50/usr/src/cmd/tsol/hextoalabel/ |
H A D | hextoalabel.c | 138 if (str_to_label(hex, &label, USER_CLEAR, L_NO_CORRECTION, in main()
|
/titanic_50/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_50/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()
|