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

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPlatformExpert.cpp1130 dtNVRAM = new IODTNVRAM;
1131 if (dtNVRAM) {
1132 if (!dtNVRAM->init(options, gIODTPlane)) {
1133 dtNVRAM->release();
1134 dtNVRAM = 0;
1136 dtNVRAM->attach(this);
1137 dtNVRAM->registerService();
1220 if (dtNVRAM) dtNVRAM->registerNVRAMController(nvram);
1227 if (dtNVRAM) dtNVRA
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOPlatformExpert.h205 IODTNVRAM *dtNVRAM; member in class:IODTPlatformExpert

Completed in 101 milliseconds