Searched refs:gIOHibernateBootImageKey (Results 1 – 1 of 1) sorted by relevance
221 static const OSSymbol * gIOHibernateBootImageKey; variable871 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOSetBootImageNVRAM()873 gIOOptionsEntry->setProperty(gIOHibernateBootImageKey, data); in IOSetBootImageNVRAM()881 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOSetBootImageNVRAM()1215 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOHibernateSystemWake()1220 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOHibernateSystemWake()1552 gIOHibernateBootImageKey = OSSymbol::withCStringNoCopy(kIOHibernateBootImageKey); in IOHibernateSystemInit()