Home
last modified time | relevance | path

Searched refs:dequeue (Results 1 – 9 of 9) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIODataQueue.h50 #ifdef dequeue
51 #undef dequeue
H A DIOSharedDataQueue.h136 virtual Boolean dequeue(void *data, UInt32 *dataSize);
/xnu-11215/iokit/Kernel/
H A DIOSharedDataQueue.cpp43 #ifdef dequeue
44 #undef dequeue
314 IOSharedDataQueue::dequeue(void *data, UInt32 *dataSize) in dequeue() function in IOSharedDataQueue
H A DIODataQueue.cpp53 #ifdef dequeue
54 #undef dequeue
H A DIOService.cpp2366 while (queue_entry_t entry = dequeue(&notifyHead->fCommandChain)) { in cleanInterestList()
/xnu-11215/iokit/DriverKit/
H A DIODataQueueDispatchSource.iig134 * @brief As a consumer, dequeue the next queue entry.
155 …* @brief As a consumer, dequeue the next queue entry, but don't send any DataServiced notifi…
H A Dqueue_implementation.h274 #define dequeue(queue) dequeue_head(queue) macro
/xnu-11215/osfmk/kern/
H A Dqueue.h274 #define dequeue(queue) dequeue_head(queue) macro
/xnu-11215/iokit/Tests/
H A DTests.cpp1355 sd->dequeue(&data, &size); in IOSharedDataQueue_44636964()