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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp122 static IOPMrootDomain * gRootDomain; variable
196 return gRootDomain->registerInterest( gIOGeneralInterest, handler, self, ref );
201 return gRootDomain->registerInterest( gIOPriorityPowerStateInterest, handler, self, ref );
206 return gRootDomain->allowPowerChange ( (unsigned long)PMrefcon );
211 return gRootDomain->cancelPowerChange ( (unsigned long)PMrefcon );
216 return gRootDomain->restartSystem();
221 return gRootDomain->shutdownSystem();
379 gRootDomain = this;

Completed in 16 milliseconds