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

/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp108 static queue_head_t gIOPCIEventSourceQueue; variable
266 queue_init(&gIOPCIEventSourceQueue);
2939 queue_iterate(&gIOPCIEventSourceQueue, src, IOPCIEventSource *, fQ)
3582 if (!fQ.next) queue_enter(&gIOPCIEventSourceQueue, this, IOPCIEventSource *, fQ);
3592 queue_remove(&gIOPCIEventSourceQueue, this, IOPCIEventSource *, fQ);

Completed in 210 milliseconds