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.cpp238 double warningHigh = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
490 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.cpp1292 auto warningHigh = warningMap.find("WarningHigh"); getIPMIThresholds() local
1508 auto warningHigh = warningMap.find("WarningHigh"); ipmiSenGetSensorEventEnable() local
1717 auto warningHigh = warningMap.find("WarningAlarmHigh"); ipmiSenGetSensorEventStatus() local
[all...]
/openbmc/phosphor-virtual-sensor/src/
H A Dthresholds.hpp181 virtual double warningHigh(double value) in warningHigh() function