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

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPlatformExpert.cpp81 static IODTNVRAM *gIOOptionsEntry; variable
808 if (gIOOptionsEntry)
819 options = (volatile void **) &gIOOptionsEntry;
850 obj = gIOOptionsEntry->getProperty(symbol);
892 ret = gIOOptionsEntry->setProperty(sym, data);
899 gIOOptionsEntry->sync();
922 gIOOptionsEntry->removeProperty(sym);
926 gIOOptionsEntry->sync();
H A DIOHibernateIO.cpp193 static IODTNVRAM * gIOOptionsEntry; variable
1355 if (!gIOOptionsEntry)
1358 gIOOptionsEntry = OSDynamicCast(IODTNVRAM, regEntry);
1359 if (regEntry && !gIOOptionsEntry)
1363 if (gIOOptionsEntry)
1370 gIOOptionsEntry->setProperty(sym, data);
1420 if( gIOOptionsEntry )
1428 gIOOptionsEntry->setProperty(sym, data); /* intentional insecure backup of rtc boot vars */
1477 gIOHibernateBootNextSave = gIOOptionsEntry->copyProperty(gIOHibernateBootNextKey);
1478 gIOOptionsEntry
[all...]

Completed in 128 milliseconds