Home
last modified time | relevance | path

Searched refs:backupEepromPath (Results 1 – 5 of 5) sorted by relevance

/openbmc/openpower-vpd-parser/
H A Dvpd_tool.cpp217 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 Dvpd_tool_impl.hpp293 int fixSystemBackupVPD(const std::string& backupEepromPath,
H A Dibm_vpd_utils.cpp1184 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 Dvpd_tool_impl.cpp1231 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 Dibm_vpd_utils.hpp558 void findBackupVPDPaths(std::string& backupEepromPath,