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()
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()
1337 if (gIOOptionsEntry != nullptr) { in PESyncNVRAM()
1338 gIOOptionsEntry->sync(); in PESyncNVRAM()
1439 if (gIOOptionsEntry != NULL) { in publishNVRAM()
1440 gIOOptionsEntry->registerService(); in publishNVRAM()
1692 …assert(gIOOptionsEntry != NULL); // subclasses that do their own NVRAM initialization shouldn't be… in processTopLevel()
1693 dtNVRAM = gIOOptionsEntry; in processTopLevel()
2160 assert(gIOOptionsEntry == NULL); in createNVRAM()
2161 gIOOptionsEntry = new IODTNVRAM; in createNVRAM()
2163 assert(gIOOptionsEntry != NULL); in createNVRAM()
2165 gIOOptionsEntry->init(options, gIODTPlane); in createNVRAM()
2166 gIOOptionsEntry->attach(this); in createNVRAM()
2167 gIOOptionsEntry->start(this); in createNVRAM()