Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp648 size_t otherCount{ipmi::sensor::getOtherSensorsCount(ctx)}; in getOtherSensorsDataRecord() local
649 if (otherCount == std::numeric_limits<size_t>::max()) in getOtherSensorsDataRecord()
659 size_t fruCount{otherCount - ipmi::storage::type12Count - entityCount}; in getOtherSensorsDataRecord()
661 if (sdrIndex > otherCount) in getOtherSensorsDataRecord()