Home
last modified time | relevance | path

Searched refs:fPrepared (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/iokit/Kernel/
H A DIODMACommand.cpp642 state->fPrepared = false; in walkAll()
689 state->fPrepared = true; in walkAll()
697 state->fPrepared = true; in walkAll()
706 if (state->fPrepared && ((kWalkSyncIn | kWalkSyncOut) & op)) { in walkAll()
751 state->fPrepared = false; in walkAll()
873 state->fPrepared = false; in prepare()
1050 state->fPrepared = true; in prepare()
1114 state->fPrepared = false; in complete()
H A DIOKitKernelInternal.h124 UInt8 fPrepared; member
H A DIOUserServer.cpp1090 if (!fInternalState->fPrepared) { in CompleteDMA_Impl()