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()903 hwValStream << setfill('0') << setw(2) << hex << byte; in fixSystemVPD()904 hwValStr = hwValStream.str(); in fixSystemVPD()1300 ostringstream hwValStream; in fixSystemBackupVPD() local1301 hwValStream << "0x"; in fixSystemBackupVPD()1302 primaryValStr = hwValStream.str(); in fixSystemBackupVPD()1306 hwValStream << setfill('0') << setw(2) << hex << byte; in fixSystemBackupVPD()1307 primaryValStr = hwValStream.str(); in fixSystemBackupVPD()[all …]