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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMACommand.cpp842 IODMACommandInternal * internalState = fInternalState; local
855 UInt64 offset = *offsetP + internalState->fPreparedOffset;
856 UInt64 memLength = internalState->fPreparedOffset + internalState->fPreparedLength;
861 if ((offset == internalState->fPreparedOffset) || (offset != state->fOffset) || internalState->fNewMD) {
864 internalState->fNextRemapIndex = 0;
865 internalState->fNewMD = false;
891 if (internalState->fCopyContig && (kWalkClient & op))
893 state->fIOVMAddr = ptoa_64(internalState
[all...]

Completed in 30 milliseconds