Searched refs:gIOHibernateBootImageKey (Results 1 – 1 of 1) sorted by relevance
228 static const OSSymbol * gIOHibernateBootImageKey; variable919 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOSetBootImageNVRAM()921 gIOOptionsEntry->setProperty(gIOHibernateBootImageKey, data); in IOSetBootImageNVRAM()929 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOSetBootImageNVRAM()1263 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOHibernateSystemWake()1268 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOHibernateSystemWake()1600 gIOHibernateBootImageKey = OSSymbol::withCStringNoCopy(kIOHibernateBootImageKey); in IOHibernateSystemInit()