Searched refs:RemoteFaultType (Results 1 – 2 of 2) sorted by relevance
335 enum class RemoteFaultType enum
2704 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()