Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dexclaves.c820 exclaves_allocate_ipc_buffer(void **out_ipc_buffer) in exclaves_allocate_ipc_buffer() argument
836 if (out_ipc_buffer != NULL) { in exclaves_allocate_ipc_buffer()
837 *out_ipc_buffer = thread->th_exclaves_ipc_ctx.ipcb; in exclaves_allocate_ipc_buffer()
841 #pragma unused(out_ipc_buffer) in exclaves_allocate_ipc_buffer()