Home
last modified time | relevance | path

Searched refs:ki_supgrpcnt (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/kern/
H A Dkern_credential.c192 uint32_t ki_supgrpcnt; member
1118 kip->ki_supgrpcnt = (uint32_t)supgrpcnt; in kauth_identity_alloc()
1295 kip->ki_supgrpcnt = elp->el_sup_grp_cnt; in kauth_identity_updatecache()
1296 memcpy(kip->ki_supgrps, elp->el_sup_groups, sizeof(elp->el_sup_groups[0]) * kip->ki_supgrpcnt); in kauth_identity_updatecache()
2771 if (ki.ki_supgrpcnt > NGROUPS) { in kauth_cred_cache_lookup()
2773 &ki, ki.ki_supgrpcnt, NGROUPS); in kauth_cred_cache_lookup()
2776 el.el_sup_grp_cnt = (uint32_t)ki.ki_supgrpcnt; in kauth_cred_cache_lookup()
2778 memcpy(el.el_sup_groups, ki.ki_supgrps, sizeof(el.el_sup_groups[0]) * ki.ki_supgrpcnt); in kauth_cred_cache_lookup()
2846 size_t limit = ki.ki_supgrpcnt; in kauth_cred_cache_lookup()
2849 limit = MIN(ki.ki_supgrpcnt, *gp->count); in kauth_cred_cache_lookup()