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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPlatformExpert.cpp1039 dtNVRAM = new IODTNVRAM;
1040 if (dtNVRAM) {
1041 if (!dtNVRAM->init(options, gIODTPlane)) {
1042 dtNVRAM->release();
1043 dtNVRAM = 0;
1045 dtNVRAM->attach(this);
1046 dtNVRAM->registerService();
1129 if (dtNVRAM) dtNVRAM->registerNVRAMController(nvram);
1136 if (dtNVRAM) dtNVRA
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOPlatformExpert.h194 IODTNVRAM *dtNVRAM; member in class:IODTPlatformExpert

Completed in 33 milliseconds