Searched refs:el (Results 1 – 2 of 2) sorted by relevance
236 static void kauth_groups_updatecache(struct kauth_identity_extlookup *el);2475 struct kauth_identity_extlookup el; in kauth_cred_cache_lookup() local2624 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 …]
2456 for (uint8_t el = 0; el < 3; el++) { in _specres_do_test_std() local2475 ctx.EL = el; in _specres_do_test_std()2491 if (el != 0) { in _specres_do_test_std()