Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Doemcommands.hpp335 enum class RemoteFaultType enum
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp2704 constexpr auto maxFaultType = static_cast<size_t>(RemoteFaultType::max); in ipmiOEMSetFaultIndication()
2818 (faultType >= static_cast<int8_t>(RemoteFaultType::max)) || in ipmiOEMSetFaultIndication()
2827 if (RemoteFaultType::fan == RemoteFaultType(faultType)) in ipmiOEMSetFaultIndication()
2833 switch (RemoteFaultType(faultType)) in ipmiOEMSetFaultIndication()
2835 case (RemoteFaultType::fan): in ipmiOEMSetFaultIndication()
2836 case (RemoteFaultType::memory): in ipmiOEMSetFaultIndication()