Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.cpp803 size_t acFailedCount = 0; in analyzeBrownout() local
812 ++acFailedCount; in analyzeBrownout()
829 if (powerFaultOccurring && !brownoutLogged && acFailedCount && in analyzeBrownout()
830 (presentCount == (acFailedCount + pgoodFailedCount))) in analyzeBrownout()
842 std::to_string(acFailedCount)); in analyzeBrownout()
848 notPresentCount, acFailedCount, pgoodFailedCount) in analyzeBrownout()
860 if (brownoutLogged && (acFailedCount < presentCount)) in analyzeBrownout()
883 notPresentCount, acFailedCount, pgoodFailedCount) in analyzeBrownout()