Searched refs:copyMapperForDeviceWithIndex (Results 1 – 3 of 3) sorted by relevance
169 return copyMapperForDeviceWithIndex(device, 0); in copyMapperForDevice()173 IOMapper::copyMapperForDeviceWithIndex(IOService * device, unsigned int index) in copyMapperForDeviceWithIndex() function in IOMapper
104 static OSPtr<IOMapper> copyMapperForDeviceWithIndex(IOService * device, unsigned int index);
296 mapper = device ? IOMapper::copyMapperForDeviceWithIndex(device, 0) : NULL; in IODMACommandLocalMappedNonContig()896 mapper = IOMapper::copyMapperForDeviceWithIndex(isp, 0); in IOMemoryDescriptorTest()