Home
last modified time | relevance | path

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

/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Dop_dump_util.cpp56 BIOSAttrValueType readBIOSAttribute(const std::string& attrName, in readBIOSAttribute()
59 std::tuple<std::string, BIOSAttrValueType, BIOSAttrValueType> attrVal; in readBIOSAttribute()
H A Dop_dump_util.hpp22 using BIOSAttrValueType = std::variant<int64_t, std::string>; typedef
33 BIOSAttrValueType readBIOSAttribute(const std::string& attrName,
/openbmc/openpower-vpd-parser/
H A Dtypes.hpp21 using BIOSAttrValueType = std::variant<int64_t, std::string>; typedef
23 std::pair<std::string, std::tuple<std::string, BIOSAttrValueType>>;
H A Dibm_vpd_utils.cpp982 BIOSAttrValueType readBIOSAttribute(const std::string& attrName) in readBIOSAttribute()
984 std::tuple<std::string, BIOSAttrValueType, BIOSAttrValueType> attrVal; in readBIOSAttribute()