Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_credential.c253 static void kauth_groups_updatecache(struct kauth_identity_extlookup *el);
2554 struct kauth_identity_extlookup el; in kauth_cred_cache_lookup() local
2703 bzero(&el, sizeof(el)); in kauth_cred_cache_lookup()
2704 el.el_info_pid = proc_getpid(current_proc()); in kauth_cred_cache_lookup()
2707 el.el_flags = KAUTH_EXTLOOKUP_VALID_UID; in kauth_cred_cache_lookup()
2708 el.el_uid = *(uid_t *)src; in kauth_cred_cache_lookup()
2711 el.el_flags = KAUTH_EXTLOOKUP_VALID_GID; in kauth_cred_cache_lookup()
2712 el.el_gid = *(gid_t *)src; in kauth_cred_cache_lookup()
2715 el.el_flags = KAUTH_EXTLOOKUP_VALID_UGUID | KAUTH_EXTLOOKUP_VALID_GGUID; in kauth_cred_cache_lookup()
2716 el.el_uguid = *(guid_t *)src; in kauth_cred_cache_lookup()
[all …]