Searched refs:gIOHibernateBootImageKey (Results 1 – 1 of 1) sorted by relevance
220 static const OSSymbol * gIOHibernateBootImageKey; variable866 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOSetBootImageNVRAM()868 gIOOptionsEntry->setProperty(gIOHibernateBootImageKey, data); in IOSetBootImageNVRAM()876 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOSetBootImageNVRAM()1210 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOHibernateSystemWake()1215 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOHibernateSystemWake()1545 gIOHibernateBootImageKey = OSSymbol::withCStringNoCopy(kIOHibernateBootImageKey); in IOHibernateSystemInit()