Searched refs:BIOSAttrValueType (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
H A D | op_dump_util.cpp | 56 BIOSAttrValueType readBIOSAttribute(const std::string& attrName, in readBIOSAttribute() 59 std::tuple<std::string, BIOSAttrValueType, BIOSAttrValueType> attrVal; in readBIOSAttribute()
|
H A D | op_dump_util.hpp | 22 using BIOSAttrValueType = std::variant<int64_t, std::string>; typedef 33 BIOSAttrValueType readBIOSAttribute(const std::string& attrName,
|
/openbmc/openpower-vpd-parser/ |
H A D | types.hpp | 21 using BIOSAttrValueType = std::variant<int64_t, std::string>; typedef 23 std::pair<std::string, std::tuple<std::string, BIOSAttrValueType>>;
|
H A D | ibm_vpd_utils.cpp | 982 BIOSAttrValueType readBIOSAttribute(const std::string& attrName) in readBIOSAttribute() 984 std::tuple<std::string, BIOSAttrValueType, BIOSAttrValueType> attrVal; in readBIOSAttribute()
|