Home
last modified time | relevance | path

Searched refs:el_flags (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/kern/
H A Dkern_credential.c1014 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 …]
H A Dsubr_eventhandler.c150 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()
/xnu-11215/bsd/sys/
H A Deventhandler.h94 int el_flags; member
122 VERIFY((list)->el_flags & EHL_INITTED); \
H A Dkauth.h98 u_int32_t el_flags; member