Searched refs:recName (Results 1 – 4 of 4) sorted by relevance
/openbmc/openpower-vpd-parser/ |
H A D | vpd_tool_impl.hpp | 317 VpdTool(const std::string&& fru, const std::string&& recName, in VpdTool() argument 319 fruPath(std::move(fru)), recordName(std::move(recName)), in VpdTool()
|
H A D | ibm_vpd_app.cpp | 1005 const std::string& recName, const std::string& kwName, in updateVpdDataOnHw() argument 1012 EditorImpl edit(vpdFilePath, js, recName, kwName, fruInvPath); in updateVpdDataOnHw()
|
/openbmc/openpower-vpd-parser/vpd-manager/ |
H A D | editor_impl.hpp | 192 const std::string recName; member 202 recName(rec), recKWd(kwd), recOffset(0), recECCoffset(0), in RecInfo()
|
H A D | editor_impl.cpp | 42 if (record == thisRecord.recName) in checkPTForRecord() 345 thisRecord.recName) && in processAndUpdateCI() 379 thisRecord.recName) && in processAndUpdateEI() 427 (IPZ_INTERFACE + (std::string) "." + thisRecord.recName), in updateCache() 448 thisRecord.recName) != in updateCache() 453 (IPZ_INTERFACE + std::string{"."} + thisRecord.recName), in updateCache()
|