Home
last modified time | relevance | path

Searched refs:_systemPartitionSize (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.141.1/iokit/Kernel/
H A DIONVRAMCHRPHandler.cpp79 uint32_t _systemPartitionSize; member in IONVRAMCHRPHandler
468 _systemPartitionSize = partitionLength; in unserializeImage()
479 _commonPartitionOffset, _commonPartitionSize, _systemPartitionOffset, _systemPartitionSize); in unserializeImage()
494 { kIONVRAMPartitionSystem, _systemPartitionOffset, _systemPartitionSize} }; in unserializeVariables()
613 { kIONVRAMPartitionSystem, _systemPartitionOffset, _systemPartitionSize} }; in serializeVariables()
753 if ((newSize + _systemUsed - existingSize) > _systemPartitionSize) { in setVariableInternal()
755 newSize, _systemUsed, _systemPartitionSize); in setVariableInternal()
927 return _systemPartitionSize != 0; in getSystemPartitionActive()