Searched refs:captureCmd (Results 1 – 4 of 4) sorted by relevance
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | power_supply.cpp | 127 void PowerSupply::captureCmd(util::NamesValues& nv, const std::string& cmd, in captureCmd() function in witherspoon::power::psu::PowerSupply 338 captureCmd(nv, STATUS_INPUT, Type::Debug); in checkInputFault() 381 captureCmd(nv, STATUS_INPUT, Type::Debug); in checkPGOrUnitOffFault() 383 captureCmd(nv, status0Vout, Type::Debug); in checkPGOrUnitOffFault() 384 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkPGOrUnitOffFault() 385 captureCmd(nv, STATUS_MFR, Type::Debug); in checkPGOrUnitOffFault() 421 captureCmd(nv, STATUS_INPUT, Type::Debug); in checkCurrentOutOverCurrentFault() 423 captureCmd(nv, status0Vout, Type::Debug); in checkCurrentOutOverCurrentFault() 424 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkCurrentOutOverCurrentFault() 425 captureCmd(nv, STATUS_MFR, Type::Debug); in checkCurrentOutOverCurrentFault() [all …]
|
H A D | power_supply.hpp | 308 void captureCmd(util::NamesValues& nv, const std::string& cmd,
|
/openbmc/phosphor-power/power-supply/ |
H A D | power_supply.cpp | 121 void PowerSupply::captureCmd(util::NamesValues& nv, const std::string& cmd, in captureCmd() function in phosphor::power::psu::PowerSupply 308 captureCmd(nv, STATUS_INPUT, Type::Debug); in checkInputFault() 351 captureCmd(nv, STATUS_INPUT, Type::Debug); in checkPGOrUnitOffFault() 353 captureCmd(nv, status0Vout, Type::Debug); in checkPGOrUnitOffFault() 354 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkPGOrUnitOffFault() 355 captureCmd(nv, STATUS_MFR, Type::Debug); in checkPGOrUnitOffFault() 391 captureCmd(nv, STATUS_INPUT, Type::Debug); in checkCurrentOutOverCurrentFault() 393 captureCmd(nv, status0Vout, Type::Debug); in checkCurrentOutOverCurrentFault() 394 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkCurrentOutOverCurrentFault() 395 captureCmd(nv, STATUS_MFR, Type::Debug); in checkCurrentOutOverCurrentFault() [all …]
|
H A D | power_supply.hpp | 325 void captureCmd(util::NamesValues& nv, const std::string& cmd,
|