Searched refs:ki_supgrpcnt (Results 1 – 1 of 1) sorted by relevance
176 uint32_t ki_supgrpcnt; member1102 kip->ki_supgrpcnt = (uint32_t)supgrpcnt; in kauth_identity_alloc()1279 kip->ki_supgrpcnt = elp->el_sup_grp_cnt; in kauth_identity_updatecache()1280 memcpy(kip->ki_supgrps, elp->el_sup_groups, sizeof(elp->el_sup_groups[0]) * kip->ki_supgrpcnt); in kauth_identity_updatecache()2693 if (ki.ki_supgrpcnt > NGROUPS) { in kauth_cred_cache_lookup()2695 &ki, ki.ki_supgrpcnt, NGROUPS); in kauth_cred_cache_lookup()2698 el.el_sup_grp_cnt = (uint32_t)ki.ki_supgrpcnt; in kauth_cred_cache_lookup()2700 memcpy(el.el_sup_groups, ki.ki_supgrps, sizeof(el.el_sup_groups[0]) * ki.ki_supgrpcnt); in kauth_cred_cache_lookup()2768 size_t limit = ki.ki_supgrpcnt; in kauth_cred_cache_lookup()2771 limit = MIN(ki.ki_supgrpcnt, *gp->count); in kauth_cred_cache_lookup()