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

/xnu-2422.115.4/iokit/Kernel/
H A DIODMACommand.cpp246 while (fActive)
254 // if fActive is true it is probably not a good time to potentially
256 if (fActive)
295 if (fActive && !autoComplete)
299 while (fActive)
611 if (fActive)
699 if (fActive++)
791 if (fActive < 1)
794 if (!--fActive)
834 if (fActive <
[all...]
/xnu-2422.115.4/iokit/IOKit/
H A DIODMACommand.h512 /*! @var fActive
513 fActive indicates that this DMA command is currently prepared and ready to go */
514 UInt32 fActive; member in class:IODMACommand

Completed in 21 milliseconds