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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMACommand.cpp473 state->fCopyPageCount = atop_64(round_page(state->fPreparedLength));
511 fMDSummary.fDirection, state->fPreparedLength, mask);
553 state->fPreparedLength);
557 state->fPreparedLength);
559 ret = (bytes == state->fPreparedLength) ? kIOReturnSuccess : kIOReturnUnderrun;
702 || (state->fPreparedLength != length))
708 state->fPreparedLength = length;
746 state->fPreparedLength + ((state->fPreparedOffset + fMDSummary.fPageAlign) & page_mask)));
764 mapArgs.fLength = state->fPreparedLength;
823 poMD->performOperation(kIOMemoryIncoherentIOFlush, state->fPreparedOffset, state->fPreparedLength);
[all...]
H A DIOKitKernelInternal.h153 UInt64 fPreparedLength; member in struct:IODMACommandInternal

Completed in 16 milliseconds