Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c588 pp = p->lset; in prlook()
714 wsets[ch].ws.lset); in cpfir()
786 clset.lset[s] = l->look->lset[s]; in state()
787 if (setunion(clset.lset, k->look->lset)) { in state()
1027 wsets[cwp].ws.lset[k] = p->look->lset[k]; in closure()
1077 v->ws.lset); in closure()
1094 clset.lset)) in closure()
1110 clset.lset[k]; in closure()
1146 u = p->lset; in flset()
1147 v = q->lset; in flset()
[all …]
H A Ddextern.h167 int *lset; member
H A Dy3.c81 if (BIT(u->ws.lset, k)) { in output()
/illumos-gate/usr/src/common/tsol/
H A Dblabel.c178 blinlset(const m_label_t *label, const blset_t lset) in blinlset() argument
183 if (!BLTYPE(&lset[i], SUN_SL_ID)) in blinlset()
185 if (BLEQUAL(label, &lset[i])) in blinlset()
/illumos-gate/usr/src/cmd/pfexecd/
H A Dpfexecd.c360 priv_set_t *lset, *iset; in callback_pfexec() local
404 lset = iset = NULL; in callback_pfexec()
423 lset = get_privset(value, &res->pfr_allowed, path); in callback_pfexec()
448 if (lset != NULL) { in callback_pfexec()
450 priv_copyset(lset, PFEXEC_REPLY_LPRIV(res)); in callback_pfexec()
452 priv_freeset(lset); in callback_pfexec()
457 lset != NULL; in callback_pfexec()
/illumos-gate/usr/src/uts/common/os/
H A Dklpd.c855 priv_set_t *lset; in pfexec_call() local
972 lset = PFEXEC_REPLY_LPRIV(prp); in pfexec_call()
974 if (lset != NULL) { in pfexec_call()
975 if (!priv_issubset(lset, &CR_LPRIV(ncr))) in pfexec_call()
977 CR_LPRIV(ncr) = *lset; in pfexec_call()