Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_credential.c222 static void kauth_identity_updatecache(struct kauth_identity_extlookup *elp, struct kauth_ident…
1263 kauth_identity_updatecache(struct kauth_identity_extlookup *elp, struct kauth_identity *rkip, uint6… in kauth_identity_updatecache() argument
1277 if (elp->el_flags & (KAUTH_EXTLOOKUP_VALID_PWNAM | KAUTH_EXTLOOKUP_VALID_GRNAM)) { in kauth_identity_updatecache()
1283 if (elp->el_flags & KAUTH_EXTLOOKUP_VALID_UID) { in kauth_identity_updatecache()
1287 if ((kip->ki_valid & KI_VALID_UID) && (kip->ki_uid == elp->el_uid)) { in kauth_identity_updatecache()
1288 if (elp->el_flags & KAUTH_EXTLOOKUP_VALID_SUPGRPS) { in kauth_identity_updatecache()
1289 assert(elp->el_sup_grp_cnt <= NGROUPS); in kauth_identity_updatecache()
1290 if (elp->el_sup_grp_cnt > NGROUPS) { in kauth_identity_updatecache()
1292 elp->el_sup_grp_cnt, NGROUPS); in kauth_identity_updatecache()
1293 elp->el_sup_grp_cnt = NGROUPS; in kauth_identity_updatecache()
[all …]