Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/IOKit/pwr_mgt/
H A DIOPMPrivate.h826 struct IOPMSystemSleepPolicyVariables struct
828 uint32_t signature; // kIOPMSystemSleepPolicySignature
829 uint32_t version; // kIOPMSystemSleepPolicyVersion
831 uint64_t currentCapability; // current system capability bits
832 uint64_t highestCapability; // highest system capability bits
834 uint64_t sleepFactors; // sleep factor bits
835 uint32_t sleepReason; // kIOPMSleepReason*
836 uint32_t sleepPhase; // identify the sleep phase
837 uint32_t hibernateMode; // current hibernate mode
839 uint32_t standbyDelay; // standby delay in seconds
[all …]