Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp344 nlohmann::json l_backupRestoreCfgJsonObj = getBackupRestoreCfgJsonObj(); in fixSystemVpd() local
345 if (!fetchKeywordInfo(l_backupRestoreCfgJsonObj)) in fixSystemVpd()
350 printSystemVpd(l_backupRestoreCfgJsonObj); in fixSystemVpd()
367 l_rc = updateAllKeywords(l_backupRestoreCfgJsonObj, true); in fixSystemVpd()
373 l_rc = updateAllKeywords(l_backupRestoreCfgJsonObj, false); in fixSystemVpd()
378 l_rc = handleMoreOption(l_backupRestoreCfgJsonObj); in fixSystemVpd()