Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dexclaves.c881 exclaves_allocate_ipc_buffer(void **out_ipc_buffer) in exclaves_allocate_ipc_buffer() argument
897 if (out_ipc_buffer != NULL) { in exclaves_allocate_ipc_buffer()
898 *out_ipc_buffer = thread->th_exclaves_ipc_ctx.ipcb; in exclaves_allocate_ipc_buffer()
902 #pragma unused(out_ipc_buffer) in exclaves_allocate_ipc_buffer()