Home
last modified time | relevance | path

Searched refs:getPlatform (Results 1 – 13 of 13) sorted by relevance

/xnu-11215/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp90 getPlatform()->setCPUInterruptProperties(provider); in start()
103 getPlatform()->registerInterruptController(interruptControllerName, this); in start()
222 getPlatform()->causeInterrupt(0); in causeVector()
/xnu-11215/iokit/Kernel/
H A DPassthruInterruptController.cpp47 !this->attach(getPlatform())) { in init()
51 …if (getPlatform()->registerInterruptController(gPlatformInterruptControllerName, this) != kIORetur… in init()
H A DIOInterruptController.cpp314 if (!getPlatform()->atInterruptLevel()) { in enableInterrupt()
354 if (!getPlatform()->atInterruptLevel()) { in disableInterrupt()
792 if (!getPlatform()->atInterruptLevel()) { in disableInterrupt()
H A DIOCPU.cpp642 getPlatform()->registerInterruptController(gPlatformInterruptControllerName, in registerCPUInterruptController()
H A DIOPolledInterface.cpp734 err = IOService::getPlatform()->callPlatformFunction( in IOPolledFileOpen()
H A DIOHibernateIO.cpp591 IOService::getPlatform()->getConsoleInfo(&consoleInfo); in IOHibernateSystemSleep()
1152 IOService::getPlatform()->getConsoleInfo(&consoleInfo); in IOHibernateSystemHasSlept()
H A DIOPMrootDomain.cpp989 IOService::getPlatform()->waitQuiet(30 * NSEC_PER_SEC); in IOSystemShutdownNotification()
2959 getPlatform()->sleepKernel(); in powerChangeDone()
3721 getPlatform()->callPlatformFunction( in tellChangeUp()
3847 getPlatform()->callPlatformFunction( in sysPowerDownHandler()
7564 ret = getPlatform()->callPlatformFunction(
H A DIOService.cpp1561 IOService::getPlatform( void ) in getPlatform() function in IOService
7203 return getPlatform()->getWorkLoop(); in getWorkLoop()
7286 return getPlatform()->getWorkLoop(); in getWorkLoop()
8634 interruptController = getPlatform()->lookUpInterruptController(interruptControllerName); in resolveInterrupt()
H A DIOServicePM.cpp355 gPlatform = getPlatform(); in PMinit()
668 platform = getPlatform(); in joinPMtree()
1320 root = getPlatform()->getProvider(); in handleRegisterPowerDriver()
/xnu-11215/iokit/Families/IONVRAM/
H A DIONVRAMController.cpp42 getPlatform()->registerNVRAMController(this); in registerService()
/xnu-11215/iokit/Tests/
H A DTests.cpp884 IOService::getPlatform()->setProperty("OSSerializer_withBlock", serializer.get()); in OSCollectionTest()
1413 found->attach(IOService::getPlatform()); in IOServiceTest()
1830 IOService::getPlatform()->getWorkLoop()->addEventSource(es.get()); in IOServiceStateNotificationTests()
1833 IOService::getPlatform()->getWorkLoop()->removeEventSource(es.get()); in IOServiceStateNotificationTests()
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp884 IOService::getPlatform()->waitQuiet(); in IOFindBSDRoot()
999 IOService::getPlatform()->waitQuiet(); in IOFindBSDRoot()
1106 string = (OSString *) IOService::getPlatform()->getProvider()->getProperty( kIOPlatformUUIDKey ); in IOBSDGetPlatformUUID()
/xnu-11215/iokit/IOKit/
H A DIOService.h1293 static IOPlatformExpert * getPlatform( void );