Searched refs:gIOHibernateBootImageKey (Results 1 – 1 of 1) sorted by relevance
228 static const OSSymbol * gIOHibernateBootImageKey; variable952 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOSetBootImageNVRAM()954 gIOOptionsEntry->setProperty(gIOHibernateBootImageKey, data); in IOSetBootImageNVRAM()962 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOSetBootImageNVRAM()1296 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOHibernateSystemWake()1301 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOHibernateSystemWake()1633 gIOHibernateBootImageKey = OSSymbol::withCStringNoCopy(kIOHibernateBootImageKey); in IOHibernateSystemInit()