Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPlatformExpert.cpp112 static IODTNVRAM *gIOOptionsEntry; variable
1142 if (gIOOptionsEntry) { in init_gIOOptionsEntry()
1271 gIOOptionsEntry->sync(); in PEWriteNVRAMBooleanProperty()
1316 gIOOptionsEntry->sync(); in PEWriteNVRAMPropertyInternal()
1360 gIOOptionsEntry->sync(); in PERemoveNVRAMProperty()
1371 gIOOptionsEntry->sync(); in PESyncNVRAM()
1472 if (gIOOptionsEntry != NULL) { in publishNVRAM()
1726 dtNVRAM = gIOOptionsEntry; in processTopLevel()
2193 assert(gIOOptionsEntry == NULL); in createNVRAM()
2199 gIOOptionsEntry->attach(this); in createNVRAM()
[all …]
H A DIOHibernateIO.cpp896 if (!gIOOptionsEntry) { in IOSetBootImageNVRAM()
899 if (regEntry && !gIOOptionsEntry) { in IOSetBootImageNVRAM()
915 gIOOptionsEntry->sync(); in IOSetBootImageNVRAM()
919 gIOOptionsEntry->sync(); in IOSetBootImageNVRAM()
1170 if (gIOOptionsEntry) { in IOHibernateSystemHasSlept()
1172 gIOOptionsEntry->sync(); in IOHibernateSystemHasSlept()
1175 gIOOptionsEntry->sync(); in IOHibernateSystemHasSlept()
1308 if (gIOOptionsEntry) { in IOHibernateDone()
1325 gIOOptionsEntry->sync(); in IOHibernateDone()
2806 if (!gIOOptionsEntry) { in IOHibernateSystemRestart()
[all …]