Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/kern/
H A Dkern_credential.c1271 if (elp->el_flags & KAUTH_EXTLOOKUP_VALID_SUPGRPS) { in kauth_identity_updatecache()
1322 (elp->el_flags & KAUTH_EXTLOOKUP_VALID_SUPGRPS) ? elp->el_sup_grp_cnt : 0, in kauth_identity_updatecache()
1323 (elp->el_flags & KAUTH_EXTLOOKUP_VALID_SUPGRPS) ? elp->el_sup_groups : NULL, in kauth_identity_updatecache()
1385 (elp->el_flags & KAUTH_EXTLOOKUP_VALID_SUPGRPS) ? elp->el_sup_grp_cnt : 0, in kauth_identity_updatecache()
1386 (elp->el_flags & KAUTH_EXTLOOKUP_VALID_SUPGRPS) ? elp->el_sup_groups : NULL, in kauth_identity_updatecache()
2701 el.el_flags |= KAUTH_EXTLOOKUP_VALID_SUPGRPS; in kauth_cred_cache_lookup()
/xnu-11215.61.5/bsd/sys/
H A Dkauth.h118 #define KAUTH_EXTLOOKUP_VALID_SUPGRPS (1<<19) macro