Searched refs:gIOHibernateBootImageKey (Results 1 – 1 of 1) sorted by relevance
224 static const OSSymbol * gIOHibernateBootImageKey; variable903 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOSetBootImageNVRAM()905 gIOOptionsEntry->setProperty(gIOHibernateBootImageKey, data); in IOSetBootImageNVRAM()913 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOSetBootImageNVRAM()1247 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOHibernateSystemWake()1252 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOHibernateSystemWake()1584 gIOHibernateBootImageKey = OSSymbol::withCStringNoCopy(kIOHibernateBootImageKey); in IOHibernateSystemInit()