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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMACommand.cpp502 bytes = poMD->writeBytes(state->fPreparedOffset,
506 bytes = poMD->readBytes(state->fPreparedOffset,
630 if ((state->fPreparedOffset != offset)
636 state->fPreparedOffset = offset;
855 UInt64 offset = *offsetP + internalState->fPreparedOffset;
856 UInt64 memLength = internalState->fPreparedOffset + internalState->fPreparedLength;
861 if ((offset == internalState->fPreparedOffset) || (offset != state->fOffset) || internalState->fNewMD) {
894 + offset - internalState->fPreparedOffset;
1028 *offsetP = offset - internalState->fPreparedOffset;
H A DIOKitKernelInternal.h106 UInt64 fPreparedOffset; member in struct:IODMACommandInternal

Completed in 26 milliseconds