Lines Matching refs:gIOOptionsEntry
112 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()
1226 obj = gIOOptionsEntry->getProperty(symbol); in PEReadNVRAMBooleanProperty()
1265 ret = gIOOptionsEntry->setProperty(sym, data); in PEWriteNVRAMBooleanProperty()
1271 gIOOptionsEntry->sync(); in PEWriteNVRAMBooleanProperty()
1309 ret = gIOOptionsEntry->setProperty(sym, data); in PEWriteNVRAMPropertyInternal()
1316 gIOOptionsEntry->sync(); in PEWriteNVRAMPropertyInternal()
1356 gIOOptionsEntry->removeProperty(sym); in PERemoveNVRAMProperty()
1360 gIOOptionsEntry->sync(); in PERemoveNVRAMProperty()
1370 if (gIOOptionsEntry != nullptr) { in PESyncNVRAM()
1371 gIOOptionsEntry->sync(); in PESyncNVRAM()
1472 if (gIOOptionsEntry != NULL) { in publishNVRAM()
1473 gIOOptionsEntry->registerService(); in publishNVRAM()
1725 …assert(gIOOptionsEntry != NULL); // subclasses that do their own NVRAM initialization shouldn't be… in processTopLevel()
1726 dtNVRAM = gIOOptionsEntry; in processTopLevel()
2193 assert(gIOOptionsEntry == NULL); in createNVRAM()
2194 gIOOptionsEntry = new IODTNVRAM; in createNVRAM()
2196 assert(gIOOptionsEntry != NULL); in createNVRAM()
2198 gIOOptionsEntry->init(options, gIODTPlane); in createNVRAM()
2199 gIOOptionsEntry->attach(this); in createNVRAM()
2200 gIOOptionsEntry->start(this); in createNVRAM()