Searched refs:nvram (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/xnu-2782.1.97/iokit/Families/IONVRAM/
H A DIONVRAMController.cpp29 #include <IOKit/nvram/IONVRAMController.h>
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/nvram/
H A DMakefile13 MI_DIR = nvram
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/platform/
H A DApplePlatformExpert.h77 virtual void registerNVRAMController( IONVRAMController * nvram );
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DMakefile18 nvram \
H A DIONVRAM.h37 #include <IOKit/nvram/IONVRAMController.h>
143 virtual void registerNVRAMController(IONVRAMController *nvram);
H A DIOPlatformExpert.h158 virtual void registerNVRAMController( IONVRAMController * nvram );
237 virtual void registerNVRAMController( IONVRAMController * nvram );
256 // The keys will be the partitionIDs of the form "0x52,nvram".
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp1271 void IODTPlatformExpert::registerNVRAMController( IONVRAMController * nvram )
1273 if (dtNVRAM) dtNVRAM->registerNVRAMController(nvram);
1275 super::registerNVRAMController(nvram);
H A DIONVRAM.cpp77 const char *key = "nvram-proxy-data";
101 void IODTNVRAM::registerNVRAMController(IONVRAMController *nvram) argument
105 _nvramController = nvram;
221 // Set the nvram image as dirty.
262 /* No nvram. Return an empty dictionary. */

Completed in 98 milliseconds