Searched refs:elp (Results 1 – 1 of 1) sorted by relevance
206 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() argument1261 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 …]