Searched refs:gIOHibernateBootImageKey (Results 1 – 1 of 1) sorted by relevance
220 static const OSSymbol * gIOHibernateBootImageKey; variable865 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOSetBootImageNVRAM()867 gIOOptionsEntry->setProperty(gIOHibernateBootImageKey, data); in IOSetBootImageNVRAM()875 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOSetBootImageNVRAM()1209 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOHibernateSystemWake()1214 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOHibernateSystemWake()1544 gIOHibernateBootImageKey = OSSymbol::withCStringNoCopy(kIOHibernateBootImageKey); in IOHibernateSystemInit()