Searched refs:lset (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/sgs/yacc/common/ |
H A D | y1.c | 187 lkst[i].lset = tmp_lset + TBITSET * i; in mktbls() 200 wsets[i].ws.lset = tmp_lset + TBITSET * i; in mktbls() 203 clset.lset = (int *)malloc(sizeof (int)*TBITSET); in mktbls() 221 (defact == NULL) || (clset.lset == NULL)) in mktbls() 593 pp = p->lset; 695 aryfil(wsets[i].ws.lset, tbitset, 0); in cpfir() 702 SETBIT(wsets[i].ws.lset, ch); in cpfir() 719 changes |= setunion(wsets[i].ws.lset, in cpfir() 720 wsets[ch].ws.lset); in cpfir() 793 clset.lset[s] = l->look->lset[s]; in state() [all …]
|
H A D | dextern.h | 169 int *lset; member
|
H A D | y3.c | 83 if (BIT(u->ws.lset, k)) { in output()
|
/titanic_41/usr/src/common/tsol/ |
H A D | blabel.c | 180 blinlset(const m_label_t *label, const blset_t lset) in blinlset() argument 185 if (!BLTYPE(&lset[i], SUN_SL_ID)) in blinlset() 187 if (BLEQUAL(label, &lset[i])) in blinlset()
|
/titanic_41/usr/src/cmd/pfexecd/ |
H A D | pfexecd.c | 359 priv_set_t *lset, *iset; in callback_pfexec() local 403 lset = iset = NULL; in callback_pfexec() 422 lset = get_privset(value, &res->pfr_allowed, path); in callback_pfexec() 447 if (lset != NULL) { in callback_pfexec() 449 priv_copyset(lset, PFEXEC_REPLY_LPRIV(res)); in callback_pfexec() 451 priv_freeset(lset); in callback_pfexec() 456 lset != NULL; in callback_pfexec()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | klpd.c | 853 priv_set_t *lset; in pfexec_call() local 962 lset = PFEXEC_REPLY_LPRIV(prp); in pfexec_call() 964 if (lset != NULL) { in pfexec_call() 965 if (!priv_issubset(lset, &CR_LPRIV(ncr))) in pfexec_call() 967 CR_LPRIV(ncr) = *lset; in pfexec_call()
|