Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/Kernel/
H A DIONVRAMCHRPHandler.cpp76 uint32_t _commonPartitionSize; member in IONVRAMCHRPHandler
323 _commonPartitionSize(0x800), in IONVRAMCHRPHandler()
465 _commonPartitionSize = partitionLength; in unserializeImage()
479 _commonPartitionOffset, _commonPartitionSize, _systemPartitionOffset, _systemPartitionSize); in unserializeImage()
493 … variableRegions[] = { { kIONVRAMPartitionCommon, _commonPartitionOffset, _commonPartitionSize}, in unserializeVariables()
612 … variableRegions[] = { { kIONVRAMPartitionCommon, _commonPartitionOffset, _commonPartitionSize}, in serializeVariables()
761 if ((newSize + _commonUsed - existingSize) > _commonPartitionSize) { in setVariableInternal()
763 newSize, _commonUsed, _commonPartitionSize); in setVariableInternal()