Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp226 warningLow = pdr->warning_low.value_u8; in NumericSensor()
229 warningLow = pdr->warning_low.value_s8; in NumericSensor()
232 warningLow = pdr->warning_low.value_u16; in NumericSensor()
235 warningLow = pdr->warning_low.value_s16; in NumericSensor()
238 warningLow = pdr->warning_low.value_u32; in NumericSensor()
241 warningLow = pdr->warning_low.value_s32; in NumericSensor()
244 warningLow = pdr->warning_low.value_f32; in NumericSensor()
411 thresholdWarningIntf->warningLow(unitModifier(warningLow)); in NumericSensor()
555 warningLow = pdr->warning_low; in NumericSensor()
671 thresholdWarningIntf->warningLow(unitModifier(warningLow)); in NumericSensor()
[all …]
H A Dnumeric_sensor.hpp172 return thresholdWarningIntf->warningLow(); in getThresholdLowerWarning()
/openbmc/phosphor-virtual-sensor/
H A Dthresholds.hpp85 return WarningObject::warningLow(); in low()
137 virtual double warningLow(double value) in warningLow() function
145 return WarningObject::warningLow(value); in warningLow()
H A DvirtualSensor.cpp548 warningIface->warningLow(threshold.value( in createThresholds()
/openbmc/intel-ipmi-oem/include/
H A Dsensorcommands.hpp158 std::optional<uint8_t> warningLow; member
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsensorcommands.hpp118 std::optional<uint8_t> warningLow; member
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1294 auto warningLow = warningMap.find("WarningLow"); in getIPMIThresholds() local
1306 if (warningLow != warningMap.end()) in getIPMIThresholds()
1312 resp.warningLow = scaleIPMIValueFromDouble( in getIPMIThresholds()
1402 if (thresholdData.warningLow) in ipmiSenGetSensorThresholds()
1406 lowerNC = *thresholdData.warningLow; in ipmiSenGetSensorThresholds()
1510 auto warningLow = warningMap.find("WarningLow"); in ipmiSenGetSensorEventEnable() local
1525 if (warningLow != warningMap.end()) in ipmiSenGetSensorEventEnable()
1719 auto warningLow = warningMap.find("WarningAlarmLow"); in ipmiSenGetSensorEventStatus() local
1727 if (warningLow != warningMap.end()) in ipmiSenGetSensorEventStatus()
1729 warningLowAlarm = std::get<bool>(warningLow->second); in ipmiSenGetSensorEventStatus()
[all …]
/openbmc/phosphor-hwmon/
H A Dmainloop.cpp50 &WarningObject::warningLow;
54 &WarningObject::warningLow;