Home
last modified time | relevance | path

Searched refs:lowerCritical (Results 1 – 12 of 12) sorted by relevance

/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DSensorsStore.js78 lowerCritical: response.data.Thresholds?.LowerCritical?.Reading, property in AnonymousClass41fa655b0701
99 lowerCritical: sensor.Thresholds?.LowerCritical?.Reading, property in oneSensordata
124 lowerCritical: sensor.LowerThresholdCritical, property in AnonymousClass41fa655b0b01
136 lowerCritical: sensor.LowerThresholdCritical, property in AnonymousClass41fa655b0c01
156 lowerCritical: sensor.LowerThresholdCritical,
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsensorcommands.hpp40 lowerCritical, enumerator
60 lowerCritical = (1 << 1), enumerator
/openbmc/intel-ipmi-oem/include/
H A Dsensorcommands.hpp42 lowerCritical, enumerator
62 lowerCritical = (1 << 1), enumerator
/openbmc/telemetry/tests/src/
H A Dtest_trigger_actions.cpp25 std::make_tuple(::numeric::Type::lowerCritical, 91.2, in getCorrectParams()
27 std::make_tuple(::numeric::Type::lowerCritical, 90, TriggerValue(91.2)), in getCorrectParams()
/openbmc/telemetry/src/types/
H A Dtrigger_types.hpp67 lowerCritical = 0, enumerator
85 Type::lowerCritical),
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/
H A DSensors.vue96 <template #cell(lowerCritical)="data">
177 key: 'lowerCritical',
179 label: i18n.global.t('pageSensors.table.lowerCritical'),
/openbmc/telemetry/src/
H A Dtrigger_actions.cpp44 case ::numeric::Type::lowerCritical: in getRedfishMessageId()
59 case ::numeric::Type::lowerCritical: in getRedfishMessageId()
/openbmc/telemetry/tests/src/params/
H A Dtrigger_params.hpp137 numeric::LabeledThresholdParam{numeric::Type::lowerCritical,
/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp323 std::optional<nlohmann::json::object_t> lowerCritical; member
327 return upperCritical || upperWarning || lowerWarning || lowerCritical; in any()
365 if (numericThresholds.lowerCritical) in parseNumericThresholds()
368 res, *numericThresholds.lowerCritical, in parseNumericThresholds()
618 "NumericThresholds/LowerCritical", thresholds.lowerCritical, // in parsePostTriggerParams()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1106 static_cast<uint8_t>(IPMISensorReadingByte3::lowerCritical); in ipmiSenGetSensorReading()
1138 uint8_t lowerCritical, [[maybe_unused]] uint8_t lowerNonRecoverable, in ipmiSenSetSensorThresholds() argument
1215 lowerCritical, findThreshold->first); in ipmiSenSetSensorThresholds()
1412 uint8_t lowerCritical = 0; in ipmiSenGetSensorThresholds() local
1440 1 << static_cast<uint8_t>(IPMIThresholdRespBits::lowerCritical); in ipmiSenGetSensorThresholds()
1441 lowerCritical = *thresholdData.criticalLow; in ipmiSenGetSensorThresholds()
1444 return ipmi::responseSuccess(readable, lowerNC, lowerCritical, in ipmiSenGetSensorThresholds()
2001 static_cast<uint8_t>(IPMISensorReadingByte3::lowerCritical); in constructSensorSdr()
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp693 resp.lowerCritical = lowerValue; in updateCriticalThreshold()
870 resp.validMask, resp.lowerNonCritical, resp.lowerCritical, in ipmiSensorGetSensorThresholds()
898 uint8_t lowerCritical, uint8_t, uint8_t upperNonCritical, in ipmiSenSetSensorThresholds() argument
970 lowerCritical, SensorThresholdCritical::interface); in ipmiSenSetSensorThresholds()
H A Dsensorhandler.hpp210 uint8_t lowerCritical; //!< lower critical threshold member