Searched refs:hwValStream (Results 1 – 1 of 1) sorted by relevance
897 ostringstream hwValStream; in fixSystemVPD() local898 hwValStream << "0x"; in fixSystemVPD()899 hwValStr = hwValStream.str(); in fixSystemVPD()904 hwValStr = hwValStream.str(); in fixSystemVPD()1300 ostringstream hwValStream; in fixSystemBackupVPD() local1301 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 …]