Searched refs:fAllocCount (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOKitKernelInternal.h144 ppnum_t fAllocCount; member in struct:IOMDDMAMapArgs
H A DIOMemoryDescriptor.cpp1216 err = md->dmaMap(data->fMapper, &data->fMapSpec, data->fOffset, data->fLength, &data->fAlloc, &data->fAllocCount);
1220 data->fAllocCount = 0; // IOMD owns the alloc now
1226 data->fAllocCount = 0; // IOMD owns the alloc
1770 err = md->dmaMap(data->fMapper, &data->fMapSpec, data->fOffset, data->fLength, &data->fAlloc, &data->fAllocCount);
H A DIODMACommand.cpp771 state->fLocalMapperPageCount = mapArgs.fAllocCount;

Completed in 29 milliseconds