Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOPlatformExpert.h298 virtual bool platformAdjustService(IOService *service);
/xnu-11215/iokit/Kernel/
H A DIOPlatformExpert.cpp488 IOPlatformExpert::platformAdjustService(IOService */*service*/) in platformAdjustService() function in IOPlatformExpert
H A DIOService.cpp1061 if (gIOPlatform && (!gIOPlatform->platformAdjustService(this))) { in registerService()