Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/bletchley15/
H A Dnvme_config.json25 "warningHigh": 69, number
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/bletchley/
H A Dnvme_config.json33 "warningHigh": 69, number
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp237 double warningHigh = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
489 double warningHigh = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsensorcommands.hpp119 std::optional<uint8_t> warningHigh; member
/openbmc/intel-ipmi-oem/include/
H A Dsensorcommands.hpp159 std::optional<uint8_t> warningHigh; member
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/
H A Dnvme_config.json168 "warningHigh": 72, number
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1311 auto warningHigh = warningMap.find( in getIPMIThresholds() local
1529 auto warningHigh = warningMap.find( in ipmiSenGetSensorEventEnable() local
1740 auto warningHigh = warningMap.find( in ipmiSenGetSensorEventStatus() local
/openbmc/phosphor-virtual-sensor/src/
H A Dthresholds.hpp181 virtual double warningHigh(double value) in warningHigh() function