Home
last modified time | relevance | path

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

/xnu-11215.1.10/iokit/Kernel/
H A DIONVRAM.cpp1200 virtual bool getSystemPartitionActive(void) const = 0;
1356 …mService || !_systemService->init(gAppleSystemVariableGuid, _format->getSystemPartitionActive())) { in start()
1381 …if (!_commonService || !_commonService->init(gAppleNVRAMGuid, _format->getSystemPartitionActive())… in start()
1598 … verifyPermission(kIONVRAMOperationRead, varGuid, varName, _format->getSystemPartitionActive())) { in dictionaryWithProperties()
1621 …if (verifyPermission(kIONVRAMOperationRead, varGuid, varName, _format->getSystemPartitionActive())… in dictionaryWithProperties()
1651 if (_format->getSystemPartitionActive() && (uuid_compare(guid, gAppleSystemVariableGuid) == 0)) { in flushGUID()
1708 if (!verifyPermission(kIONVRAMOperationRead, guid, name, _format->getSystemPartitionActive())) { in copyPropertyWithGUIDAndName()
1713 translateGUID(guid, name, newGuid, _format->getSystemPartitionActive()); in copyPropertyWithGUIDAndName()
1849 if (!verifyPermission(kIONVRAMOperationWrite, guid, name, _format->getSystemPartitionActive())) { in setPropertyWithGUIDAndName()
1934 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.cpp255 virtual bool getSystemPartitionActive(void) const APPLE_KEXT_OVERRIDE;
346 flushSystem = getSystemPartitionActive() && (uuid_compare(guid, gAppleSystemVariableGuid) == 0); in flush()
372 verifyPermission(op, varGuid, varName, getSystemPartitionActive()); in flush()
959 if (getSystemPartitionActive()) { in setVariable()
1380 IONVRAMV3Handler::getSystemPartitionActive(void) const in getSystemPartitionActive() function in IONVRAMV3Handler