Searched refs:KAUTH_EXTLOOKUP_VALID_PWNAM (Results 1 – 2 of 2) sorted by relevance
779 if (workp->kr_work.el_flags & (KAUTH_EXTLOOKUP_VALID_PWNAM | KAUTH_EXTLOOKUP_VALID_GRNAM)) { in kauth_resolver_getwork2()1003 …if (want_extend_data && (extl.el_flags & (KAUTH_EXTLOOKUP_VALID_PWNAM | KAUTH_EXTLOOKUP_VALID_GRNA… in kauth_resolver_complete()1011 } else if (extl.el_flags & (KAUTH_EXTLOOKUP_VALID_PWNAM | KAUTH_EXTLOOKUP_VALID_GRNAM)) { in kauth_resolver_complete()1260 if (elp->el_flags & (KAUTH_EXTLOOKUP_VALID_PWNAM | KAUTH_EXTLOOKUP_VALID_GRNAM)) { in kauth_identity_updatecache()1293 if (elp->el_flags & KAUTH_EXTLOOKUP_VALID_PWNAM) { in kauth_identity_updatecache()1325 (elp->el_flags & KAUTH_EXTLOOKUP_VALID_PWNAM) ? speculative_name : NULL, in kauth_identity_updatecache()1331 if (elp->el_flags & KAUTH_EXTLOOKUP_VALID_PWNAM) { in kauth_identity_updatecache()2647 el.el_flags = KAUTH_EXTLOOKUP_VALID_PWNAM; in kauth_cred_cache_lookup()2729 el.el_flags |= KAUTH_EXTLOOKUP_VALID_PWNAM; in kauth_cred_cache_lookup()
114 #define KAUTH_EXTLOOKUP_VALID_PWNAM (1<<15) macro