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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DRootDomainUserClient.cpp65 assert(OSDynamicCast(IOPMrootDomain, provider));
68 fOwner = (IOPMrootDomain *)provider;
191 0, (IOMethod)&IOPMrootDomain::getAggressiveness, kIOUCScalarIScalarO, 1, 1
197 0, (IOMethod)&IOPMrootDomain::allowPowerChange, kIOUCScalarIScalarO, 1, 0
200 0, (IOMethod)&IOPMrootDomain::cancelPowerChange, kIOUCScalarIScalarO, 1, 0
203 0, (IOMethod)&IOPMrootDomain::shutdownSystem, kIOUCScalarIScalarO, 0, 0
206 0, (IOMethod)&IOPMrootDomain::restartSystem, kIOUCScalarIScalarO, 0, 0
235 0, (IOMethod)&IOPMrootDomain::getAggressiveness, kIOUCScalarIScalarO, 1, 1
241 0, (IOMethod)&IOPMrootDomain::allowPowerChange, kIOUCScalarIScalarO, 1, 0
244 0, (IOMethod)&IOPMrootDomain
[all...]
H A DIOPMrootDomain.cpp122 static IOPMrootDomain * gRootDomain;
128 // Constants used as arguments to IOPMrootDomain::informCPUStateChange
140 IOPMrootDomain *parent;
148 IOPMrootDomain *parent_arg,
190 OSDefineMetaClassAndStructors(IOPMrootDomain,IOService)
280 IOPMrootDomain * IOPMrootDomain::construct( void )
282 IOPMrootDomain *root;
284 root = new IOPMrootDomain;
344 bool IOPMrootDomain
[all...]
H A DRootDomainUserClient.h50 IOPMrootDomain * fOwner;
H A DIOPlatformExpert.cpp432 root = new IOPMrootDomain;
792 IOPMrootDomain *pmRootDomain = IOService::getPMRootDomain();
H A DIOService.cpp80 static class IOPMrootDomain * gIOPMRootDomain;
898 class IOPMrootDomain * IOService::getPMRootDomain( void )
914 void IOService::setPMRootDomain( class IOPMrootDomain * rootDomain)
H A DIOHibernateIO.cpp1655 IOHibernateSystemInit(IOPMrootDomain * rootDomain)
H A DIOServicePM.cpp5118 IOPMrootDomain * rootDomain = IOService::getPMRootDomain();
/macosx-10.5.8/xnu-1228.15.4/iokit/conf/
H A DMakefile.i38631 IOPMrootDomain.cpo \
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvAppleNMI/
H A DAppleNMI.cpp73 addNotification( gIOPublishNotification, serviceMatching("IOPMrootDomain"), (IOServiceNotificationHandler)RootRegistered, this, 0 );
92 ((IOPMrootDomain *)yourDevice)->registerInterestedDriver((IOService *) us);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h47 *IOPMrootDomain registry property keys
71 // Supported Feature bitfields for IOPMrootDomain::publishFeature()
102 class IOPMrootDomain: public IOService class in inherits:IOService
104 OSDeclareDefaultStructors(IOPMrootDomain)
110 static IOPMrootDomain * construct( void );
123 @abstract Other drivers may inform IOPMrootDomain of system PM events
248 // IOPMrootDomain internal sleep call
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOPlatformExpert.h84 class IOPMrootDomain;
96 IOPMrootDomain * root;
H A DIOHibernatePrivate.h200 void IOHibernateSystemInit(IOPMrootDomain * rootDomain);
H A DIOService.h916 static class IOPMrootDomain * getPMRootDomain( void );
1145 static void setPMRootDomain( class IOPMrootDomain * rootDomain );

Completed in 69 milliseconds