Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dsensorset.cpp28 static const auto sensor_regex_match_count = 4; variable
40 if (match.size() != sensor_regex_match_count) in SensorSet()