Searched refs:lset (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/tsol/
H A Dblabel.c170 * lset = label set to compare against.
180 blinlset(const m_label_t *label, const blset_t lset) argument
185 if (!BLTYPE(&lset[i], SUN_SL_ID))
187 if (BLEQUAL(label, &lset[i]))
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c187 lkst[i].lset = tmp_lset + TBITSET * i;
200 wsets[i].ws.lset = tmp_lset + TBITSET * i;
203 clset.lset = (int *)malloc(sizeof (int)*TBITSET);
221 (defact == NULL) || (clset.lset == NULL))
593 pp = p->lset;
695 aryfil(wsets[i].ws.lset, tbitset, 0);
702 SETBIT(wsets[i].ws.lset, ch);
719 changes |= setunion(wsets[i].ws.lset,
720 wsets[ch].ws.lset);
793 clset.lset[
[all...]
H A Ddextern.h169 int *lset; member in struct:looksets
H A Dy3.c83 if (BIT(u->ws.lset, k)) {
/illumos-gate/usr/src/cmd/pfexecd/
H A Dpfexecd.c359 priv_set_t *lset, *iset; local
403 lset = iset = NULL;
422 lset = get_privset(value, &res->pfr_allowed, path);
447 if (lset != NULL) {
449 priv_copyset(lset, PFEXEC_REPLY_LPRIV(res));
451 priv_freeset(lset);
456 lset != NULL;
/illumos-gate/usr/src/uts/common/os/
H A Dklpd.c855 priv_set_t *lset; local
972 lset = PFEXEC_REPLY_LPRIV(prp);
974 if (lset != NULL) {
975 if (!priv_issubset(lset, &CR_LPRIV(ncr)))
977 CR_LPRIV(ncr) = *lset;

Completed in 135 milliseconds