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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DPMmisc.cpp31 static char rootDomain[ ] = "IOPMrootDomain"; variable
47 if ( strcmp(rootDomain,who) == 0 ) { // root power domain is registering
H A DIOPMrootDomain.cpp295 IOService *rootDomain = (IOService *) p0; local
304 rootDomain->allowPowerChange(pmRef);
2447 IOPMrootDomain *rootDomain = OSDynamicCast(IOPMrootDomain, service); local
2449 if(!rootDomain)
2477 thread_call_enter1_delayed( rootDomain->diskSyncCalloutEntry,
2482 thread_call_enter1(rootDomain->diskSyncCalloutEntry, (thread_call_param_t)params->powerRef);
2520 IOPMrootDomain * rootDomain = OSDynamicCast(IOPMrootDomain, (IOService *)target); local
2524 if (!rootDomain)
2552 if ( rootDomain->extraSleepDelay )
2554 clock_interval_to_deadline(rootDomain
2626 IOPMrootDomain *rootDomain = local
[all...]
H A DIOHibernateIO.cpp1655 IOHibernateSystemInit(IOPMrootDomain * rootDomain) argument
1660 rootDomain->setProperty(kIOHibernateStateKey, data);
H A DIOServicePM.cpp5118 IOPMrootDomain * rootDomain = IOService::getPMRootDomain(); local
5119 if (rootDomain)
5120 rootDomain->acknowledgeSystemWillShutdown( this );
H A DIOService.cpp914 void IOService::setPMRootDomain( class IOPMrootDomain * rootDomain) argument
916 gIOPMRootDomain = rootDomain;
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/platform/
H A DAppleNMI.h62 IOService *rootDomain; member in class:AppleNMI
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvAppleNMI/
H A DAppleNMI.cpp91 ((AppleNMI *)us)->rootDomain = yourDevice;
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOHibernatePrivate.h200 void IOHibernateSystemInit(IOPMrootDomain * rootDomain);
H A DIOService.h1145 static void setPMRootDomain( class IOPMrootDomain * rootDomain );

Completed in 113 milliseconds