Home
last modified time | relevance | path

Searched refs:faultFound (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-power/power-supply/
H A Dpower_supply.cpp269 faultFound = false; in checkInputFault()
295 if (!faultFound && (inputFault >= FAULT_COUNT)) in checkInputFault()
311 faultFound = true; in checkInputFault()
339 if (!faultFound && (powerOnFault >= FAULT_COUNT)) in checkPGOrUnitOffFault()
341 faultFound = true; in checkPGOrUnitOffFault()
398 faultFound = true; in checkCurrentOutOverCurrentFault()
439 faultFound = true; in checkOutputOvervoltageFault()
463 if (!faultFound && (fanFault >= FAULT_COUNT)) in checkFanFault()
478 faultFound = true; in checkFanFault()
533 faultFound = true; in checkTemperatureFault()
[all …]
H A Dpower_supply.hpp144 bool faultFound = false; member in phosphor::power::psu::PowerSupply
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.cpp306 faultFound = false; in checkInputFault()
332 if (!faultFound && (inputFault >= FAULT_COUNT)) in checkInputFault()
348 faultFound = true; in checkInputFault()
376 if (!faultFound && (powerOnFault >= FAULT_COUNT)) in checkPGOrUnitOffFault()
378 faultFound = true; in checkPGOrUnitOffFault()
435 faultFound = true; in checkCurrentOutOverCurrentFault()
476 faultFound = true; in checkOutputOvervoltageFault()
500 if (!faultFound && (fanFault >= FAULT_COUNT)) in checkFanFault()
515 faultFound = true; in checkFanFault()
570 faultFound = true; in checkTemperatureFault()
[all …]
H A Dpower_supply.hpp144 bool faultFound = false; member in witherspoon::power::psu::PowerSupply