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.js66 lowerCritical: response.data.Thresholds?.LowerCritical?.Reading, property in AnonymousClass41fa655b0501
87 lowerCritical: sensor.LowerThresholdCritical, property in AnonymousClass41fa655b0801
99 lowerCritical: sensor.LowerThresholdCritical, property in AnonymousClass41fa655b0901
119 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/webui-vue/src/views/HardwareStatus/Sensors/
H A DSensors.vue91 <template #cell(lowerCritical)="data">
172 key: 'lowerCritical',
174 label: i18n.global.t('pageSensors.table.lowerCritical'),
/openbmc/telemetry/src/types/
H A Dtrigger_types.hpp71 lowerCritical = 0, enumerator
89 Type::lowerCritical),
/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/bmcweb/redfish-core/lib/
H A Dtrigger.hpp309 std::optional<nlohmann::json::object_t> lowerCritical; member
313 return upperCritical || upperWarning || lowerWarning || lowerCritical; in any()
351 if (numericThresholds.lowerCritical) in parseNumericThresholds()
354 res, *numericThresholds.lowerCritical, in parseNumericThresholds()
604 "NumericThresholds/LowerCritical", thresholds.lowerCritical, // in parsePostTriggerParams()
/openbmc/telemetry/src/
H A Dtrigger_actions.cpp77 case ::numeric::Type::lowerCritical: in getRedfishMessageId()
92 case ::numeric::Type::lowerCritical: in getRedfishMessageId()
/openbmc/telemetry/tests/src/params/
H A Dtrigger_params.hpp137 numeric::LabeledThresholdParam{numeric::Type::lowerCritical,
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1092 static_cast<uint8_t>(IPMISensorReadingByte3::lowerCritical); in ipmiSenGetSensorReading()
1124 uint8_t lowerCritical, [[maybe_unused]] uint8_t lowerNonRecoverable, in ipmiSenSetSensorThresholds() argument
1199 thresholdsToSet.emplace_back("CriticalLow", lowerCritical, in ipmiSenSetSensorThresholds()
1390 uint8_t lowerCritical = 0; in ipmiSenGetSensorThresholds() local
1418 1 << static_cast<uint8_t>(IPMIThresholdRespBits::lowerCritical); in ipmiSenGetSensorThresholds()
1419 lowerCritical = *thresholdData.criticalLow; in ipmiSenGetSensorThresholds()
1422 return ipmi::responseSuccess(readable, lowerNC, lowerCritical, in ipmiSenGetSensorThresholds()
1978 static_cast<uint8_t>(IPMISensorReadingByte3::lowerCritical); in constructSensorSdr()
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp685 resp.lowerCritical = lowerValue; in updateCriticalThreshold()
864 resp.validMask, resp.lowerNonCritical, resp.lowerCritical, in ipmiSensorGetSensorThresholds()
892 uint8_t lowerCritical, uint8_t, uint8_t upperNonCritical, in ipmiSenSetSensorThresholds() argument
967 thresholdsToSet.emplace_back("CriticalLow", lowerCritical, in ipmiSenSetSensorThresholds()
H A Dsensorhandler.hpp293 uint8_t lowerCritical; //!< lower critical threshold member