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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMACommand.cpp360 state->fCopyPageCount += numPages;
415 state->fCopyPageCount = 0;
430 state->fCopyPageCount = atop_64(round_page(state->fPreparedLength));
432 if (state->fCopyPageCount)
437 DEBG("preflight fCopyPageCount %d\n", state->fCopyPageCount);
441 mapBase = mapper->iovmAlloc(state->fCopyPageCount);
480 if (state->fCopyPageCount)
482 DEBG("sync fCopyPageCount %d\n", state->fCopyPageCount);
[all...]
H A DIOKitKernelInternal.h119 ppnum_t fCopyPageCount; member in struct:IODMACommandInternal

Completed in 24 milliseconds