Searched refs:gp (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ ! |
| H A D | nfs4_subs.c | 1230 nfs4_mapid_log(int error, const char *idstr, int isgroup, guid_t *gp) in nfs4_mapid_log() argument 1239 gp->g_guid[0], gp->g_guid[1], gp->g_guid[2], gp->g_guid[3], in nfs4_mapid_log() 1240 gp->g_guid[4], gp->g_guid[5], gp->g_guid[6], gp->g_guid[7], in nfs4_mapid_log() 1241 gp->g_guid[8], gp->g_guid[9], gp->g_guid[10], gp->g_guid[11], in nfs4_mapid_log() 1242 gp->g_guid[12], gp->g_guid[13], gp->g_guid[14], gp->g_guid[15]); in nfs4_mapid_log() 1456 nfs4_mapguid_log(int error, const char *where, guid_t *gp, int isgroup, const char *idstr) in nfs4_mapguid_log() argument 1462 gp->g_guid[0], gp->g_guid[1], gp->g_guid[2], gp->g_guid[3], in nfs4_mapguid_log() 1463 gp->g_guid[4], gp->g_guid[5], gp->g_guid[6], gp->g_guid[7], in nfs4_mapguid_log() 1464 gp->g_guid[8], gp->g_guid[9], gp->g_guid[10], gp->g_guid[11], in nfs4_mapguid_log() 1465 gp->g_guid[12], gp->g_guid[13], gp->g_guid[14], gp->g_guid[15], in nfs4_mapguid_log() [all …]
|
| /xnu-8019.80.24/bsd/kern/ ! |
| H A D | kern_credential.c | 2845 struct supgroups *gp = (struct supgroups *)dst; in kauth_cred_cache_lookup() local 2848 if (gp->count) { in kauth_cred_cache_lookup() 2849 limit = MIN(ki.ki_supgrpcnt, *gp->count); in kauth_cred_cache_lookup() 2850 *gp->count = limit; in kauth_cred_cache_lookup() 2853 memcpy(gp->groups, ki.ki_supgrps, sizeof(gid_t) * limit); in kauth_cred_cache_lookup()
|