Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp664 void updateWarningThreshold(uint8_t lowerValue, uint8_t upperValue, in updateWarningThreshold() argument
667 resp.lowerNonCritical = lowerValue; in updateWarningThreshold()
669 if (lowerValue) in updateWarningThreshold()
685 resp.lowerCritical = lowerValue; in updateCriticalThreshold()
687 if (lowerValue) in updateCriticalThreshold()
703 resp.lowerNonRecoverable = lowerValue; in updateNonRecoverableThreshold()
705 if (lowerValue) in updateNonRecoverableThreshold()
773 uint8_t lowerValue = 0; in getSensorThresholds() local
779 lowerValue = in getSensorThresholds()
794 updateWarningThreshold(lowerValue, upperValue, resp); in getSensorThresholds()
[all …]