Home
last modified time | relevance | path

Searched refs:faultType (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dphase_fault_detection.cpp86 void PhaseFaultDetection::checkForPhaseFault(PhaseFaultType faultType, in checkForPhaseFault() argument
92 ErrorType errorType = toErrorType(faultType); in checkForPhaseFault()
99 (faultType == PhaseFaultType::n) ? nFaultCount : nPlus1FaultCount; in checkForPhaseFault()
102 if (environment.getPhaseFaults().count(faultType) == 0) in checkForPhaseFault()
114 toString(faultType) + " phase fault detected in regulator " + in checkForPhaseFault()
121 logPhaseFault(faultType, services, regulator, environment); in checkForPhaseFault()
128 void PhaseFaultDetection::logPhaseFault(PhaseFaultType faultType, in logPhaseFault() argument
133 Entry::Level severity = (faultType == PhaseFaultType::n) in logPhaseFault()
140 errorLogging.logPhaseFault(severity, journal, faultType, inventoryPath, in logPhaseFault()
H A Dphase_fault_detection.hpp153 void checkForPhaseFault(PhaseFaultType faultType, Services& services,
164 void logPhaseFault(PhaseFaultType faultType, Services& services,
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp2705 ipmi::RspType<> ipmiOEMSetFaultIndication(uint8_t sourceId, uint8_t faultType, in ipmiOEMSetFaultIndication() argument
2824 (faultType >= static_cast<int8_t>(RemoteFaultType::max)) || in ipmiOEMSetFaultIndication()
2833 if (RemoteFaultType::fan == RemoteFaultType(faultType)) in ipmiOEMSetFaultIndication()
2839 switch (RemoteFaultType(faultType)) in ipmiOEMSetFaultIndication()