Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIONVRAMCHRPHandler.cpp332 bool flushSystem; in flush() local
335 flushSystem = getSystemPartitionActive() && (uuid_compare(guid, gAppleSystemVariableGuid) == 0); in flush()
338 DEBUG_INFO("flushSystem=%d, flushCommon=%d\n", flushSystem, flushCommon); in flush()
340 if (flushSystem || flushCommon) { in flush()
359 clear = ((flushSystem && (uuid_compare(varGuid, gAppleSystemVariableGuid) == 0)) || in flush()
H A DIONVRAMV3Handler.cpp343 bool flushSystem; in flush() local
346 flushSystem = getSystemPartitionActive() && (uuid_compare(guid, gAppleSystemVariableGuid) == 0); in flush()
349 DEBUG_INFO("flushSystem=%d, flushCommon=%d\n", flushSystem, flushCommon); in flush()
351 if (flushSystem || flushCommon) { in flush()
370 clear = ((flushSystem && (uuid_compare(varGuid, gAppleSystemVariableGuid) == 0)) || in flush()