Home
last modified time | relevance | path

Searched defs:criticalHigh (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/bletchley15/
H A Dnvme_config.json23 "criticalHigh": 70, number
/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/sensors/phosphor-nvme/
H A Dnvme_config.json30 "criticalHigh": 75, number
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/bletchley/
H A Dnvme_config.json31 "criticalHigh": 70, number
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp236 double criticalHigh = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
488 double criticalHigh = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsensorcommands.hpp121 std::optional<uint8_t> criticalHigh; member
/openbmc/intel-ipmi-oem/include/
H A Dsensorcommands.hpp161 std::optional<uint8_t> criticalHigh; member
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/
H A Dnvme_config.json166 "criticalHigh": 72, number
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1320 auto criticalHigh = criticalMap.find("CriticalHigh"); getIPMIThresholds() local
1543 auto criticalHigh = criticalMap.find("CriticalHigh"); ipmiSenGetSensorEventEnable() local
1747 auto criticalHigh = criticalMap.find("CriticalAlarmHigh"); ipmiSenGetSensorEventStatus() local
[all...]
/openbmc/phosphor-virtual-sensor/src/
H A Dthresholds.hpp315 virtual double criticalHigh(double value) in criticalHigh() function