Searched refs:KAUTH_EXTLOOKUP_VALID_SUPGRPS (Results 1 – 2 of 2) sorted by relevance
1271 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()
118 #define KAUTH_EXTLOOKUP_VALID_SUPGRPS (1<<19) macro