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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp78 static IOPlatformExpert * gIOPlatform; variable
131 gIOPlatform = this;
726 if(gIOPlatform) gIOPlatform->haltRestart(type);
739 if( gIOPlatform)
740 return( gIOPlatform->getMachineName( name, maxLength ));
747 if( gIOPlatform)
748 return( gIOPlatform->getModelName( name, maxLength ));
755 if( gIOPlatform)
756 return( gIOPlatform
[all...]
H A DIOService.cpp88 static IOPlatformExpert * gIOPlatform; variable
550 if( gIOPlatform && (!gIOPlatform->platformAdjustService(this)))
948 return( gIOPlatform);
963 gIOPlatform = platform;

Completed in 32 milliseconds