Home
last modified time | relevance | path

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

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