Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/IOKit/
H A DIOMapper.h103 static OSPtr<IOMapper> copyMapperForDevice(IOService * device);
/xnu-8792.41.9/iokit/Kernel/
H A DIOMapper.cpp167 IOMapper::copyMapperForDevice(IOService * device) in copyMapperForDevice() function in IOMapper
H A DIOUserServer.cpp982 mapper = IOMapper::copyMapperForDevice(device); in Create_Impl()