Home
last modified time | relevance | path

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

/NextBSD/sys/sys/mach/
HDmessage.h469 } mach_msg_context_trailer_t; typedef
710 sizeof(mach_msg_context_trailer_t) : \
/NextBSD/lib/libdispatch/private/
HDmach_private.h112 typedef mach_msg_context_trailer_t dispatch_mach_trailer_t;
/NextBSD/lib/libdispatch/src/
HDinit.c1261 mach_msg_context_trailer_t *tp; in dispatch_mach_msg_get_context()
1264 tp = (mach_msg_context_trailer_t *)((uint64_t *)msg + in dispatch_mach_msg_get_context()
1267 (mach_msg_size_t)sizeof(mach_msg_context_trailer_t)) { in dispatch_mach_msg_get_context()