Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/
H A Dnvme_config.json33 "warningHigh": 69, number
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp220 double warningHigh = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
439 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/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1293 auto warningHigh = warningMap.find("WarningHigh"); in getIPMIThresholds() local
1509 auto warningHigh = warningMap.find("WarningHigh"); in ipmiSenGetSensorEventEnable() local
1718 auto warningHigh in ipmiSenGetSensorEventStatus() local
[all...]
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/
H A Dnvme_config.json168 "warningHigh": 72, number
/openbmc/phosphor-virtual-sensor/
H A Dthresholds.hpp125 virtual double warningHigh(double value) in warningHigh() function