Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dexclaves_resource.h505 exclaves_conclave_get_domain(exclaves_resource_t *resource);
H A Dexclaves.c361 const char *domain = exclaves_conclave_get_domain(task_get_conclave(task)); in _exclaves_ctl_trap()
485 const char *domain = exclaves_conclave_get_domain(task_get_conclave(task)); in _exclaves_ctl_trap()
536 const char *domain = exclaves_conclave_get_domain(task_get_conclave(task)); in _exclaves_ctl_trap()
597 const char *domain = exclaves_conclave_get_domain(task_get_conclave(task)); in _exclaves_ctl_trap()
724 const char *domain = exclaves_conclave_get_domain(task_get_conclave(task)); in _exclaves_ctl_trap()
H A Dexclaves_aoe.c190 const char *desc = exclaves_conclave_get_domain(conclave); in exclaves_aoe_service_try_take_assertion()
H A Dexclaves_resource.c1231 exclaves_conclave_get_domain(exclaves_resource_t *resource) in exclaves_conclave_get_domain() function