Home
last modified time | relevance | path

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

/xnu-11215/osfmk/mach/
H A Dmessage.h773 mach_port_context_t msgh_context; member
783 mach_port_context32_t msgh_context; member
792 mach_port_context64_t msgh_context; member
815 mach_port_context_t msgh_context; member
827 mach_port_context32_t msgh_context; member
838 mach_port_context64_t msgh_context; member
/xnu-11215/tests/ipc/
H A Dmach_msg_transport.c242 if (tsize > offsetof(mach_msg_max_trailer_t, msgh_context)) {
243 T_EXPECT_EQ(buf.trailer.msgh_context, DEFAULT_CONTEXT,
/xnu-11215/osfmk/ipc/
H A Dipc_kmsg.c4716 out64->msgh_context = msgr->msgr_context; in ipc_kmsg_deflate_trailer()
4718 out32->msgh_context = (typeof(out32->msgh_context))msgr->msgr_context; in ipc_kmsg_deflate_trailer()