Searched refs:ith_kernel_reply_port (Results 1 – 3 of 3) sorted by relevance
373 reply = self->ith_kernel_reply_port; in kernel_mach_msg_rpc_common()376 reply = self->ith_kernel_reply_port; in kernel_mach_msg_rpc_common()479 assert(reply == self->ith_kernel_reply_port); in kernel_mach_msg_rpc_common()
867 thread->ith_kernel_reply_port = IP_NULL; in ipc_thread_init()1116 if (thread->ith_kernel_reply_port != IP_NULL) { in ipc_thread_terminate()1570 if (IP_VALID(thread->ith_kernel_reply_port)) { in thread_get_kernel_special_reply_port()1605 reply_portp = &thread->ith_kernel_reply_port; in ipc_port_bind_special_reply_port_locked()1640 reply_portp = &thread->ith_kernel_reply_port; in ipc_port_unbind_special_reply_port()
755 mach_port_t ith_kernel_reply_port; /* reply port for kernel RPCs */ member