Searched refs:faultType (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | phase_fault_detection.cpp | 87 PhaseFaultType faultType, Services& services, Device& regulator, in checkForPhaseFault() argument 91 ErrorType errorType = toErrorType(faultType); in checkForPhaseFault() 98 (faultType == PhaseFaultType::n) ? nFaultCount : nPlus1FaultCount; in checkForPhaseFault() 101 if (environment.getPhaseFaults().count(faultType) == 0) in checkForPhaseFault() 113 toString(faultType) + " phase fault detected in regulator " + in checkForPhaseFault() 120 logPhaseFault(faultType, services, regulator, environment); in checkForPhaseFault() 127 void PhaseFaultDetection::logPhaseFault(PhaseFaultType faultType, in logPhaseFault() argument 132 Entry::Level severity = (faultType == PhaseFaultType::n) in logPhaseFault() 139 errorLogging.logPhaseFault(severity, journal, faultType, inventoryPath, in logPhaseFault()
|
H A D | phase_fault_detection.hpp | 152 void checkForPhaseFault(PhaseFaultType faultType, Services& services, 163 void logPhaseFault(PhaseFaultType faultType, Services& services,
|
/openbmc/intel-ipmi-oem/src/ |
H A D | oemcommands.cpp | 2700 uint8_t sourceId, uint8_t faultType, uint8_t faultState, uint8_t faultGroup, in ipmiOEMSetFaultIndication() argument 2817 (faultType >= static_cast<int8_t>(RemoteFaultType::max)) || in ipmiOEMSetFaultIndication() 2826 if (RemoteFaultType::fan == RemoteFaultType(faultType)) in ipmiOEMSetFaultIndication() 2832 switch (RemoteFaultType(faultType)) in ipmiOEMSetFaultIndication()
|