Searched refs:getPlatform (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/Families/IONVRAM/
H A DIONVRAMController.cpp45 getPlatform()->registerNVRAMController(this);
/macosx-10.10.1/xnu-2782.1.97/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp85 getPlatform()->setCPUInterruptProperties(provider);
98 getPlatform()->registerInterruptController(interruptControllerName, this);
205 getPlatform()->causeInterrupt(0);
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOBootFramebuffer.cpp51 err = getPlatform()->getConsoleInfo( &bootDisplay );
72 getPlatform()->getConsoleInfo( &bootDisplay);
111 getPlatform()->getConsoleInfo( &bootDisplay);
138 getPlatform()->getConsoleInfo( &bootDisplay);
203 getPlatform()->getConsoleInfo( &bootDisplay);
H A DIODisplay.cpp258 gIODisplayFastBootPlatform = OSDynamicCast(IODTPlatformExpert, IOService::getPlatform());
H A DIOFramebuffer.cpp2273 getPlatform()->setConsoleInfo( 0, kPEReleaseScreen);
4266 // getPlatform()->setConsoleInfo( 0, kPEDisableScreen);
4283 // getPlatform()->setConsoleInfo( 0, kPEEnableScreen);
6482 getPlatform()->setConsoleInfo( 0, kPEDisableScreen);
6931 IOService::getPlatform()->getConsoleInfo(&consoleInfo);
7157 getPlatform()->setConsoleInfo( 0, kPEAcquireScreen);
7285 getPlatform()->setConsoleInfo( &newConsole, kPEReleaseScreen );
7286 getPlatform()->setConsoleInfo( &newConsole, kPEEnableScreen );
7294 getPlatform()->setConsoleInfo( 0, kPERefreshBootGraphics);
7513 getPlatform()
[all...]
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIMessagedInterruptController.cpp175 if (!getPlatform()->atInterruptLevel())
198 if (!getPlatform()->atInterruptLevel())
242 attach(getPlatform());
245 getPlatform()->registerInterruptController( (OSSymbol *) sym, this );
H A Dvtd.c815 if (!IOService::getPlatform()->getProperty(kIOPlatformMapperPresentKey)) return;
833 IOService::getPlatform()->removeProperty(kIOPlatformMapperPresentKey);
H A DIOPCIConfigurator.cpp2666 IOService::getPlatform()->getConsoleInfo(&consoleInfo);
2675 getPlatform()->setConsoleInfo(0, kPEDisableScreen);
2708 getPlatform()->setConsoleInfo(&consoleInfo, kPEBaseAddressChange);
2710 getPlatform()->setConsoleInfo(NULL, kPEEnableScreen);
H A DIOPCIBridge.cpp1784 getPlatform()->callPlatformFunction(gIOPlatformFreeDeviceResourcesKey,
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptController.cpp298 if (!getPlatform()->atInterruptLevel()) {
329 if (!getPlatform()->atInterruptLevel()) {
664 if (!getPlatform()->atInterruptLevel()) {
H A DIOCPU.cpp689 getPlatform()->registerInterruptController(gPlatformInterruptControllerName,
H A DIOHibernateIO.cpp906 err = IOService::getPlatform()->callPlatformFunction(
1336 err = IOService::getPlatform()->callPlatformFunction(
1489 IOService::getPlatform()->getConsoleInfo(&consoleInfo);
1758 IODTPlatformExpert * platform = OSDynamicCast(IODTPlatformExpert, IOService::getPlatform());
1981 IOService::getPlatform()->getConsoleInfo(&consoleInfo);
H A DIOService.cpp1065 IOPlatformExpert * IOService::getPlatform( void ) function in class:IOService
4649 return getPlatform()->getWorkLoop();
5705 interruptController = getPlatform()->lookUpInterruptController(interruptControllerName);
H A DIOServicePM.cpp295 gPlatform = getPlatform();
578 platform = getPlatform();
1207 root = getPlatform()->getProvider();
H A DIOPMrootDomain.cpp2045 getPlatform()->sleepKernel();
2540 getPlatform()->callPlatformFunction(
2629 getPlatform()->callPlatformFunction(
5659 ret = getPlatform()->callPlatformFunction(
/macosx-10.10.1/xnu-2782.1.97/iokit/bsddev/
H A DIOKitBSDInit.cpp479 IOService::getPlatform()->waitQuiet();
575 IOService::getPlatform()->waitQuiet();
646 string = ( OSString * ) IOService::getPlatform( )->getProvider( )->getProperty( kIOPlatformUUIDKey );
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRVLibraries.cpp234 IOService::getPlatform())))
665 IOService::getPlatform())))
H A DIONDRVFramebuffer.cpp3879 && (pe = OSDynamicCast(IODTPlatformExpert, getPlatform()))
4060 IOService::getPlatform()->getConsoleInfo( &bootDisplay);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1008 /*! @function getPlatform
1013 static IOPlatformExpert * getPlatform( void );

Completed in 226 milliseconds