Searched defs:lset (Results 1 - 4 of 4) 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/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/cmd/sgs/yacc/common/
H A Ddextern.h169 int *lset; member in struct:looksets
/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 49 milliseconds