Searched refs:el_sup_grp_cnt (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dkauth.h124 u_int32_t el_sup_grp_cnt; /* count of supplemental groups up to NGROUPS */ member in struct:kauth_identity_extlookup
/xnu-2782.1.97/bsd/kern/
H A Dkern_credential.c1320 assert(elp->el_sup_grp_cnt <= NGROUPS);
1321 kip->ki_supgrpcnt = elp->el_sup_grp_cnt;
1364 (elp->el_flags & KAUTH_EXTLOOKUP_VALID_SUPGRPS) ? elp->el_sup_grp_cnt : 0,
1424 (elp->el_flags & KAUTH_EXTLOOKUP_VALID_SUPGRPS) ? elp->el_sup_grp_cnt : 0,
2689 el.el_sup_grp_cnt = ki.ki_supgrpcnt;

Completed in 28 milliseconds