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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIODataQueue.cpp204 if (notifyMsg == 0) {
205 notifyMsg = IOMalloc(sizeof(struct _notifyMsg));
208 *((struct _notifyMsg *)notifyMsg) = init_msg;
210 ((struct _notifyMsg *)notifyMsg)->h.msgh_remote_port = port;
218 msgh = (mach_msg_header_t *)notifyMsg;
H A DIOSharedDataQueue.cpp89 notifyMsg = &(appendix->msgh);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIODataQueue.h64 void * notifyMsg; member in class:IODataQueue

Completed in 15 milliseconds