Home
last modified time | relevance | path

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

/xnu-11215/osfmk/ipc/
H A Dipc_kmsg.c5233 boolean_t kernel_reply = FALSE; in ipc_kmsg_send() local
5341 kernel_reply = TRUE; in ipc_kmsg_send()
5429 if (error != MACH_MSG_SUCCESS && kernel_reply) { in ipc_kmsg_send()