Searched refs:exclaves_xnu_proxy_send (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | exclaves_panic.c | 97 extern kern_return_t exclaves_xnu_proxy_send(xnuproxy_msg_t *, in exclaves_xnu_proxy_panic_thread() 99 kr = exclaves_xnu_proxy_send(&msg, &spawned_scid); in exclaves_xnu_proxy_panic_thread()
|
| H A D | exclaves_resource.c | 72 extern kern_return_t exclaves_xnu_proxy_send(xnuproxy_msg_t *, void *); 548 kern_return_t kr = exclaves_xnu_proxy_send(&msg, NULL); in exclaves_resource_init() 1057 kr = exclaves_xnu_proxy_send(&msg, NULL); in named_buffer_map() 1120 kr = exclaves_xnu_proxy_send(&layout_msg, NULL); in named_buffer_map() 1213 kern_return_t kr = exclaves_xnu_proxy_send(&msg, NULL); in exclaves_named_buffer_unmap() 1272 kern_return_t kr = exclaves_xnu_proxy_send(&msg, NULL); in exclaves_audio_buffer_delete() 1309 kern_return_t kr = exclaves_xnu_proxy_send(&msg, NULL); in exclaves_audio_buffer_copyout() 1937 return exclaves_xnu_proxy_send(&msg, NULL); in exclaves_xnu_proxy_check_mem_usage()
|
| H A D | exclaves_upcalls.c | 83 extern kern_return_t exclaves_xnu_proxy_send(xnuproxy_msg_t *, 362 kkr = exclaves_xnu_proxy_send(&msg, NULL); in exclaves_upcall_init()
|
| H A D | exclaves.c | 2400 extern kern_return_t exclaves_xnu_proxy_send(xnuproxy_msg_t *, Exclaves_L4_Word_t *); 2402 exclaves_xnu_proxy_send(xnuproxy_msg_t *_msg, Exclaves_L4_Word_t *spawned) in exclaves_xnu_proxy_send() function 2505 kr = exclaves_xnu_proxy_send(&msg, NULL); in exclaves_xnu_proxy_init() 2542 kr = exclaves_xnu_proxy_send(&msg, &spawned_scid); in exclaves_xnu_proxy_allocate_context() 2575 kr = exclaves_xnu_proxy_send(&msg, NULL); in exclaves_xnu_proxy_free_context()
|