Home
last modified time | relevance | path

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

/xnu-11417.121.6/iokit/Kernel/
H A DIONVRAM.cpp1206 virtual bool getSystemPartitionActive(void) const = 0;
1357 …mService || !_systemService->init(gAppleSystemVariableGuid, _format->getSystemPartitionActive())) { in start()
1382 …if (!_commonService || !_commonService->init(gAppleNVRAMGuid, _format->getSystemPartitionActive())… in start()
1591 … verifyPermission(kIONVRAMOperationRead, varGuid, varName, _format->getSystemPartitionActive())) { in dictionaryWithProperties()
1611 …if (verifyPermission(kIONVRAMOperationRead, varGuid, varName, _format->getSystemPartitionActive())… in dictionaryWithProperties()
1643 if (_format->getSystemPartitionActive() && (uuid_compare(guid, gAppleSystemVariableGuid) == 0)) { in flushGUID()
1701 if (!verifyPermission(kIONVRAMOperationRead, guid, name, _format->getSystemPartitionActive())) { in copyPropertyWithGUIDAndName()
1706 translateGUID(guid, name, newGuid, _format->getSystemPartitionActive()); in copyPropertyWithGUIDAndName()
1842 if (!verifyPermission(kIONVRAMOperationWrite, guid, name, _format->getSystemPartitionActive())) { in setPropertyWithGUIDAndName()
1925 translateGUID(guid, name, newGuid, _format->getSystemPartitionActive()); in setPropertyWithGUIDAndName()
[all …]
H A DIONVRAMCHRPHandler.cpp123 virtual bool getSystemPartitionActive(void) const APPLE_KEXT_OVERRIDE;
339 flushSystem = getSystemPartitionActive() && (uuid_compare(guid, gAppleSystemVariableGuid) == 0); in flush()
366 verifyPermission(op, varGuid, varName, getSystemPartitionActive()); in flush()
671 if (getSystemPartitionActive()) { in serializeVariables()
830 if (getSystemPartitionActive()) { in setVariable()
952 IONVRAMCHRPHandler::getSystemPartitionActive(void) const in getSystemPartitionActive() function in IONVRAMCHRPHandler
H A DIONVRAMV3Handler.cpp255 virtual bool getSystemPartitionActive(void) const APPLE_KEXT_OVERRIDE;
351 flushSystem = getSystemPartitionActive() && (uuid_compare(guid, gAppleSystemVariableGuid) == 0); in flush()
378 verifyPermission(op, varGuid, varName, getSystemPartitionActive()); in flush()
976 if (getSystemPartitionActive()) { in setVariable()
1420 IONVRAMV3Handler::getSystemPartitionActive(void) const in getSystemPartitionActive() function in IONVRAMV3Handler