Home
last modified time | relevance | path

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

/openbmc/phosphor-host-postd/ipmisnoop/
H A Dipmisnoop.cpp93 size_t posVal = 0; in getSelectorPositionSignal() local
112 posVal = std::get<size_t>(valPropMap->second); in getSelectorPositionSignal()
114 if (posVal > minPositionVal && posVal < maxPositionVal) in getSelectorPositionSignal()
117 postcodes = reporters[posVal - 1]->value(); in getSelectorPositionSignal()