Home
last modified time | relevance | path

Searched refs:gen64IOVMSegments (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.1.13/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp212 ret = dma->gen64IOVMSegments(&dmaOffset, &segments[0], &numSegments); in IODMACommandForceDoubleBufferTest()
308 kr = dma->gen64IOVMSegments(&dmaOffset, &segments[0], &numSegments); in IODMACommandLocalMappedNonContig()
392 ret = dma->gen64IOVMSegments(&dmaOffset, &segments[0], &numSegments); in IOMemoryRemoteTest()
871 ret = dma->gen64IOVMSegments(&offset, &segments[0], &numSegments); in IOMemoryDescriptorTest()
/xnu-10002.1.13/iokit/IOKit/
H A DIODMACommand.h414 gen64IOVMSegments(UInt64 *offset, in gen64IOVMSegments() function