Searched refs:kIOHibernateStateKey (Results 1 – 5 of 5) sorted by relevance
773 #define kIOHibernateStateKey "IOHibernateState" macro
76 `kIOHibernateStateKey` to modify behavior. The platform drivers save state to
906 …nst OSSharedPtr<const OSSymbol> gIOHibernateStateKey = OSSymbol::withCString(kIOHibernateStateKey);
1650 rootDomain->setProperty(kIOHibernateStateKey, data); in IOHibernateSystemInit()
5643 prop = getPMRootDomain()->copyProperty(kIOHibernateStateKey); in systemPower()