Home
last modified time | relevance | path

Searched refs:dmaMap (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h440 IOReturn dmaMap(
1109 IOReturn dmaMap(
/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp3008 …err = md->dmaMap(data->fMapper, md, data->fCommand, &data->fMapSpec, data->fOffset, data->fLength,… in dmaCommandOperation()
3145 …err = md->dmaMap(dataP->fMapper, md, NULL, &mapSpec, 0, _length, &dataP->fMappedBase, &dataP->fMap… in dmaCommandOperation()
3622 …err = md->dmaMap(data->fMapper, md, data->fCommand, &data->fMapSpec, data->fOffset, data->fLength,… in dmaCommandOperation()
4478 IOMemoryDescriptor::dmaMap( in dmaMap() function in IOMemoryDescriptor
4581 IOGeneralMemoryDescriptor::dmaMap( in dmaMap() function in IOGeneralMemoryDescriptor
4605 err = super::dmaMap(mapper, memory, command, mapSpec, offset, length, mapAddress, mapLength); in dmaMap()
/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp915 ret = md1->dmaMap(mapper, NULL, &mapSpec, 0, bufSize, &mapped, &mappedLength); in IOMemoryDescriptorTest()