Searched refs:gIOHibernateBootImageKey (Results 1 – 1 of 1) sorted by relevance
228 static const OSSymbol * gIOHibernateBootImageKey; variable911 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOSetBootImageNVRAM()913 gIOOptionsEntry->setProperty(gIOHibernateBootImageKey, data); in IOSetBootImageNVRAM()921 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOSetBootImageNVRAM()1255 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOHibernateSystemWake()1260 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOHibernateSystemWake()1592 gIOHibernateBootImageKey = OSSymbol::withCStringNoCopy(kIOHibernateBootImageKey); in IOHibernateSystemInit()