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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp78 static IOPlatformExpert * gIOPlatform; variable
131 gIOPlatform = this;
743 if(gIOPlatform) gIOPlatform->haltRestart(type);
755 if( gIOPlatform)
756 return( gIOPlatform->getMachineName( name, maxLength ));
763 if( gIOPlatform)
764 return( gIOPlatform->getModelName( name, maxLength ));
771 if( gIOPlatform)
772 return( gIOPlatform
[all...]
H A DIOService.cpp91 static IOPlatformExpert * gIOPlatform; variable
669 if( gIOPlatform && (!gIOPlatform->platformAdjustService(this)))
1067 return( gIOPlatform);
1082 gIOPlatform = platform;

Completed in 188 milliseconds