Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dexclaves.c864 exclaves_allocate_ipc_buffer(void **out_ipc_buffer) in exclaves_allocate_ipc_buffer() argument
880 if (out_ipc_buffer) { in exclaves_allocate_ipc_buffer()
881 *out_ipc_buffer = (void*)ipcb; in exclaves_allocate_ipc_buffer()
886 #pragma unused(out_ipc_buffer) in exclaves_allocate_ipc_buffer()