Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/
H A DIOPlatformExpert.cpp112 static IODTNVRAM *gIOOptionsEntry; variable
1142 if (gIOOptionsEntry) { in init_gIOOptionsEntry()
1156 options = (volatile void **) &gIOOptionsEntry; in init_gIOOptionsEntry()
1189 obj = gIOOptionsEntry->getProperty(symbol); in PEReadNVRAMProperty()
1232 ret = gIOOptionsEntry->setProperty(sym, data); in PEWriteNVRAMBooleanProperty()
1238 gIOOptionsEntry->sync(); in PEWriteNVRAMBooleanProperty()
1276 ret = gIOOptionsEntry->setProperty(sym, data); in PEWriteNVRAMPropertyInternal()
1283 gIOOptionsEntry->sync(); in PEWriteNVRAMPropertyInternal()
1323 gIOOptionsEntry->removeProperty(sym); in PERemoveNVRAMProperty()
1327 gIOOptionsEntry->sync(); in PERemoveNVRAMProperty()
[all …]
H A DIOHibernateIO.cpp217 static IODTNVRAM * gIOOptionsEntry; variable
742 if (gIOChosenEntry && gIOOptionsEntry) { in IOHibernateSystemSleep()
792 gIOHibernateBootNextSave = gIOOptionsEntry->copyProperty(gIOHibernateBootNextKey); in IOHibernateSystemSleep()
793 gIOOptionsEntry->setProperty(gIOHibernateBoot0082Key, gIOHibernateBoot0082Data); in IOHibernateSystemSleep()
794 gIOOptionsEntry->setProperty(gIOHibernateBootNextKey, gIOHibernateBootNextData); in IOHibernateSystemSleep()
859 if (!gIOOptionsEntry) { in IOSetBootImageNVRAM()
861 gIOOptionsEntry = OSDynamicCast(IODTNVRAM, regEntry); in IOSetBootImageNVRAM()
862 if (regEntry && !gIOOptionsEntry) { in IOSetBootImageNVRAM()
866 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOSetBootImageNVRAM()
868 gIOOptionsEntry->setProperty(gIOHibernateBootImageKey, data); in IOSetBootImageNVRAM()
[all …]