Searched refs:el_flags (Results 1 – 4 of 4) sorted by relevance
1014 extl.el_flags, want_extend_data); in kauth_resolver_complete()1341 if (elp->el_flags & KAUTH_EXTLOOKUP_VALID_GID && !(elp->el_flags & KAUTH_EXTLOOKUP_VALID_UID)) { in kauth_identity_updatecache()2628 el.el_flags = KAUTH_EXTLOOKUP_VALID_UID; in kauth_cred_cache_lookup()2632 el.el_flags = KAUTH_EXTLOOKUP_VALID_GID; in kauth_cred_cache_lookup()2647 el.el_flags = KAUTH_EXTLOOKUP_VALID_PWNAM; in kauth_cred_cache_lookup()2652 el.el_flags = KAUTH_EXTLOOKUP_VALID_GRNAM; in kauth_cred_cache_lookup()2672 el.el_flags |= KAUTH_EXTLOOKUP_WANT_PWNAM; in kauth_cred_cache_lookup()2677 el.el_flags |= KAUTH_EXTLOOKUP_WANT_GRNAM; in kauth_cred_cache_lookup()2682 el.el_flags |= KAUTH_EXTLOOKUP_WANT_SUPGRPS; in kauth_cred_cache_lookup()2729 el.el_flags |= KAUTH_EXTLOOKUP_VALID_PWNAM; in kauth_cred_cache_lookup()[all …]
150 list->el_flags = 0; in eventhandler_register_internal()157 if (!(list->el_flags & EHL_INITTED)) { in eventhandler_register_internal()160 list->el_flags |= EHL_INITTED; in eventhandler_register_internal()
94 int el_flags; member122 VERIFY((list)->el_flags & EHL_INITTED); \
98 u_int32_t el_flags; member