Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOMapper.cpp170 return copyMapperForDeviceWithIndex(device, 0); in copyMapperForDevice()
174 IOMapper::copyMapperForDeviceWithIndex(IOService * device, unsigned int index) in copyMapperForDeviceWithIndex() function in IOMapper
/xnu-11215/iokit/IOKit/
H A DIOMapper.h104 static OSPtr<IOMapper> copyMapperForDeviceWithIndex(IOService * device, unsigned int index);
/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp298 mapper = device ? IOMapper::copyMapperForDeviceWithIndex(device, 0) : NULL; in IODMACommandLocalMappedNonContig()
898 mapper = IOMapper::copyMapperForDeviceWithIndex(isp, 0); in IOMemoryDescriptorTest()
/xnu-11215/iokit/Exclaves/
H A DExclaves.cpp573 …IOMapper *mapper = IOMapper::copyMapperForDeviceWithIndex(provider, (unsigned int)(args->mapperInd… in IOExclaveMapperOperationUpcallHandler()