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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODataQueue.cpp196 if (notifyMsg == 0) {
197 notifyMsg = IOMalloc(sizeof(struct _notifyMsg));
200 *((struct _notifyMsg *)notifyMsg) = init_msg;
202 ((struct _notifyMsg *)notifyMsg)->h.msgh_remote_port = port;
210 msgh = (mach_msg_header_t *)notifyMsg;
H A DIOSharedDataQueue.cpp89 notifyMsg = &(appendix->msgh);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIODataQueue.h64 void * notifyMsg; member in class:IODataQueue

Completed in 27 milliseconds