Lines Matching refs:notifyMsg
109 assert(!notifyMsg); in initWithCapacity()
110 notifyMsg = IOMallocType(IODataQueueInternal); in initWithCapacity()
111 ((IODataQueueInternal *)notifyMsg)->queueSize = size; in initWithCapacity()
145 if (notifyMsg) { in free()
148 round_page(((IODataQueueInternal *)notifyMsg)->queueSize + in free()
153 IOFreeType(notifyMsg, IODataQueueInternal); in free()
154 notifyMsg = NULL; in free()
183 queueSize = ((IODataQueueInternal *) notifyMsg)->queueSize; in enqueue()
265 msgh = &((IODataQueueInternal *) notifyMsg)->msg; in setNotificationPort()
278 msgh = &((IODataQueueInternal *) notifyMsg)->msg; in sendDataAvailableNotification()
300 queueSize = ((IODataQueueInternal *) notifyMsg)->queueSize; in getMemoryDescriptor()