Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dvpd_tool_impl.cpp866 string busStr{}, hwValStr{}; in fixSystemVPD() local
899 hwValStr = hwValStream.str(); in fixSystemVPD()
904 hwValStr = hwValStream.str(); in fixSystemVPD()
911 if (busStr != hwValStr) in fixSystemVPD()
926 hwValStr = hardwareValue; in fixSystemVPD()
929 make_tuple(++num, record, keyword, busStr, hwValStr, mismatch)); in fixSystemVPD()
935 << hwValStr << left << setw(14) << mismatch << '\n' in fixSystemVPD()