Searched refs:i_recordName (Results 1 – 6 of 6) sorted by relevance
/openbmc/openpower-vpd-parser/vpd-tool/src/ |
H A D | vpd_tool_main.cpp | 50 const std::string& i_vpdPath, const std::string& i_recordName, in writeKeyword() argument 89 return l_vpdToolObj.writeKeyword(i_vpdPath, i_recordName, i_keywordName, in writeKeyword() 105 const std::string& i_recordName, in readKeyword() argument 128 return l_vpdToolObj.readKeyword(i_vpdPath, i_recordName, i_keywordName, in readKeyword() 149 const auto& i_recordOption, const auto& i_recordName, in checkOptionValuePair() argument 159 (i_recordName.size() != vpd::constants::RECORD_SIZE)) in checkOptionValuePair() 161 std::cerr << "Record " << i_recordName << " is not supported." in checkOptionValuePair()
|
H A D | vpd_tool.cpp | 15 const std::string& i_vpdPath, const std::string& i_recordName, in readKeyword() argument 26 i_vpdPath, std::make_tuple(i_recordName, i_keywordName)); in readKeyword() 35 constants::ipzVpdInfPrefix + i_recordName, i_keywordName); in readKeyword() 84 << ", Record: " << i_recordName in readKeyword() 321 std::string i_vpdPath, const std::string& i_recordName, in writeKeyword() 328 if (i_vpdPath.empty() || i_recordName.empty() || in writeKeyword() 335 std::make_tuple(i_recordName, i_keywordName, in writeKeyword() 358 << ", Record: " << i_recordName in getBackupRestoreCfgJsonObj() 1037 [](std::string io_vpdPath, const std::string& i_recordName, in handleMoreOption() 1045 i_recordName, i_keywordNam in handleMoreOption() 303 writeKeyword(std::string i_vpdPath,const std::string & i_recordName,const std::string & i_keywordName,const std::string & i_keywordValue,const bool i_onHardware) writeKeyword() argument 1021 __anon3d204da40302(std::string io_vpdPath, const std::string& i_recordName, const std::string& i_keywordName, const types::BinaryVector& i_keywordValue) handleMoreOption() argument [all...] |
/openbmc/openpower-vpd-parser/vpd-tool/include/ |
H A D | vpd_tool.hpp | 180 * @param[in] i_recordName - Record name. 190 const std::string& i_recordName, 239 * @param[in] i_recordName - Record name. 247 int writeKeyword(std::string i_vpdPath, const std::string& i_recordName,
|
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | ipz_parser.cpp | 440 const types::Record& i_recordName, const types::Keyword& i_keywordName, in getKeywordValueFromRecord() argument 451 if (i_recordName != in getKeywordValueFromRecord() 512 const types::Record& i_recordName, const types::RecordOffset& i_vtocOffset) in getRecordDetailsFromVTOC() argument 526 if (i_recordName == in getRecordDetailsFromVTOC() 656 const types::Record& i_recordName, const types::Keyword& i_keywordName, in setKeywordValueInRecord() argument 673 if (i_recordName != l_recordFound) in setKeywordValueInRecord() 677 l_recordFound + " and not " + i_recordName)); in setKeywordValueInRecord() 750 "Keyword " + i_keywordName + " not found in record " + i_recordName)); in setKeywordValueInRecord()
|
H A D | manager.cpp | 58 const std::string i_recordName, const std::string i_keyword, in Manager() 61 i_path, std::make_tuple(i_recordName, i_keyword, i_value)); in Manager()
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | ipz_parser.hpp | 199 const types::Record& i_recordName, const types::Keyword& i_keywordName, 252 int setKeywordValueInRecord(const types::Record& i_recordName,
|