Searched refs:flushCommon (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IONVRAMCHRPHandler.cpp | 333 bool flushCommon; in flush() local 336 flushCommon = uuid_compare(guid, gAppleNVRAMGuid) == 0; in flush() 338 DEBUG_INFO("flushSystem=%d, flushCommon=%d\n", flushSystem, flushCommon); in flush() 340 if (flushSystem || flushCommon) { in flush() 360 (flushCommon && (uuid_compare(varGuid, gAppleSystemVariableGuid) != 0))) && in flush()
|
| H A D | IONVRAMV3Handler.cpp | 344 bool flushCommon; in flush() local 347 flushCommon = uuid_compare(guid, gAppleNVRAMGuid) == 0; in flush() 349 DEBUG_INFO("flushSystem=%d, flushCommon=%d\n", flushSystem, flushCommon); in flush() 351 if (flushSystem || flushCommon) { in flush() 371 (flushCommon && (uuid_compare(varGuid, gAppleSystemVariableGuid) != 0))) && in flush()
|