/titanic_44/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_44/usr/src/cmd/tsol/updatehome/ |
H A D | updatehome.c | 160 min_sl = m_label_alloc(MAC_LABEL); in main() 174 if (str_to_label(kv_str, &min_sl, MAC_LABEL, L_NO_CORRECTION, in main()
|
/titanic_44/usr/src/cmd/tsol/setlabel/ |
H A D | setlabel.c | 95 if ((blabel = m_label_alloc(MAC_LABEL)) == NULL) { in set_label() 112 if (str_to_label(label, &blabel, MAC_LABEL, L_DEFAULT, &err) == -1) { in set_label()
|
/titanic_44/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_44/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() 1182 MAC_LABEL, L_NO_CORRECTION, &error) == -1) { 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() 1209 MAC_LABEL, L_NO_CORRECTION, &error) == -1) { in proc_label() 1213 if (str_to_label(p, &m_label->upper_bound, MAC_LABEL, in proc_label()
|
H A D | token.c | 1958 label = m_label_alloc(MAC_LABEL); in label_token()
|
/titanic_44/usr/src/lib/libtsol/common/ |
H A D | zone.c | 58 if ((slabel = m_label_alloc(MAC_LABEL)) == NULL) in getzonelabelbyid() 232 slabel = m_label_alloc(MAC_LABEL); in getlabelbypath()
|
H A D | misc.c | 399 return (m_label_alloc(MAC_LABEL)); in blabel_alloc() 441 if ((range->lower_bound = m_label_alloc(MAC_LABEL)) == NULL) { in getuserrange() 458 MAC_LABEL, L_NO_CORRECTION, NULL); in getuserrange()
|
H A D | hextob.c | 62 if (str_to_label(s, &l, MAC_LABEL, L_NO_CORRECTION, NULL) == -1) { in htobsl()
|
H A D | label.h | 195 MAC_LABEL = 1, /* process or object label */ enumerator
|
/titanic_44/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_44/usr/src/common/tsol/ |
H A D | stol.c | 179 case MAC_LABEL: in convert_id() 386 case MAC_LABEL: in m_label_alloc()
|
/titanic_44/usr/src/cmd/tsol/getlabel/ |
H A D | getlabel.c | 51 if ((fl = m_label_alloc(MAC_LABEL)) == NULL) { in get_label()
|
/titanic_44/usr/src/cmd/tsol/hextoalabel/ |
H A D | hextoalabel.c | 150 if (str_to_label(hex, &label, MAC_LABEL, L_NO_CORRECTION, in main()
|
/titanic_44/usr/src/cmd/tsol/atohexlabel/ |
H A D | atohexlabel.c | 150 if (str_to_label(ascii, &label, MAC_LABEL, L_NO_CORRECTION, in main()
|
/titanic_44/usr/src/lib/pam_modules/tsol_acct/ |
H A D | tsol_acct.c | 108 if ((plabel = m_label_alloc(MAC_LABEL)) == NULL) { in pam_sm_acct_mgmt()
|
/titanic_44/usr/src/cmd/lp/model/ |
H A D | lp.tsol_separator.c | 126 if ((FileLabel = m_label_alloc(MAC_LABEL)) == NULL) in main() 140 if (str_to_label(remoteLabel, &FileLabel, MAC_LABEL, in main()
|
/titanic_44/usr/src/cmd/lp/lib/secure/ |
H A D | secure.c | 207 sl = m_label_alloc(MAC_LABEL); in putsecure()
|
/titanic_44/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_44/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_44/usr/src/cmd/praudit/ |
H A D | token.c | 2227 if ((label = m_label_alloc(MAC_LABEL)) == NULL) { in label_token()
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 1188 if (((new_sl = m_label_alloc(MAC_LABEL)) == NULL) || in zfs_valid_proplist() 1189 (str_to_label(strval, &new_sl, MAC_LABEL, in zfs_valid_proplist() 2558 if (str_to_label(propbuf, &new_sl, MAC_LABEL, in zfs_prop_get()
|
/titanic_44/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 3811 zid_label = m_label_alloc(MAC_LABEL); in tsol_mounts() 4087 zid_label = m_label_alloc(MAC_LABEL); in tsol_unmounts() 4231 zlabel = m_label_alloc(MAC_LABEL); in get_zone_label()
|