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

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h316 IOReturn dmaMap(
934 IOReturn dmaMap(
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1971 err = md->dmaMap(data->fMapper, &data->fMapSpec, data->fOffset, data->fLength, &data->fAlloc, &data->fAllocCount);
2082 err = md->dmaMap(dataP->fMapper, &mapSpec, 0, _length, &dataP->fMappedBase, NULL);
2527 err = md->dmaMap(data->fMapper, &data->fMapSpec, data->fOffset, data->fLength, &data->fAlloc, &data->fAllocCount);
3031 IOReturn IOMemoryDescriptor::dmaMap( function in class:IOMemoryDescriptor
3107 IOReturn IOGeneralMemoryDescriptor::dmaMap( function in class:IOGeneralMemoryDescriptor
3125 err = super::dmaMap(mapper, mapSpec, offset, length, address, mapPages);

Completed in 75 milliseconds