Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddbus_types.hpp14 using BiosAttributes = std::map< typedef
25 std::tuple<std::vector<uint8_t>, std::vector<uint8_t>>, BiosAttributes>;
H A Ddata_interface.cpp203 const auto& attributes = std::get<BiosAttributes>(value); in DataInterface()