Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIONVRAM.cpp1132 virtual bool getSystemPartitionActive(void) const = 0;
1288 …mService || !_systemService->init(gAppleSystemVariableGuid, _format->getSystemPartitionActive())) { in start()
1313 …if (!_commonService || !_commonService->init(gAppleNVRAMGuid, _format->getSystemPartitionActive())… in start()
1523 … verifyPermission(kIONVRAMOperationRead, varGuid, varName, _format->getSystemPartitionActive())) { in serializeProperties()
1546 …if (verifyPermission(kIONVRAMOperationRead, varGuid, varName, _format->getSystemPartitionActive())… in serializeProperties()
1566 if (_format->getSystemPartitionActive() && (uuid_compare(guid, gAppleSystemVariableGuid) == 0)) { in flushGUID()
1623 if (!verifyPermission(kIONVRAMOperationRead, guid, name, _format->getSystemPartitionActive())) { in copyPropertyWithGUIDAndName()
1628 translateGUID(guid, name, newGuid, _format->getSystemPartitionActive()); in copyPropertyWithGUIDAndName()
1761 if (!verifyPermission(kIONVRAMOperationWrite, guid, name, _format->getSystemPartitionActive())) { in setPropertyWithGUIDAndName()
1846 translateGUID(guid, name, newGuid, _format->getSystemPartitionActive()); in setPropertyWithGUIDAndName()
[all …]
H A DIONVRAMCHRPHandler.cpp123 virtual bool getSystemPartitionActive(void) const APPLE_KEXT_OVERRIDE;
335 flushSystem = getSystemPartitionActive() && (uuid_compare(guid, gAppleSystemVariableGuid) == 0); in flush()
361 verifyPermission(op, varGuid, varName, getSystemPartitionActive()); in flush()
661 if (getSystemPartitionActive()) { in serializeVariables()
815 if (getSystemPartitionActive()) { in setVariable()
925 IONVRAMCHRPHandler::getSystemPartitionActive(void) const in getSystemPartitionActive() function in IONVRAMCHRPHandler
H A DIONVRAMV3Handler.cpp253 virtual bool getSystemPartitionActive(void) const APPLE_KEXT_OVERRIDE;
344 flushSystem = getSystemPartitionActive() && (uuid_compare(guid, gAppleSystemVariableGuid) == 0); in flush()
370 verifyPermission(op, varGuid, varName, getSystemPartitionActive()); in flush()
876 if (getSystemPartitionActive()) { in setVariable()
1260 IONVRAMV3Handler::getSystemPartitionActive(void) const in getSystemPartitionActive() function in IONVRAMV3Handler