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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommand.cpp52 queue_init(&fCommandChain);
H A DIOCommandPool.cpp178 *command, IOCommand *, fCommandChain);
204 queue_enter_first(&fQueueHead, command, IOCommand *, fCommandChain);
H A DIODMAEventSource.cpp140 queue_remove_first(&dmaCommandsCompleted, dmaCommand, IODMACommand *, fCommandChain);
158 queue_enter(&dmaCommandsCompleted, dmaCommand, IODMACommand *, fCommandChain);
H A DIOServicePM.cpp7574 queue_enter(&fQueue, request, IOPMRequest *, fCommandChain);
7590 queue_enter(&fQueue, next, IOPMRequest *, fCommandChain);
7607 queue_remove_first( &fQueue, request, IOPMRequest *, fCommandChain );
7665 assert( queue_next(&request->fCommandChain) ==
7666 queue_prev(&request->fCommandChain) );
7675 queue_enter(&pwrMgt->RequestHead, request, IOPMRequest *, fCommandChain);
7717 queue_remove_first(queue, request, IOPMRequest *, fCommandChain);
7843 queue_enter(&fQueue, request, IOPMRequest *, fCommandChain);
7858 next = (IOPMRequest *) queue_next(&request->fCommandChain);
7861 queue_remove(&fQueue, request, IOPMRequest *, fCommandChain);
[all...]
H A DIOService.cpp1429 iterqueue(&notifyList->fCommandChain, entry) {
1544 enqueue(&notifyList->fCommandChain, &notify->chain);
1563 while ( queue_entry_t entry = dequeue(&notifyHead->fCommandChain) ) {
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCommand.h76 /*! @var fCommandChain
78 queue_chain_t fCommandChain; /* used to queue commands */ member in class:IOCommand

Completed in 34 milliseconds