Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/Kernel/
H A DIONVRAMCHRPHandler.cpp648 uuid_t entryGuid; in serializeVariables() local
659 parseVariableName(tmpSymbol, &entryGuid, &entryName); in serializeVariables()
663 if (uuid_compare(entryGuid, gAppleSystemVariableGuid) != 0) { in serializeVariables()
668 if (uuid_compare(entryGuid, gAppleSystemVariableGuid) == 0) { in serializeVariables()