Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsensorcommands.hpp134 size_t getOtherSensorsCount(ipmi::Context::ptr ctx);
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp622 size_t getOtherSensorsCount(ipmi::Context::ptr ctx) __attribute__((weak));
623 size_t getOtherSensorsCount(ipmi::Context::ptr ctx) in getOtherSensorsCount() function
648 size_t otherCount{ipmi::sensor::getOtherSensorsCount(ctx)}; in getOtherSensorsDataRecord()
2123 ipmi::sensor::getOtherSensorsCount(ctx) - 1; in getSensorDataRecord()
2305 sdrCount = numSensors + ipmi::sensor::getOtherSensorsCount(ctx) - 1; in ipmiSensorGetDeviceSdrInfo()
2377 ipmi::getNumberOfSensors() + ipmi::sensor::getOtherSensorsCount(ctx); in ipmiStorageGetSDRRepositoryInfo()