Lines Matching refs:gIOOptionsEntry
112 static IODTNVRAM *gIOOptionsEntry; variable
1155 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()
1373 gIOOptionsEntry->sync(); in PERemoveNVRAMProperty()
1383 if (gIOOptionsEntry != nullptr) { in PESyncNVRAM()
1384 gIOOptionsEntry->sync(); in PESyncNVRAM()
1485 if (gIOOptionsEntry != NULL) { in publishNVRAM()
1486 gIOOptionsEntry->registerService(); in publishNVRAM()
1738 …assert(gIOOptionsEntry != NULL); // subclasses that do their own NVRAM initialization shouldn't be… in processTopLevel()
1739 dtNVRAM = gIOOptionsEntry; in processTopLevel()
2206 assert(gIOOptionsEntry == NULL); in createNVRAM()
2207 gIOOptionsEntry = new IODTNVRAM; in createNVRAM()
2209 assert(gIOOptionsEntry != NULL); in createNVRAM()
2211 gIOOptionsEntry->init(options, gIODTPlane); in createNVRAM()
2212 gIOOptionsEntry->attach(this); in createNVRAM()
2213 gIOOptionsEntry->start(this); in createNVRAM()