Home
last modified time | relevance | path

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

/xnu-12377.81.4/iokit/Kernel/
H A DIOHibernateIO.cpp228 static const OSSymbol * gIOHibernateBootImageKey; variable
952 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOSetBootImageNVRAM()
954 gIOOptionsEntry->setProperty(gIOHibernateBootImageKey, data); in IOSetBootImageNVRAM()
962 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOSetBootImageNVRAM()
1296 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOHibernateSystemWake()
1301 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOHibernateSystemWake()
1633 gIOHibernateBootImageKey = OSSymbol::withCStringNoCopy(kIOHibernateBootImageKey); in IOHibernateSystemInit()