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

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODMACommand.cpp551 bytes = poMD->writeBytes(state->fPreparedOffset,
555 bytes = poMD->readBytes(state->fPreparedOffset,
701 if ((state->fPreparedOffset != offset)
707 state->fPreparedOffset = offset;
746 state->fPreparedLength + ((state->fPreparedOffset + fMDSummary.fPageAlign) & page_mask)));
763 mapArgs.fOffset = state->fPreparedOffset;
823 poMD->performOperation(kIOMemoryIncoherentIOFlush, state->fPreparedOffset, state->fPreparedLength);
838 *offset = state->fPreparedOffset;
1005 UInt64 offset = *offsetP + internalState->fPreparedOffset;
1006 UInt64 memLength = internalState->fPreparedOffset
[all...]
H A DIOKitKernelInternal.h153 UInt64 fPreparedOffset; member in struct:IODMACommandInternal

Completed in 108 milliseconds