Searched refs:gIOOptionsEntry (Results 1 – 2 of 2) sorted by relevance
112 static IODTNVRAM *gIOOptionsEntry; variable1155 if (gIOOptionsEntry) { in init_gIOOptionsEntry()1169 options = (volatile void **) &gIOOptionsEntry; in init_gIOOptionsEntry()1202 obj = gIOOptionsEntry->getProperty(symbol); in PEReadNVRAMProperty()1239 obj = gIOOptionsEntry->getProperty(symbol); in PEReadNVRAMBooleanProperty()1278 ret = gIOOptionsEntry->setProperty(sym, data); in PEWriteNVRAMBooleanProperty()1284 gIOOptionsEntry->sync(); in PEWriteNVRAMBooleanProperty()1322 ret = gIOOptionsEntry->setProperty(sym, data); in PEWriteNVRAMPropertyInternal()1329 gIOOptionsEntry->sync(); in PEWriteNVRAMPropertyInternal()1369 gIOOptionsEntry->removeProperty(sym); in PERemoveNVRAMProperty()[all …]
226 static IODTNVRAM * gIOOptionsEntry; variable831 if (gIOChosenEntry && gIOOptionsEntry) { in IOHibernateSystemSleep()881 gIOHibernateBootNextSave = gIOOptionsEntry->copyProperty(gIOHibernateBootNextKey); in IOHibernateSystemSleep()882 gIOOptionsEntry->setProperty(gIOHibernateBoot0082Key, gIOHibernateBoot0082Data); in IOHibernateSystemSleep()883 gIOOptionsEntry->setProperty(gIOHibernateBootNextKey, gIOHibernateBootNextData); in IOHibernateSystemSleep()949 if (!gIOOptionsEntry) { in IOSetBootImageNVRAM()951 gIOOptionsEntry = OSDynamicCast(IODTNVRAM, regEntry); in IOSetBootImageNVRAM()952 if (regEntry && !gIOOptionsEntry) { in IOSetBootImageNVRAM()956 if (gIOOptionsEntry && gIOHibernateBootImageKey) { in IOSetBootImageNVRAM()958 gIOOptionsEntry->setProperty(gIOHibernateBootImageKey, data); in IOSetBootImageNVRAM()[all …]