Home
last modified time | relevance | path

Searched defs:postcode_t (Results 1 – 5 of 5) sorted by relevance

/openbmc/fb-ipmi-oem/src/
H A Dgroupextcommands.cpp27 using postcode_t = std::tuple<std::vector<uint8_t>, std::vector<uint8_t>>; in ipmiSBMRSendBootProgress() typedef
H A Dbiccommands.cpp172 using postcode_t = std::tuple<uint64_t, std::vector<uint8_t>>; in ipmiOemPostCodeHandler() typedef
/openbmc/phosphor-host-postd/lpcsnoop/
H A Dsnoop.hpp18 using postcode_t = std::tuple<primary_post_code_t, secondary_post_code_t>; typedef
/openbmc/phosphor-host-postd/ipmisnoop/
H A Dipmisnoop.hpp58 using postcode_t = std::tuple<primarycode_t, secondarycode_t>; in IpmiPostReporter() typedef
/openbmc/phosphor-post-code-manager/inc/
H A Dpost_code.hpp55 using postcode_t = std::tuple<primarycode_t, secondarycode_t>; typedef