Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/bletchley15/
H A Dnvme_config.json24 "criticalLow": 0, number
/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/sensors/phosphor-nvme/
H A Dnvme_config.json31 "criticalLow": 0, number
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/bletchley/
H A Dnvme_config.json32 "criticalLow": 0, number
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp236 double criticalLow = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
488 double criticalLow = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsensorcommands.hpp120 std::optional<uint8_t> criticalLow; member
/openbmc/intel-ipmi-oem/include/
H A Dsensorcommands.hpp160 std::optional<uint8_t> criticalLow; member
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/
H A Dnvme_config.json167 "criticalLow": 0, number
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1321 auto criticalLow = criticalMap.find("CriticalLow"); getIPMIThresholds() local
1544 auto criticalLow = criticalMap.find("CriticalLow"); ipmiSenGetSensorEventEnable() local
1748 auto criticalLow = criticalMap.find("CriticalAlarmLow"); ipmiSenGetSensorEventStatus() local
[all...]
/openbmc/phosphor-virtual-sensor/src/
H A Dthresholds.hpp327 virtual double criticalLow(double value) in criticalLow() function