Home
last modified time | relevance | path

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

/xnu-10063.101.15/iokit/Kernel/
H A DIOHibernateIO.cpp221 static const OSSymbol * gIOHibernateBootImageKey; variable
871 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOSetBootImageNVRAM()
873 gIOOptionsEntry->setProperty(gIOHibernateBootImageKey, data); in IOSetBootImageNVRAM()
881 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOSetBootImageNVRAM()
1215 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOHibernateSystemWake()
1220 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOHibernateSystemWake()
1552 gIOHibernateBootImageKey = OSSymbol::withCStringNoCopy(kIOHibernateBootImageKey); in IOHibernateSystemInit()