Home
last modified time | relevance | path

Searched refs:gIOPlatform (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/iokit/Kernel/ !
H A DIOPlatformExpert.cpp109 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()
[all …]
H A DIOService.cpp119 static IOPlatformExpert * gIOPlatform;
1071 if (gIOPlatform && (!gIOPlatform->platformAdjustService(this))) { in registerService()
1573 return gIOPlatform; in getPlatform()
1599 gIOPlatform = platform; in setPlatform()