Searched refs:backupEepromPath (Results 1 – 5 of 5) sorted by relevance
/openbmc/openpower-vpd-parser/ |
H A D | vpd_tool.cpp | 217 std::string backupEepromPath; in main() local 219 findBackupVPDPaths(backupEepromPath, backupInvPath, jsObject); in main() 222 if (backupEepromPath.empty()) in main() 228 rc = vpdToolObj.fixSystemBackupVPD(backupEepromPath, in main()
|
H A D | vpd_tool_impl.hpp | 293 int fixSystemBackupVPD(const std::string& backupEepromPath,
|
H A D | ibm_vpd_utils.cpp | 1184 void findBackupVPDPaths(std::string& backupEepromPath, in findBackupVPDPaths() argument 1191 backupEepromPath = item["systemVpdBackupPath"]; in findBackupVPDPaths() 1192 for (const auto& item : js["frus"][backupEepromPath]) in findBackupVPDPaths()
|
H A D | vpd_tool_impl.cpp | 1231 int VpdTool::fixSystemBackupVPD(const std::string& backupEepromPath, in fixSystemBackupVPD() argument 1255 getVPDInMap(backupEepromPath, backupVPDMap, js, in fixSystemBackupVPD() 1349 parseSVPDOptions(js, backupEepromPath); in fixSystemBackupVPD()
|
H A D | ibm_vpd_utils.hpp | 558 void findBackupVPDPaths(std::string& backupEepromPath,
|