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.cpp1343 auto criticalLow = criticalMap.find( in getIPMIThresholds() local
1568 auto criticalLow = criticalMap.find( in ipmiSenGetSensorEventEnable() local
1774 auto criticalLow = criticalMap.find( in ipmiSenGetSensorEventStatus() local
/openbmc/phosphor-virtual-sensor/src/
H A Dthresholds.hpp327 virtual double criticalLow(double value) in criticalLow() function