Searched refs:el_sup_grp_cnt (Results 1 – 2 of 2) sorted by relevance
1272 assert(elp->el_sup_grp_cnt <= NGROUPS); in kauth_identity_updatecache()1273 if (elp->el_sup_grp_cnt > NGROUPS) { in kauth_identity_updatecache()1275 elp->el_sup_grp_cnt, NGROUPS); in kauth_identity_updatecache()1276 elp->el_sup_grp_cnt = NGROUPS; in kauth_identity_updatecache()1278 kip->ki_supgrpcnt = elp->el_sup_grp_cnt; in kauth_identity_updatecache()1322 (elp->el_flags & KAUTH_EXTLOOKUP_VALID_SUPGRPS) ? elp->el_sup_grp_cnt : 0, in kauth_identity_updatecache()1385 (elp->el_flags & KAUTH_EXTLOOKUP_VALID_SUPGRPS) ? elp->el_sup_grp_cnt : 0, in kauth_identity_updatecache()2697 el.el_sup_grp_cnt = (uint32_t)ki.ki_supgrpcnt; in kauth_cred_cache_lookup()
136 u_int32_t el_sup_grp_cnt; /* count of supplemental groups up to NGROUPS */ member