Home
last modified time | relevance | path

Searched defs:warningLow (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/
H A Dnvme_config.json34 "warningLow": 1, number
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp221 double warningLow = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
440 double warningLow = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsensorcommands.hpp118 std::optional<uint8_t> warningLow; member
/openbmc/intel-ipmi-oem/include/
H A Dsensorcommands.hpp158 std::optional<uint8_t> warningLow; member
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1294 auto warningLow = warningMap.find("WarningLow"); in getIPMIThresholds() local
1510 auto warningLow = warningMap.find("WarningLow"); in ipmiSenGetSensorEventEnable() local
1719 auto warningLow = warningMap.find("WarningAlarmLow"); in ipmiSenGetSensorEventStatus() local
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/
H A Dnvme_config.json169 "warningLow": 0, number
/openbmc/phosphor-virtual-sensor/
H A Dthresholds.hpp137 virtual double warningLow(double value) in warningLow() function