Searched refs:gIOPlatform (Results 1 – 2 of 2) sorted by relevance
109 static IOPlatformExpert * gIOPlatform; variable176 gIOPlatform = this; in start()898 if (gIOPlatform) { in IOShutdownNotificationsTimedOut()899 gIOPlatform->haltRestart(type); in IOShutdownNotificationsTimedOut()918 if (gIOPlatform) { in PEGetMachineName()919 return gIOPlatform->getMachineName( name, maxLength ); in PEGetMachineName()933 if (gIOPlatform) { in PEGetModelName()934 return gIOPlatform->getModelName( name, maxLength ); in PEGetModelName()943 if (gIOPlatform) { in PEGetTargetName()944 return gIOPlatform->getTargetName( name, maxLength ); in PEGetTargetName()[all …]
119 static IOPlatformExpert * gIOPlatform;1071 if (gIOPlatform && (!gIOPlatform->platformAdjustService(this))) { in registerService()1573 return gIOPlatform; in getPlatform()1599 gIOPlatform = platform; in setPlatform()