Searched refs:io_vpdPath (Results 1 – 2 of 2) sorted by relevance
| /openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
| H A D | json_utility.hpp | 881 std::string io_vpdPath, uint16_t& o_errCode) in getAllPathsToUpdateKeyword() argument 887 if (i_sysCfgJsonObj.empty() || io_vpdPath.empty()) in getAllPathsToUpdateKeyword() 890 return std::make_tuple(io_vpdPath, l_inventoryObjPath, in getAllPathsToUpdateKeyword() 896 jsonUtility::getFruPathFromJson(i_sysCfgJsonObj, io_vpdPath, o_errCode); in getAllPathsToUpdateKeyword() 900 io_vpdPath = l_fruPath; in getAllPathsToUpdateKeyword() 912 io_vpdPath + in getAllPathsToUpdateKeyword() 920 return std::make_tuple(io_vpdPath, l_inventoryObjPath, in getAllPathsToUpdateKeyword() 944 return std::make_tuple(io_vpdPath, l_inventoryObjPath, in getAllPathsToUpdateKeyword() 951 "Failed to get FRU path from JSON for [" + io_vpdPath + in getAllPathsToUpdateKeyword() 959 return std::make_tuple(io_vpdPath, l_inventoryObjPath, l_redundantFruPath); in getAllPathsToUpdateKeyword()
|
| /openbmc/openpower-vpd-parser/vpd-tool/src/ |
| H A D | vpd_tool.cpp | 1168 [](std::string io_vpdPath, const std::string& i_recordName, in handleMoreOption() 1177 l_rc = utils::writeKeyword(io_vpdPath, l_paramsToWrite); in handleMoreOption()
|