Home
last modified time | relevance | path

Searched refs:currentFactors (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp5209 uint64_t currentFactors = 0; local
5256 currentFactors |= kIOPMSleepFactorStandbyForced;
5266 currentFactors |= kIOPMSleepFactorSleepTimerWake;
5269 currentFactors |= kIOPMSleepFactorSleepTimerWake;
5272 currentFactors |= kIOPMSleepFactorLidOpen;
5275 currentFactors |= kIOPMSleepFactorACPower;
5283 currentFactors |= kIOPMSleepFactorBatteryLow;
5287 currentFactors |= kIOPMSleepFactorStandbyNoDelay;
5290 currentFactors |= kIOPMSleepFactorStandbyDisabled;
5339 currentFactors |= kIOPMSleepFactorThermalWarning;
[all …]