Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dexclaves.c768 exclaves_allocate_ipc_buffer(void **out_ipc_buffer) in exclaves_allocate_ipc_buffer() argument
784 if (out_ipc_buffer) { in exclaves_allocate_ipc_buffer()
785 *out_ipc_buffer = (void*)ipcb; in exclaves_allocate_ipc_buffer()
790 #pragma unused(out_ipc_buffer) in exclaves_allocate_ipc_buffer()