/openbmc/intel-ipmi-oem/tests/ |
H A D | test_sensorcommands.cpp | 113 result = ipmi::getSensorAttributes(yMax, yMin, mValue, rExp, bValue, bExp, in testBounds() 320 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST() 340 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST() 363 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST() 379 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST() 400 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST() 417 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST() 442 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST() 459 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST() 466 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST()
|
/openbmc/phosphor-host-ipmid/test/dbus-sdr/ |
H A D | sensorcommands_unittest.cpp | 114 result = ipmi::getSensorAttributes(yMax, yMin, mValue, rExp, bValue, bExp, in testBounds() 321 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST() 341 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST() 364 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST() 380 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST() 401 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST() 418 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST() 443 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST() 460 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST() 467 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST()
|
/openbmc/intel-ipmi-oem/include/ |
H A D | sensorutils.hpp | 158 static inline bool getSensorAttributes( in getSensorAttributes() function 323 getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned); in getScaledIPMIValue()
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | sensorutils.cpp | 150 bool getSensorAttributes(const double max, const double min, int16_t& mValue, in getSensorAttributes() function 315 getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned); in getScaledIPMIValue()
|
H A D | sensorcommands.cpp | 495 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in calculateValue() 980 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in ipmiSenGetSensorReading() 1171 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in ipmiSenSetSensorThresholds() 1285 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in getIPMIThresholds() 1854 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in constructSensorSdr()
|
/openbmc/phosphor-host-ipmid/include/dbus-sdr/ |
H A D | sensorutils.hpp | 30 bool getSensorAttributes(const double max, const double min, int16_t& mValue,
|
/openbmc/fb-ipmi-oem/include/ |
H A D | sensorutils.hpp | 167 static inline bool getSensorAttributes( in getSensorAttributes() function 310 result = getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned); in getScaledIPMIValue()
|
/openbmc/fb-ipmi-oem/src/ |
H A D | storagecommands.cpp | 742 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in ipmiStorageGetSDR()
|