Home
last modified time | relevance | path

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

/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/
H A Dnvme_config.json32 "criticalLow": 0, number
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp219 double criticalLow = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
438 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/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1322 auto criticalLow = criticalMap.find("CriticalLow"); in getIPMIThresholds() local
1545 auto criticalLow = criticalMap.find("CriticalLow"); in ipmiSenGetSensorEventEnable() local
1749 auto criticalLow in ipmiSenGetSensorEventStatus() local
[all...]
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/
H A Dnvme_config.json167 "criticalLow": 0, number
/openbmc/phosphor-virtual-sensor/
H A Dthresholds.hpp256 virtual double criticalLow(double value) in criticalLow() function