Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dkern_credential.c237 static void kauth_groups_updatecache(struct kauth_identity_extlookup *el);
2476 struct kauth_identity_extlookup el; in kauth_cred_cache_lookup() local
2625 bzero(&el, sizeof(el)); in kauth_cred_cache_lookup()
2626 el.el_info_pid = proc_getpid(current_proc()); in kauth_cred_cache_lookup()
2629 el.el_flags = KAUTH_EXTLOOKUP_VALID_UID; in kauth_cred_cache_lookup()
2630 el.el_uid = *(uid_t *)src; in kauth_cred_cache_lookup()
2633 el.el_flags = KAUTH_EXTLOOKUP_VALID_GID; in kauth_cred_cache_lookup()
2634 el.el_gid = *(gid_t *)src; in kauth_cred_cache_lookup()
2637 el.el_flags = KAUTH_EXTLOOKUP_VALID_UGUID | KAUTH_EXTLOOKUP_VALID_GGUID; in kauth_cred_cache_lookup()
2638 el.el_uguid = *(guid_t *)src; in kauth_cred_cache_lookup()
[all …]