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.cpp268 faultFound = false; in checkInputFault()
294 if (!faultFound && (inputFault >= FAULT_COUNT)) in checkInputFault()
310 faultFound = true; in checkInputFault()
338 if (!faultFound && (powerOnFault >= FAULT_COUNT)) in checkPGOrUnitOffFault()
340 faultFound = true; in checkPGOrUnitOffFault()
397 faultFound = true; in checkCurrentOutOverCurrentFault()
438 faultFound = true; in checkOutputOvervoltageFault()
462 if (!faultFound && (fanFault >= FAULT_COUNT)) in checkFanFault()
477 faultFound = true; in checkFanFault()
532 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.cpp305 faultFound = false; in checkInputFault()
331 if (!faultFound && (inputFault >= FAULT_COUNT)) in checkInputFault()
347 faultFound = true; in checkInputFault()
375 if (!faultFound && (powerOnFault >= FAULT_COUNT)) in checkPGOrUnitOffFault()
377 faultFound = true; in checkPGOrUnitOffFault()
434 faultFound = true; in checkCurrentOutOverCurrentFault()
475 faultFound = true; in checkOutputOvervoltageFault()
499 if (!faultFound && (fanFault >= FAULT_COUNT)) in checkFanFault()
514 faultFound = true; in checkFanFault()
569 faultFound = true; in checkTemperatureFault()
[all …]
H A Dpower_supply.hpp144 bool faultFound = false; member in witherspoon::power::psu::PowerSupply