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

/macosx-10.5.8/xnu-1228.15.4/iokit/Families/IONVRAM/
H A DIONVRAMController.cpp29 #include <IOKit/nvram/IONVRAMController.h>
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp35 #include <IOKit/nvram/IONVRAMController.h>
96 void ApplePlatformExpert::registerNVRAMController( IONVRAMController * nvram )
101 super::registerNVRAMController(nvram);
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvAppleNVRAM/
H A DAppleNVRAM.h29 #include <IOKit/nvram/IONVRAMController.h>
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/nvram/
H A DMakefile13 MI_DIR = nvram
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/platform/
H A DApplePlatformExpert.h77 virtual void registerNVRAMController( IONVRAMController * nvram );
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DMakefile14 nvram \
H A DIONVRAM.h35 #include <IOKit/nvram/IONVRAMController.h>
131 virtual void registerNVRAMController(IONVRAMController *nvram);
H A DIOPlatformExpert.h144 virtual void registerNVRAMController( IONVRAMController * nvram );
218 virtual void registerNVRAMController( IONVRAMController * nvram );
237 // The keys will be the partitionIDs of the form "0x52,nvram".
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPlatformExpert.cpp1127 void IODTPlatformExpert::registerNVRAMController( IONVRAMController * nvram )
1129 if (dtNVRAM) dtNVRAM->registerNVRAMController(nvram);
1131 super::registerNVRAMController(nvram);
H A DIONVRAM.cpp70 void IODTNVRAM::registerNVRAMController(IONVRAMController *nvram) argument
80 _nvramController = nvram;
201 // Set the nvram image as dirty.

Completed in 43 milliseconds