Lines Matching refs:notifyMsg
108 assert(!notifyMsg); in initWithCapacity()
109 notifyMsg = IOMallocType(IODataQueueInternal); in initWithCapacity()
110 ((IODataQueueInternal *)notifyMsg)->queueSize = size; in initWithCapacity()
144 if (notifyMsg) { in free()
147 round_page(((IODataQueueInternal *)notifyMsg)->queueSize + in free()
152 IOFreeType(notifyMsg, IODataQueueInternal); in free()
153 notifyMsg = NULL; in free()
182 queueSize = ((IODataQueueInternal *) notifyMsg)->queueSize; in enqueue()
264 msgh = &((IODataQueueInternal *) notifyMsg)->msg; in setNotificationPort()
277 msgh = &((IODataQueueInternal *) notifyMsg)->msg; in sendDataAvailableNotification()
298 queueSize = ((IODataQueueInternal *) notifyMsg)->queueSize; in getMemoryDescriptor()