Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dkern_credential.c2767 struct supgroups *gp = (struct supgroups *)dst; in kauth_cred_cache_lookup() local
2770 if (gp->count) { in kauth_cred_cache_lookup()
2771 limit = MIN(ki.ki_supgrpcnt, *gp->count); in kauth_cred_cache_lookup()
2772 *gp->count = limit; in kauth_cred_cache_lookup()
2775 memcpy(gp->groups, ki.ki_supgrps, sizeof(gid_t) * limit); in kauth_cred_cache_lookup()