Searched refs:getSystemPartitionActive (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/iokit/Kernel/ ! |
| H A D | IONVRAM.cpp | 1292 virtual bool getSystemPartitionActive(void) const = 0; 1372 …require_action(getSystemPartitionActive(), exit, DEBUG_ALWAYS("No system region, no need to clear\… in handleEphDM() 1505 …mService || !_systemService->init(gAppleSystemVariableGuid, _format->getSystemPartitionActive())) { in start() 1530 …if (!_commonService || !_commonService->init(gAppleNVRAMGuid, _format->getSystemPartitionActive())… in start() 1738 …verifyPermission(kIONVRAMOperationRead, varGuid, varName, _format->getSystemPartitionActive(), fal… in dictionaryWithProperties() 1758 …if (verifyPermission(kIONVRAMOperationRead, varGuid, varName, _format->getSystemPartitionActive(),… in dictionaryWithProperties() 1790 if (_format->getSystemPartitionActive() && (uuid_compare(guid, gAppleSystemVariableGuid) == 0)) { in flushGUID() 1848 …if (!verifyPermission(kIONVRAMOperationRead, guid, name, _format->getSystemPartitionActive(), true… in copyPropertyWithGUIDAndName() 1853 translateGUID(guid, name, newGuid, _format->getSystemPartitionActive(), true); in copyPropertyWithGUIDAndName() 1936 translateGUID(guid, entry->name, newGuid, _format->getSystemPartitionActive(), true); in clearTestVars() [all …]
|
| H A D | IONVRAMCHRPHandler.cpp | 123 virtual bool getSystemPartitionActive(void) const APPLE_KEXT_OVERRIDE; 339 flushSystem = getSystemPartitionActive() && (uuid_compare(guid, gAppleSystemVariableGuid) == 0); in flush() 366 verifyPermission(op, varGuid, varName, getSystemPartitionActive(), true); in flush() 679 if (getSystemPartitionActive()) { in serializeVariables() 838 if (getSystemPartitionActive()) { in setVariable() 960 IONVRAMCHRPHandler::getSystemPartitionActive(void) const in getSystemPartitionActive() function in IONVRAMCHRPHandler
|
| H A D | IONVRAMV3Handler.cpp | 253 virtual bool getSystemPartitionActive(void) const APPLE_KEXT_OVERRIDE; 349 flushSystem = getSystemPartitionActive() && (uuid_compare(guid, gAppleSystemVariableGuid) == 0); in flush() 376 verifyPermission(op, varGuid, varName, getSystemPartitionActive(), true); in flush() 901 if (getSystemPartitionActive()) { in setVariable() 1345 IONVRAMV3Handler::getSystemPartitionActive(void) const in getSystemPartitionActive() function in IONVRAMV3Handler
|