Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dexclaves_resource.h505 exclaves_conclave_get_domain(exclaves_resource_t *resource);
H A Dexclaves.c362 const char *domain = exclaves_conclave_get_domain(task_get_conclave(task)); in _exclaves_ctl_trap()
486 const char *domain = exclaves_conclave_get_domain(task_get_conclave(task)); in _exclaves_ctl_trap()
537 const char *domain = exclaves_conclave_get_domain(task_get_conclave(task)); in _exclaves_ctl_trap()
598 const char *domain = exclaves_conclave_get_domain(task_get_conclave(task)); in _exclaves_ctl_trap()
725 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