Home
last modified time | relevance | path

Searched defs:RAIL (Results 1 – 2 of 2) sorted by relevance

/openbmc/witherspoon-pfault-analysis/
H A Delog-errors.hpp159 struct RAIL struct
166 static constexpr auto str_short = "RAIL";
167 using type = std::tuple<std::decay_t<decltype("RAIL=%d")>, uint16_t>;
168 explicit constexpr RAIL(uint16_t a) : _entry(entry("RAIL=%d", a)) {}; in RAIL() function
169 type _entry;
204 using RAIL = _PowerSequencerVoltageFault::RAIL; typedef
/openbmc/phosphor-power/
H A Delog-errors.hpp1454 struct RAIL struct
1461 static constexpr auto str_short = "RAIL";
1462 using type = std::tuple<std::decay_t<decltype("RAIL=%d")>, uint16_t>;
1463 explicit constexpr RAIL(uint16_t a) : _entry(entry("RAIL=%d", a)) {}; in RAIL() argument
1464 type _entry;
1499 using RAIL = _PowerSequencerVoltageFault::RAIL; typedef