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 | 81 const std::string& i_vpdPath, const std::string& i_recordName, in writeKeyword() argument 117 return l_vpdToolObj.writeKeyword(i_vpdPath, i_recordName, i_keywordName, in writeKeyword() 133 const std::string& i_recordName, in readKeyword() argument 156 return l_vpdToolObj.readKeyword(i_vpdPath, i_recordName, i_keywordName, in readKeyword() 179 const auto& i_recordOption, const auto& i_recordName, in checkOptionValuePair() argument 190 (i_recordName.size() != vpd::constants::RECORD_SIZE)) in checkOptionValuePair() 192 std::cerr << "Record " << i_recordName << " is not supported." in checkOptionValuePair()
|
H A D | vpd_tool.cpp | 16 const std::string& i_vpdPath, const std::string& i_recordName, in readKeyword() argument 27 i_vpdPath, std::make_tuple(i_recordName, i_keywordName)); in readKeyword() 36 constants::ipzVpdInfPrefix + i_recordName, i_keywordName); in readKeyword() 85 << ", Record: " << i_recordName << ", Keyword: " in readKeyword() 396 std::string i_vpdPath, const std::string& i_recordName, in writeKeyword() argument 403 if (i_vpdPath.empty() || i_recordName.empty() || in writeKeyword() 410 std::make_tuple(i_recordName, i_keywordName, in writeKeyword() 433 << ", Record: " << i_recordName in writeKeyword() 1141 [](std::string io_vpdPath, const std::string& i_recordName, in handleMoreOption() 1149 i_recordName, i_keywordName, i_keywordValue); in handleMoreOption() [all …]
|
/openbmc/openpower-vpd-parser/vpd-tool/include/ |
H A D | vpd_tool.hpp | 220 [[maybe_unused]] const std::string& i_recordName, 242 const std::string& i_recordName, 299 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 | 69 const std::string i_recordName, const std::string i_keyword, in Manager() 72 i_path, std::make_tuple(i_recordName, i_keyword, i_value)); in Manager() 70 __anon46d8d0750102(const sdbusplus::message::object_path i_path, const std::string i_recordName, const std::string i_keyword, const types::BinaryVector i_value) Manager() argument
|
/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,
|