Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dvpd_tool_impl.hpp317 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 Dibm_vpd_app.cpp1005 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 Deditor_impl.hpp192 const std::string recName; member
202 recName(rec), recKWd(kwd), recOffset(0), recECCoffset(0), in RecInfo()
H A Deditor_impl.cpp42 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()