Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dvpd_tool_impl.cpp878 auto kwItr = kwValMap.find(keyword); in fixSystemVPD() local
879 if (kwItr != kwValMap.end()) in fixSystemVPD()
881 hardwareValue = kwItr->second; in fixSystemVPD()
1200 auto kwItr = kwValMap.find(keyword); in cleanSystemVPD() local
1201 if (kwItr != kwValMap.end()) in cleanSystemVPD()
1203 hardwareValue = toBinary(kwItr->second); in cleanSystemVPD()
1279 if (kwItr != primaryKwValMap.end()) in fixSystemBackupVPD()
1281 primaryValue = kwItr->second; in fixSystemBackupVPD()
1290 auto kwItr = bkKwValMap.find(bkKeyword); in fixSystemBackupVPD() local
1291 if (kwItr != bkKwValMap.end()) in fixSystemBackupVPD()
[all …]