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

/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleNVRAM/
H A DAppleNVRAM.h39 class AppleNVRAM : public IONVRAMController class in inherits:IONVRAMController
41 OSDeclareDefaultStructors(AppleNVRAM);
H A DAppleNVRAM.cpp30 #include "AppleNVRAM.h"
34 OSDefineMetaClassAndStructors(AppleNVRAM, IONVRAMController);
41 bool AppleNVRAM::start(IOService *provider)
82 IOReturn AppleNVRAM::read(IOByteCount offset, UInt8 *buffer,
120 IOReturn AppleNVRAM::write(IOByteCount offset, UInt8 *buffer,

Completed in 17 milliseconds