- IONVRAMController *_nvramController;
- const OSSymbol *_registryPropertiesKey;
- UInt8 *_nvramImage;
- __unused bool _nvramImageDirty;
- UInt32 _ofPartitionOffset;
- UInt32 _ofPartitionSize;
- UInt8 *_ofImage;
- __unused bool _ofImageDirty;
- OSDictionary *_ofDict;
- OSDictionary *_nvramPartitionOffsets;
- OSDictionary *_nvramPartitionLengths;
- UInt32 _resv0 __unused;
- UInt32 _resv1 __unused;
- IOLock *_ofLock;
- UInt32 _resv2 __unused;
- UInt32 _resv3 __unused;
- UInt8 *_resv4 __unused;
- UInt32 _piPartitionOffset;
- UInt32 _piPartitionSize;
- UInt8 *_piImage;
- bool _systemPaniced;
- SInt32 _lastDeviceSync;
- bool _freshInterval;
- bool _isProxied;
+ IONVRAMController *_nvramController;
+ OSPtr<const OSSymbol> _registryPropertiesKey;
+ UInt8 *_nvramImage;
+ IOLock *_variableLock;
+ UInt32 _commonPartitionOffset;
+ UInt32 _commonPartitionSize;
+ UInt8 *_commonImage;
+ IODTNVRAMVariables *_commonService;
+ OSPtr<OSDictionary> _commonDict;
+ UInt32 _systemPartitionOffset;
+ UInt32 _systemPartitionSize;
+ UInt8 *_systemImage;
+ IODTNVRAMVariables *_systemService;
+ OSPtr<OSDictionary> _systemDict;
+ OSPtr<OSDictionary> _nvramPartitionOffsets;
+ OSPtr<OSDictionary> _nvramPartitionLengths;
+ bool _systemPanicked;
+ SInt32 _lastDeviceSync;
+ bool _freshInterval;
+ bool _isProxied;
+ UInt32 _nvramSize;