Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dvpd_tool_impl.cpp897 ostringstream hwValStream; in fixSystemVPD() local
898 hwValStream << "0x"; in fixSystemVPD()
899 hwValStr = hwValStream.str(); in fixSystemVPD()
904 hwValStr = hwValStream.str(); in fixSystemVPD()
1300 ostringstream hwValStream; in fixSystemBackupVPD() local
1301 hwValStream << "0x"; in fixSystemBackupVPD()
1302 primaryValStr = hwValStream.str(); in fixSystemBackupVPD()
1310 hwValStream.str(std::string()); in fixSystemBackupVPD()
1311 hwValStream << "0x"; in fixSystemBackupVPD()
1312 backupValStr = hwValStream.str(); in fixSystemBackupVPD()
[all …]