Home
last modified time | relevance | path

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

/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp103 dmaLen = mds[0]->getDMAMapLength(&dmaOffset); in IOMultMemoryDescriptorTest()
112 dmaLen = mds[0]->getDMAMapLength(&dmaOffset); in IOMultMemoryDescriptorTest()
121 dmaLen = mds[0]->getDMAMapLength(&dmaOffset); in IOMultMemoryDescriptorTest()
128 dmaLen = mds[1]->getDMAMapLength(&dmaOffset); in IOMultMemoryDescriptorTest()
137 dmaLen = mmd->getDMAMapLength(&dmaOffset); in IOMultMemoryDescriptorTest()
191 dmaLen = bmd->getDMAMapLength(&dmaOffset); in IODMACommandForceDoubleBufferTest()
/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h661 uint64_t getDMAMapLength(uint64_t * offset = NULL);
/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp3788 IOMemoryDescriptor::getDMAMapLength(uint64_t * offset) in getDMAMapLength() function in IOMemoryDescriptor