Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIONVRAMV3Handler.cpp207 uint32_t _systemSize; member in IONVRAMV3Handler
608 _systemSize = storeHeader->system_size; in unserializeImage()
675 require_action(_systemSize != 0, exit, DEBUG_ALWAYS("No system region, no need to clear\n")); in handleEphDM()
720 if (_systemSize || _commonSize) { in unserializeVariables()
789 …system = (_systemSize != 0) && (uuid_compare(v3Entry->header.guid, gAppleSystemVariableGuid) == 0); in unserializeVariables()
819 …DEBUG_ALWAYS("_commonSize %#x, _systemSize %#x, _currentOffset %#x\n", _commonSize, _systemSize, _… in unserializeVariables()
881 if (_systemUsed - existingVariableSize + newVariableSize > _systemSize) { in setVariableInternal()
1382 return _systemSize != 0; in getSystemPartitionActive()