Home
last modified time | relevance | path

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

/xnu-11215.61.5/iokit/Kernel/
H A DIONVRAMV3Handler.cpp518 canonicalKey = keyWithGuidAndCString(v3Entry->header.guid, variableName); in setEntryForRemove()
683 canonicalKey = keyWithGuidAndCString(gAppleNVRAMGuid, ephDMEntries[entry].name); in handleEphDM()
799 …OSSharedPtr<const OSSymbol> canonicalKey = keyWithGuidAndCString(v3Entry->header.guid, (const char… in unserializeVariables()
860 canonicalKey = keyWithGuidAndCString(varGuid, variableName); in setVariableInternal()
H A DIONVRAMCHRPHandler.cpp552 canonicalKey = keyWithGuidAndCString(gAppleNVRAMGuid, varName); in unserializeVariables()
554 canonicalKey = keyWithGuidAndCString(gAppleSystemVariableGuid, varName); in unserializeVariables()
741 canonicalKey = keyWithGuidAndCString(varGuid, variableName); in setVariableInternal()
H A DIONVRAM.cpp720 keyWithGuidAndCString(const uuid_t guid, const char * cstring) in keyWithGuidAndCString() function
1715 canonicalKey = keyWithGuidAndCString(newGuid, name); in copyPropertyWithGUIDAndName()