Searched refs:gIOHibernateBootImageKey (Results 1 – 1 of 1) sorted by relevance
221 static const OSSymbol * gIOHibernateBootImageKey; variable870 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOSetBootImageNVRAM()872 gIOOptionsEntry->setProperty(gIOHibernateBootImageKey, data); in IOSetBootImageNVRAM()880 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOSetBootImageNVRAM()1214 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOHibernateSystemWake()1219 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOHibernateSystemWake()1551 gIOHibernateBootImageKey = OSSymbol::withCStringNoCopy(kIOHibernateBootImageKey); in IOHibernateSystemInit()