Searched refs:standbyTimer (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/iokit/IOKit/pwr_mgt/ |
| H A D | IOPMPrivate.h | 830 uint32_t standbyTimer; // standby timer in seconds member
|
| H A D | RootDomain.h | 528 IOReturn getSystemSleepType(uint32_t * sleepType, uint32_t * standbyTimer);
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 5214 uint32_t standbyTimer = 0; local 5236 if (!getSleepOption(kIOPMDeepSleepTimerKey, &standbyTimer)) { 5237 standbyTimer = standbyDelay; 5241 sleepPhase, standbyEnabled, standbyDelay, standbyTimer, 5286 if (!standbyDelay || !standbyTimer) { 5366 gSleepPolicyVars->standbyTimer = standbyTimer; 5652 IOPMrootDomain::getSystemSleepType( uint32_t * sleepType, uint32_t * standbyTimer ) argument 5664 (void *) sleepType, (void *) standbyTimer); 5674 if (!getSleepOption(kIOPMDeepSleepTimerKey, standbyTimer) && 5675 !getSleepOption(kIOPMDeepSleepDelayKey, standbyTimer)) { [all …]
|
| H A D | IOService.cpp | 4573 uint32_t standbyTimer = 0; in matchingEnd() local 4575 …if (fSystemOff && IOService::getPMRootDomain()->getSystemSleepType(&sleepType, &standbyTimer) == k… in matchingEnd()
|