Searched refs:ki_supgrpcnt (Results 1 – 1 of 1) sorted by relevance
175 uint32_t ki_supgrpcnt; member1101 kip->ki_supgrpcnt = (uint32_t)supgrpcnt; in kauth_identity_alloc()1278 kip->ki_supgrpcnt = elp->el_sup_grp_cnt; in kauth_identity_updatecache()1279 memcpy(kip->ki_supgrps, elp->el_sup_groups, sizeof(elp->el_sup_groups[0]) * kip->ki_supgrpcnt); in kauth_identity_updatecache()2692 if (ki.ki_supgrpcnt > NGROUPS) { in kauth_cred_cache_lookup()2694 &ki, ki.ki_supgrpcnt, NGROUPS); in kauth_cred_cache_lookup()2697 el.el_sup_grp_cnt = (uint32_t)ki.ki_supgrpcnt; in kauth_cred_cache_lookup()2699 memcpy(el.el_sup_groups, ki.ki_supgrps, sizeof(el.el_sup_groups[0]) * ki.ki_supgrpcnt); in kauth_cred_cache_lookup()2767 size_t limit = ki.ki_supgrpcnt; in kauth_cred_cache_lookup()2770 limit = MIN(ki.ki_supgrpcnt, *gp->count); in kauth_cred_cache_lookup()