Home
last modified time | relevance | path

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

/openbmc/phosphor-power/tools/power-utils/
H A Dvalidator.cpp24 auto thisPsuModel = model::getModel(bus, path); in areAllPsuSameModel() local
26 if (targetPsuModel != thisPsuModel) in areAllPsuSameModel()
30 "TARGET", targetPsuModel, "THISPSU", thisPsuModel); in areAllPsuSameModel()