Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/bletchley15/
H A Dnvme_config.json26 "warningLow": 1, number
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/bletchley/
H A Dnvme_config.json34 "warningLow": 1, number
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp239 double warningLow = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
491 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/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/
H A Dnvme_config.json169 "warningLow": 0, number
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1293 auto warningLow = warningMap.find("WarningLow"); getIPMIThresholds() local
1509 auto warningLow = warningMap.find("WarningLow"); ipmiSenGetSensorEventEnable() local
1718 auto warningLow = warningMap.find("WarningAlarmLow"); ipmiSenGetSensorEventStatus() local
[all...]
/openbmc/phosphor-virtual-sensor/src/
H A Dthresholds.hpp193 virtual double warningLow(double value) in warningLow() function