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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp1146 dtNVRAM = new IODTNVRAM;
1147 if (dtNVRAM) {
1148 if (!dtNVRAM->init(options, gIODTPlane)) {
1149 dtNVRAM->release();
1150 dtNVRAM = 0;
1152 dtNVRAM->attach(this);
1153 dtNVRAM->registerService();
1236 if (dtNVRAM) dtNVRAM->registerNVRAMController(nvram);
1243 if (dtNVRAM) dtNVRA
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOPlatformExpert.h203 IODTNVRAM *dtNVRAM; member in class:IODTPlatformExpert

Completed in 15 milliseconds