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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOKitKernelInternal.h120 ppnum_t fNextRemapIndex; member in struct:IODMACommandInternal
H A DIODMACommand.cpp416 state->fNextRemapIndex = 0;
646 state->fNextRemapIndex = 0;
864 internalState->fNextRemapIndex = 0;
959 ptoa_64(internalState->fCopyPageAlloc + internalState->fNextRemapIndex)))
962 curSeg.fIOVMAddr = ptoa_64(internalState->fCopyPageAlloc + internalState->fNextRemapIndex)
964 internalState->fNextRemapIndex += atop_64(round_page(curSeg.fLength));
973 internalState->fNextRemapIndex = checkRemapIndex + atop_64(round_page(curSeg.fLength));

Completed in 10 milliseconds