Home
last modified time | relevance | path

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

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