Searched refs:KAUTH_EXTLOOKUP_ISMEMBER (Results 1 – 2 of 2) sorted by relevance
104 #define KAUTH_EXTLOOKUP_ISMEMBER (1<<14) macro
2966 if (el->el_flags & KAUTH_EXTLOOKUP_ISMEMBER) { in kauth_groups_updatecache()2987 if (el->el_flags & KAUTH_EXTLOOKUP_ISMEMBER) { in kauth_groups_updatecache()3163 *resultp = (el.el_flags & KAUTH_EXTLOOKUP_ISMEMBER) ? 1 : 0; in kauth_cred_ismember_gid()