Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dsensor.cpp75 auto rmRC = std::strtok(&rmRCs[0], ", "); in addRemoveRCs() local
76 while (rmRC != nullptr) in addRemoveRCs()
80 _sensorAdjusts.rmRCs.insert(std::stoi(rmRC)); in addRemoveRCs()
88 entry("RC=%s", rmRC), in addRemoveRCs()
91 rmRC = std::strtok(nullptr, ", "); in addRemoveRCs()