Searched refs:msgh (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIODataQueueShared.h69 * @field msgh Mach message header containing the notification mach port associated with this queue.
73 mach_msg_header_t msgh; member in struct:_IODataQueueAppendix
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODataQueue.cpp216 mach_msg_header_t * msgh; local
218 msgh = (mach_msg_header_t *)notifyMsg;
219 if (msgh && msgh->msgh_remote_port) {
220 kr = mach_msg_send_from_kernel_proper(msgh, msgh->msgh_size);
H A DIOSharedDataQueue.cpp89 notifyMsg = &(appendix->msgh);
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_kmsg.c180 mach_msg_header_t *msgh);
320 mach_msg_header_t *msgh)
327 mbits = msgh->msgh_bits;
330 MACH_MSGH_BITS_LOCAL(msgh->msgh_bits),
331 MACH_MSGH_BITS_REMOTE(msgh->msgh_bits));
346 if (msgh->msgh_bits & ~MACH_MSGH_BITS_USED) {
348 msgh->msgh_bits & ~MACH_MSGH_BITS_USED);
353 if (msgh->msgh_remote_port) {
354 kprintf(" remote=%p(", msgh->msgh_remote_port);
355 ipc_print_type_name64(MACH_MSGH_BITS_REMOTE(msgh
319 ipc_msg_print64( mach_msg_header_t *msgh) argument
[all...]

Completed in 20 milliseconds