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