Searched refs:KAUTH_EXTLOOKUP_VALID_PWNAM (Results 1 – 2 of 2) sorted by relevance
780 if (workp->kr_work.el_flags & (KAUTH_EXTLOOKUP_VALID_PWNAM | KAUTH_EXTLOOKUP_VALID_GRNAM)) { in kauth_resolver_getwork2()1004 …if (want_extend_data && (extl.el_flags & (KAUTH_EXTLOOKUP_VALID_PWNAM | KAUTH_EXTLOOKUP_VALID_GRNA… in kauth_resolver_complete()1012 } else if (extl.el_flags & (KAUTH_EXTLOOKUP_VALID_PWNAM | KAUTH_EXTLOOKUP_VALID_GRNAM)) { in kauth_resolver_complete()1261 if (elp->el_flags & (KAUTH_EXTLOOKUP_VALID_PWNAM | KAUTH_EXTLOOKUP_VALID_GRNAM)) { in kauth_identity_updatecache()1294 if (elp->el_flags & KAUTH_EXTLOOKUP_VALID_PWNAM) { in kauth_identity_updatecache()1326 (elp->el_flags & KAUTH_EXTLOOKUP_VALID_PWNAM) ? speculative_name : NULL, in kauth_identity_updatecache()1332 if (elp->el_flags & KAUTH_EXTLOOKUP_VALID_PWNAM) { in kauth_identity_updatecache()2648 el.el_flags = KAUTH_EXTLOOKUP_VALID_PWNAM; in kauth_cred_cache_lookup()2730 el.el_flags |= KAUTH_EXTLOOKUP_VALID_PWNAM; in kauth_cred_cache_lookup()
114 #define KAUTH_EXTLOOKUP_VALID_PWNAM (1<<15) macro