Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dkern_credential.c206 static void kauth_identity_updatecache(struct kauth_identity_extlookup *elp, struct kauth_ident…
1247 kauth_identity_updatecache(struct kauth_identity_extlookup *elp, struct kauth_identity *rkip, uint6… in kauth_identity_updatecache() argument
1261 if (elp->el_flags & (KAUTH_EXTLOOKUP_VALID_PWNAM | KAUTH_EXTLOOKUP_VALID_GRNAM)) { in kauth_identity_updatecache()
1267 if (elp->el_flags & KAUTH_EXTLOOKUP_VALID_UID) { in kauth_identity_updatecache()
1271 if ((kip->ki_valid & KI_VALID_UID) && (kip->ki_uid == elp->el_uid)) { in kauth_identity_updatecache()
1272 if (elp->el_flags & KAUTH_EXTLOOKUP_VALID_SUPGRPS) { in kauth_identity_updatecache()
1273 assert(elp->el_sup_grp_cnt <= NGROUPS); in kauth_identity_updatecache()
1274 if (elp->el_sup_grp_cnt > NGROUPS) { in kauth_identity_updatecache()
1276 elp->el_sup_grp_cnt, NGROUPS); in kauth_identity_updatecache()
1277 elp->el_sup_grp_cnt = NGROUPS; in kauth_identity_updatecache()
[all …]