Home
last modified time | relevance | path

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

/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Dop_dump_util.cpp59 std::tuple<std::string, BIOSAttrValueType, BIOSAttrValueType> attrVal; in readBIOSAttribute() local
68 result.read(std::get<0>(attrVal), std::get<1>(attrVal), in readBIOSAttribute()
69 std::get<2>(attrVal)); in readBIOSAttribute()
77 return std::get<1>(attrVal); in readBIOSAttribute()
/openbmc/openpower-vpd-parser/
H A Dibm_vpd_utils.cpp984 std::tuple<std::string, BIOSAttrValueType, BIOSAttrValueType> attrVal; in readBIOSAttribute() local
994 result.read(std::get<0>(attrVal), std::get<1>(attrVal), in readBIOSAttribute()
995 std::get<2>(attrVal)); in readBIOSAttribute()
1002 return std::get<1>(attrVal); in readBIOSAttribute()