Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.cpp804 size_t pgoodFailedCount = 0; in analyzeBrownout() local
816 ++pgoodFailedCount; in analyzeBrownout()
830 (presentCount == (acFailedCount + pgoodFailedCount))) in analyzeBrownout()
844 std::to_string(pgoodFailedCount)); in analyzeBrownout()
848 notPresentCount, acFailedCount, pgoodFailedCount) in analyzeBrownout()
883 notPresentCount, acFailedCount, pgoodFailedCount) in analyzeBrownout()