Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_credential.c236 static void kauth_groups_updatecache(struct kauth_identity_extlookup *el);
2475 struct kauth_identity_extlookup el; in kauth_cred_cache_lookup() local
2624 bzero(&el, sizeof(el)); in kauth_cred_cache_lookup()
2625 el.el_info_pid = proc_getpid(current_proc()); in kauth_cred_cache_lookup()
2628 el.el_flags = KAUTH_EXTLOOKUP_VALID_UID; in kauth_cred_cache_lookup()
2629 el.el_uid = *(uid_t *)src; in kauth_cred_cache_lookup()
2632 el.el_flags = KAUTH_EXTLOOKUP_VALID_GID; in kauth_cred_cache_lookup()
2633 el.el_gid = *(gid_t *)src; in kauth_cred_cache_lookup()
2636 el.el_flags = KAUTH_EXTLOOKUP_VALID_UGUID | KAUTH_EXTLOOKUP_VALID_GGUID; in kauth_cred_cache_lookup()
2637 el.el_uguid = *(guid_t *)src; in kauth_cred_cache_lookup()
[all …]
/xnu-12377.1.9/osfmk/arm64/
H A Dplatform_tests.c2176 for (uint8_t el = 0; el < 3; el++) { in _specres_do_test_std() local
2195 ctx.EL = el; in _specres_do_test_std()
2211 if (el != 0) { in _specres_do_test_std()