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

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPlatformExpert.cpp78 static IOPlatformExpert * gIOPlatform; variable
131 gIOPlatform = this;
721 if(gIOPlatform) gIOPlatform->haltRestart(type);
733 if( gIOPlatform)
734 return( gIOPlatform->getMachineName( name, maxLength ));
741 if( gIOPlatform)
742 return( gIOPlatform->getModelName( name, maxLength ));
749 if( gIOPlatform)
750 return( gIOPlatform
[all...]
H A DIOService.cpp89 static IOPlatformExpert * gIOPlatform; variable
551 if( gIOPlatform && (!gIOPlatform->platformAdjustService(this)))
949 return( gIOPlatform);
964 gIOPlatform = platform;

Completed in 160 milliseconds