Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
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 DIONVRAMV3Handler.cpp516 canonicalKey = keyWithGuidAndCString(v3Entry->header.guid, variableName); in setEntryForRemove()
724 …OSSharedPtr<const OSSymbol> canonicalKey = keyWithGuidAndCString(v3Entry->header.guid, (const char… in unserializeVariables()
781 canonicalKey = keyWithGuidAndCString(varGuid, variableName); in setVariableInternal()
H A DIONVRAM.cpp652 keyWithGuidAndCString(const uuid_t guid, const char * cstring) in keyWithGuidAndCString() function
1630 canonicalKey = keyWithGuidAndCString(newGuid, name); in copyPropertyWithGUIDAndName()