Home
last modified time | relevance | path

Searched refs:gIOHibernateBootImageKey (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.81.5/iokit/Kernel/
H A DIOHibernateIO.cpp221 static const OSSymbol * gIOHibernateBootImageKey; variable
870 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()