Searched refs:copyMapperForDeviceWithIndex (Results 1 – 4 of 4) sorted by relevance
170 return copyMapperForDeviceWithIndex(device, 0); in copyMapperForDevice()174 IOMapper::copyMapperForDeviceWithIndex(IOService * device, unsigned int index) in copyMapperForDeviceWithIndex() function in IOMapper
104 static OSPtr<IOMapper> copyMapperForDeviceWithIndex(IOService * device, unsigned int index);
298 mapper = device ? IOMapper::copyMapperForDeviceWithIndex(device, 0) : NULL; in IODMACommandLocalMappedNonContig()898 mapper = IOMapper::copyMapperForDeviceWithIndex(isp, 0); in IOMemoryDescriptorTest()
573 …IOMapper *mapper = IOMapper::copyMapperForDeviceWithIndex(provider, (unsigned int)(args->mapperInd… in IOExclaveMapperOperationUpcallHandler()