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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOKitKernelInternal.h121 addr64_t fCopyNext; member in struct:IODMACommandInternal
H A DIODMACommand.cpp356 remapAddr = state->fCopyNext;
370 state->fCopyNext += length;
373 state->fCopyNext += round_page(length);
413 state->fCopyNext = 0;
451 state->fCopyNext = ptoa_64(state->fCopyPageAlloc);
486 state->fCopyNext = ptoa_64(state->fCopyPageAlloc);
643 state->fCopyNext = 0;

Completed in 73 milliseconds