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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp189 static IODTNVRAM * gIOOptionsEntry; variable
1314 if (!gIOOptionsEntry)
1317 gIOOptionsEntry = OSDynamicCast(IODTNVRAM, regEntry);
1318 if (regEntry && !gIOOptionsEntry)
1322 if (gIOOptionsEntry)
1329 gIOOptionsEntry->setProperty(sym, data);
1379 if( gIOOptionsEntry )
1387 gIOOptionsEntry->setProperty(sym, data); /* intentional insecure backup of rtc boot vars */
1436 gIOHibernateBootNextSave = gIOOptionsEntry->copyProperty(gIOHibernateBootNextKey);
1437 gIOOptionsEntry
[all...]
H A DIOPlatformExpert.cpp81 static IODTNVRAM *gIOOptionsEntry; variable
814 if (gIOOptionsEntry)
825 options = (volatile void **) &gIOOptionsEntry;
856 obj = gIOOptionsEntry->getProperty(symbol);
898 ret = gIOOptionsEntry->setProperty(sym, data);
905 gIOOptionsEntry->sync();

Completed in 19 milliseconds