Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dibm_vpd_app.cpp612 std::string{"Server-"} + getKwVal(vpdMap, "VSYS", "TM") + in fillAssetTag()
613 std::string{"-"} + getKwVal(vpdMap, "VSYS", "SE"); in fillAssetTag()
1054 backupValue = getKwVal(backupVpdMap, backupVpdRecName, in restoreSystemVPD()
1408 ccinFromVpd = getKwVal(vpdMap, "VINI", "CC"); in populateDbus()
1452 auto ddVersion = getKwVal(vpdMap, "CRP0", "DD"); in populateDbus()
1594 if (isCPUIOGoodOnly(getKwVal(vpdMap, "CP00", "PG"))) in populateDbus()
H A Dibm_vpd_utils.hpp375 const std::string getKwVal(const Parsed& vpdMap, const std::string& rec,
H A Dibm_vpd_utils.cpp686 const std::string getKwVal(const Parsed& vpdMap, const std::string& rec, in getKwVal() function