Home
last modified time | relevance | path

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

/openbmc/phosphor-power/tools/power-utils/
H A Dvalidator.cpp20 targetPsuModel = model::getModel(bus, psuPath); in areAllPsuSameModel()
26 if (targetPsuModel != thisPsuModel) in areAllPsuSameModel()
30 "TARGET", targetPsuModel, "THISPSU", thisPsuModel); in areAllPsuSameModel()
113 if ((supportedModel.empty()) || (supportedModel != targetPsuModel)) in getRequiredPsus()
H A Dvalidator.hpp92 std::string targetPsuModel; // Model name of the reference PSU member in validator::PSUUpdateValidator