Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIOMapper.cpp169 return copyMapperForDeviceWithIndex(device, 0); in copyMapperForDevice()
173 IOMapper::copyMapperForDeviceWithIndex(IOService * device, unsigned int index) in copyMapperForDeviceWithIndex() function in IOMapper
/xnu-8796.121.2/iokit/IOKit/
H A DIOMapper.h104 static OSPtr<IOMapper> copyMapperForDeviceWithIndex(IOService * device, unsigned int index);
/xnu-8796.121.2/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp296 mapper = device ? IOMapper::copyMapperForDeviceWithIndex(device, 0) : NULL; in IODMACommandLocalMappedNonContig()
896 mapper = IOMapper::copyMapperForDeviceWithIndex(isp, 0); in IOMemoryDescriptorTest()