Lines Matching refs:gIOPlatform
109 static IOPlatformExpert * gIOPlatform; variable
176 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()
953 if (gIOPlatform) { in PEGetProductName()
954 return gIOPlatform->getProductName( name, maxLength ); in PEGetProductName()
963 if (gIOPlatform) { in PEGetPlatformEpoch()
964 return (int) gIOPlatform->getBootROMType(); in PEGetPlatformEpoch()
1108 if (gIOPlatform) { in PEHaltRestartInternal()
1111 return gIOPlatform->haltRestart(type); in PEHaltRestartInternal()
1126 if (gIOPlatform != NULL) { in PESavePanicInfo()
1127 return (UInt32) gIOPlatform->savePanicInfo(buffer, length); in PESavePanicInfo()
1412 if (gIOPlatform) { in PEGetUTCTimeOfDay()
1413 gIOPlatform->getUTCTimeOfDay(secs, &nsecs); in PEGetUTCTimeOfDay()
1424 if (gIOPlatform) { in PESetUTCTimeOfDay()
1425 gIOPlatform->setUTCTimeOfDay(secs, usecs * NSEC_PER_USEC); in PESetUTCTimeOfDay()