Home
last modified time | relevance | path

Searched defs:IOPMSystemSleepPolicyVariables (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.61.3/iokit/IOKit/pwr_mgt/
H A DIOPMPrivate.h812 struct IOPMSystemSleepPolicyVariables struct
814 uint32_t signature; // kIOPMSystemSleepPolicySignature
815 uint32_t version; // kIOPMSystemSleepPolicyVersion
817 uint64_t currentCapability; // current system capability bits
818 uint64_t highestCapability; // highest system capability bits
820 uint64_t sleepFactors; // sleep factor bits
821 uint32_t sleepReason; // kIOPMSleepReason*
822 uint32_t sleepPhase; // identify the sleep phase
823 uint32_t hibernateMode; // current hibernate mode
825 uint32_t standbyDelay; // standby delay in seconds
[all …]