Home
last modified time | relevance | path

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

/xnu-11417.101.15/iokit/Kernel/
H A DIONVRAMV3Handler.cpp528 canonicalKey = keyWithGuidAndCString(v3Entry->header.guid, variableName); in setEntryForRemove()
693 canonicalKey = keyWithGuidAndCString(gAppleNVRAMGuid, ephDMEntries[entry].name); in handleEphDM()
809 …OSSharedPtr<const OSSymbol> canonicalKey = keyWithGuidAndCString(v3Entry->header.guid, (const char… in unserializeVariables()
873 canonicalKey = keyWithGuidAndCString(varGuid, variableName); in setVariableInternal()
H A DIONVRAMCHRPHandler.cpp560 canonicalKey = keyWithGuidAndCString(gAppleNVRAMGuid, varName); in unserializeVariables()
562 canonicalKey = keyWithGuidAndCString(gAppleSystemVariableGuid, varName); in unserializeVariables()
755 canonicalKey = keyWithGuidAndCString(varGuid, variableName); in setVariableInternal()
H A DIONVRAM.cpp732 keyWithGuidAndCString(const uuid_t guid, const char * cstring) in keyWithGuidAndCString() function
1708 canonicalKey = keyWithGuidAndCString(newGuid, name); in copyPropertyWithGUIDAndName()