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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIODataQueue.cpp107 if (!notifyMsg) {
108 notifyMsg = IOMalloc(sizeof(mach_msg_header_t));
109 if (!notifyMsg)
112 bzero(notifyMsg, sizeof(mach_msg_header_t));
138 if (notifyMsg) {
139 IOFree(notifyMsg, sizeof(mach_msg_header_t));
140 notifyMsg = NULL;
238 mach_msg_header_t * msgh = (mach_msg_header_t *) notifyMsg;
253 msgh = (mach_msg_header_t *) notifyMsg;
H A DIOSharedDataQueue.cpp113 notifyMsg = &(appendix->msgh);
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIODataQueue.h73 void * notifyMsg; member in class:IODataQueue
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventQueue.cpp141 mach_port_t port = notifyMsg ? ((mach_msg_header_t *)notifyMsg)->msgh_remote_port : MACH_PORT_NULL;

Completed in 187 milliseconds