Searched refs:MAC_LABEL (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/lib/libtsol/common/
H A Dhextob.c62 if (str_to_label(s, &l, MAC_LABEL, L_NO_CORRECTION, NULL) == -1) {
H A Dzone.c58 if ((slabel = m_label_alloc(MAC_LABEL)) == NULL)
232 slabel = m_label_alloc(MAC_LABEL);
H A Dmisc.c399 return (m_label_alloc(MAC_LABEL));
441 if ((range->lower_bound = m_label_alloc(MAC_LABEL)) == NULL) {
458 MAC_LABEL, L_NO_CORRECTION, NULL);
H A Dlabel.h195 MAC_LABEL = 1, /* process or object label */ enumerator in enum:_m_label_type
/illumos-gate/usr/src/cmd/tsol/setlabel/
H A Dsetlabel.c95 if ((blabel = m_label_alloc(MAC_LABEL)) == NULL) {
112 if (str_to_label(label, &blabel, MAC_LABEL, L_DEFAULT, &err) == -1) {
/illumos-gate/usr/src/cmd/tsol/updatehome/
H A Dupdatehome.c160 min_sl = m_label_alloc(MAC_LABEL);
174 if (str_to_label(kv_str, &min_sl, 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/lib/pam_modules/tsol_acct/
H A Dtsol_acct.c108 if ((plabel = m_label_alloc(MAC_LABEL)) == NULL) {
/illumos-gate/usr/src/cmd/tsol/atohexlabel/
H A Datohexlabel.c150 if (str_to_label(ascii, &label, MAC_LABEL, L_NO_CORRECTION,
/illumos-gate/usr/src/cmd/tsol/getlabel/
H A Dgetlabel.c51 if ((fl = m_label_alloc(MAC_LABEL)) == NULL) {
/illumos-gate/usr/src/cmd/tsol/hextoalabel/
H A Dhextoalabel.c150 if (str_to_label(hex, &label, MAC_LABEL, L_NO_CORRECTION,
/illumos-gate/usr/src/common/tsol/
H A Dstol.c179 case MAC_LABEL:
193 * t = label type (MAC_LABEL, USER_CLEAR).
200 * L_CHECK_AR, for non-hex s, MAC_LABEL, check the l_e AR
324 * M_OUTSIDE_AR (-4) == resultant MAC_LABEL is out
373 * Entry t = label type (MAC_LABEL, USER_CLEAR).
386 case MAC_LABEL:
/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,
1182 MAC_LABEL, L_NO_CORRECTION, &error) == -1) {
1186 if (str_to_label(p, &m_label->upper_bound, MAC_LABEL,
1198 if (str_to_label(optstr, &m_label->lower_bound, MAC_LABEL,
1209 MAC_LABEL, L_NO_CORRECTION, &error) == -1) {
1213 if (str_to_label(p, &m_label->upper_bound, MAC_LABEL,
H A Dtoken.c1972 label = m_label_alloc(MAC_LABEL);
/illumos-gate/usr/src/cmd/lp/lib/secure/
H A Dsecure.c207 sl = m_label_alloc(MAC_LABEL);
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tsol_separator.c126 if ((FileLabel = m_label_alloc(MAC_LABEL)) == NULL)
140 if (str_to_label(remoteLabel, &FileLabel, MAC_LABEL,
/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/allocate/
H A Dadd_allocatable.c341 if (str_to_label(str, &slabel, MAC_LABEL, L_NO_CORRECTION,
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt.c1146 m_label_alloc(MAC_LABEL)) == NULL) {
/illumos-gate/usr/src/cmd/praudit/
H A Dtoken.c2227 if ((label = m_label_alloc(MAC_LABEL)) == NULL) {
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c3813 zid_label = m_label_alloc(MAC_LABEL);
4089 zid_label = m_label_alloc(MAC_LABEL);
4233 zlabel = m_label_alloc(MAC_LABEL);

Completed in 135 milliseconds

12