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.cpp2703 constexpr auto maxFaultType = static_cast<size_t>(RemoteFaultType::max); in ipmiOEMSetFaultIndication()
2817 (faultType >= static_cast<int8_t>(RemoteFaultType::max)) || in ipmiOEMSetFaultIndication()
2826 if (RemoteFaultType::fan == RemoteFaultType(faultType)) in ipmiOEMSetFaultIndication()
2832 switch (RemoteFaultType(faultType)) in ipmiOEMSetFaultIndication()
2834 case (RemoteFaultType::fan): in ipmiOEMSetFaultIndication()
2835 case (RemoteFaultType::memory): in ipmiOEMSetFaultIndication()