Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_credential.c205 static void kauth_identity_updatecache(struct kauth_identity_extlookup *elp, struct kauth_ident…
1246 kauth_identity_updatecache(struct kauth_identity_extlookup *elp, struct kauth_identity *rkip, uint6… in kauth_identity_updatecache() argument
1260 if (elp->el_flags & (KAUTH_EXTLOOKUP_VALID_PWNAM | KAUTH_EXTLOOKUP_VALID_GRNAM)) { in kauth_identity_updatecache()
1266 if (elp->el_flags & KAUTH_EXTLOOKUP_VALID_UID) { in kauth_identity_updatecache()
1270 if ((kip->ki_valid & KI_VALID_UID) && (kip->ki_uid == elp->el_uid)) { in kauth_identity_updatecache()
1271 if (elp->el_flags & KAUTH_EXTLOOKUP_VALID_SUPGRPS) { in kauth_identity_updatecache()
1272 assert(elp->el_sup_grp_cnt <= NGROUPS); in kauth_identity_updatecache()
1273 if (elp->el_sup_grp_cnt > NGROUPS) { in kauth_identity_updatecache()
1275 elp->el_sup_grp_cnt, NGROUPS); in kauth_identity_updatecache()
1276 elp->el_sup_grp_cnt = NGROUPS; in kauth_identity_updatecache()
[all …]