Searched refs:exclaves_xnu_proxy_send (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | exclaves_panic.c | 76 extern kern_return_t exclaves_xnu_proxy_send(xnuproxy_msg_t *, in exclaves_xnu_proxy_panic_thread() 78 kr = exclaves_xnu_proxy_send(&msg, &spawned_scid); in exclaves_xnu_proxy_panic_thread()
|
| H A D | exclaves_resource.c | 69 extern kern_return_t exclaves_xnu_proxy_send(xnuproxy_msg_t *, void *); 456 kern_return_t kr = exclaves_xnu_proxy_send(&msg, NULL); in exclaves_resource_init() 958 kr = exclaves_xnu_proxy_send(&msg, NULL); in named_buffer_map() 1021 kr = exclaves_xnu_proxy_send(&layout_msg, NULL); in named_buffer_map() 1114 kern_return_t kr = exclaves_xnu_proxy_send(&msg, NULL); in exclaves_named_buffer_unmap() 1171 kern_return_t kr = exclaves_xnu_proxy_send(&msg, NULL); in exclaves_audio_buffer_delete() 1206 kern_return_t kr = exclaves_xnu_proxy_send(&msg, NULL); in exclaves_audio_buffer_copyout() 1811 return exclaves_xnu_proxy_send(&msg, NULL); in exclaves_xnu_proxy_check_mem_usage()
|
| H A D | exclaves_upcalls.c | 95 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 | 1827 extern kern_return_t exclaves_xnu_proxy_send(xnuproxy_msg_t *, Exclaves_L4_Word_t *); 1829 exclaves_xnu_proxy_send(xnuproxy_msg_t *_msg, Exclaves_L4_Word_t *spawned) in exclaves_xnu_proxy_send() function 1905 kr = exclaves_xnu_proxy_send(&msg, NULL); in exclaves_xnu_proxy_init() 1942 kr = exclaves_xnu_proxy_send(&msg, &spawned_scid); in exclaves_xnu_proxy_allocate_context() 1975 kr = exclaves_xnu_proxy_send(&msg, NULL); in exclaves_xnu_proxy_free_context()
|