Searched refs:gp (Results 1 – 1 of 1) sorted by relevance
2767 struct supgroups *gp = (struct supgroups *)dst; in kauth_cred_cache_lookup() local2770 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()