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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIODataQueue.cpp238 mach_msg_header_t * msgh = (mach_msg_header_t *) notifyMsg; local
240 if (msgh) {
241 bzero(msgh, sizeof(mach_msg_header_t));
242 msgh->msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND, 0);
243 msgh->msgh_size = sizeof(mach_msg_header_t);
244 msgh->msgh_remote_port = port;
251 mach_msg_header_t * msgh; local
253 msgh = (mach_msg_header_t *) notifyMsg;
254 if (msgh && msgh
[all...]
H A DIOSharedDataQueue.cpp113 notifyMsg = &(appendix->msgh);
/macosx-10.10/xnu-2782.1.97/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
/macosx-10.10/IOKitUser-1050.1.21/
H A DIODataQueueClient.c317 appendix->msgh.msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND, 0);
318 appendix->msgh.msgh_size = sizeof(appendix->msgh);
319 appendix->msgh.msgh_remote_port = notifyPort;
320 appendix->msgh.msgh_local_port = MACH_PORT_NULL;
321 appendix->msgh.msgh_id = 0;
335 if ( appendix->msgh.msgh_remote_port == MACH_PORT_NULL )
339 mach_msg_header_t msgh = appendix->msgh; local
341 kr = mach_msg(&msgh, MACH_SEND_MS
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_kmsg.c184 mach_msg_header_t *msgh);
324 mach_msg_header_t *msgh)
331 mbits = msgh->msgh_bits;
334 MACH_MSGH_BITS_LOCAL(msgh->msgh_bits),
335 MACH_MSGH_BITS_REMOTE(msgh->msgh_bits));
350 if (msgh->msgh_bits & ~MACH_MSGH_BITS_USED) {
352 msgh->msgh_bits & ~MACH_MSGH_BITS_USED);
357 if (msgh->msgh_remote_port) {
358 kprintf(" remote=%p(", msgh->msgh_remote_port);
359 ipc_print_type_name64(MACH_MSGH_BITS_REMOTE(msgh
323 ipc_msg_print64( mach_msg_header_t *msgh) argument
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDLibUserClient.cpp757 mach_msg_header_t * msgh = (mach_msg_header_t *)messageIn; local
758 if( msgh) {
759 ret = mach_msg_send_from_kernel( msgh, msgh->msgh_size);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp2528 mach_msg_header_t *msgh; local
2534 msgh = (mach_msg_header_t *)stackShotMsg;
2535 if( msgh) {
2537 r = mach_msg_send_from_kernel( msgh, msgh->msgh_size);
2604 mach_msg_header_t *msgh; local
2614 msgh = (mach_msg_header_t *)self->eventMsg;
2615 if( msgh) {
2617 r = mach_msg_send_from_kernel( msgh, msgh
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp4320 mach_msg_header_t * msgh = (mach_msg_header_t *) serverMsg; local
4349 DEBG1(thisName, "(%p, wait %d, %d->%d)\n", msgh->msgh_remote_port,
4355 msgh->msgh_id = state;
4356 if ((MACH_PORT_NULL == msgh->msgh_remote_port)
4357 || (KERN_SUCCESS != mach_msg_send_from_kernel(msgh, msgh->msgh_size)))
6250 mach_msg_header_t * msgh; local
6255 msgh = (mach_msg_header_t *) serverMsg;
6256 bzero( msgh, sizeof(mach_msg_header_t) );
6258 msgh
7149 mach_msg_header_t * msgh; local
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDDeviceClass.cpp1519 mach_msg_header_t * msgh = (mach_msg_header_t *)msg; local
1525 if( msgh->msgh_id == kOSNotificationMessageID)

Completed in 126 milliseconds