Home
last modified time | relevance | path

Searched refs:Critical (Results 1 – 25 of 107) sorted by relevance

12345

/openbmc/phosphor-logging/test/openpower-pels/
H A Dseverity_test.cpp17 ASSERT_EQ(convertOBMCSeverityToPEL(LogSeverity::Critical), 0x50); in TEST()
36 {LogSeverity::Critical, SeverityType::recovered, in TEST()
45 {LogSeverity::Debug, SeverityType::critical, LogSeverity::Critical}, in TEST()
48 {LogSeverity::Warning, SeverityType::critical, LogSeverity::Critical}, in TEST()
55 {LogSeverity::Critical, SeverityType::unrecoverable, std::nullopt}}; in TEST()
H A Duser_header_test.cpp218 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Critical, ad, in TEST()
242 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Critical, ad, in TEST()
319 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Critical, ad, in TEST()
336 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Critical, ad, in TEST()
353 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Critical, ad, in TEST()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dseverity.cpp25 {SeverityType::critical, LogSeverity::Critical}, in convertPELSeverityToOBMC()
55 case (LogSeverity::Critical): in convertOBMCSeverityToPEL()
95 if ((obmcSeverity != LogSeverity::Critical) && in fixupLogSeverity()
98 return LogSeverity::Critical; in fixupLogSeverity()
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/Critical/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Sensor/Threshold/Critical'
8 '../../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml',
28 'xyz/openbmc_project/Sensor/Threshold/Critical',
/openbmc/s2600wf-misc/subprojects/callback-manager/
H A DREADME.md40 Critical thresholds will trigger critical (blink amber) state.
56 If the path for an association is Critical for Global & Local, the LED will be
59 If the path for an association is in Warning for Global & Critical for local,
60 the LED will be in the Critical (amber blink) state.
62 If the path for an association is in the Warning for Global & not Critical for
/openbmc/s2600wf-misc/callback-manager/
H A DREADME.md40 Critical thresholds will trigger critical (blink amber) state.
56 If the path for an association is Critical for Global & Local, the LED will be
59 If the path for an association is in Warning for Global & Critical for local,
60 the LED will be in the Critical (amber blink) state.
62 If the path for an association is in the Warning for Global & not Critical for
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dleak_detector.hpp20 Critical, enumerator
42 {DetectorState::Critical, "Critical"},
H A Dlog_service.hpp30 Critical, enumerator
127 {SyslogSeverity::Critical, "Critical"},
H A Devent_destination.hpp74 Critical, enumerator
175 {SyslogSeverity::Critical, "Critical"},
H A Dresource.hpp47 Critical, enumerator
178 {Health::Critical, "Critical"},
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/
H A Dmeson.build2 subdir('Critical') subdir
43 '../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml',
45 output: ['Critical.md'],
57 'xyz/openbmc_project/Sensor/Threshold/Critical',
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/dbus-sensors/
H A Dxyz.openbmc_project.leakdetector.critical.assert@.service2 Description=%i Critical Leak Handler
H A Dxyz.openbmc_project.leakdetector.critical.deassert@.service2 Description=%i Critical deassert Handler
H A Dxyz.openbmc_project.leakdetector.warning.deassert@.service2 Description=%i Critical deassert Handler
H A Dxyz.openbmc_project.leakdetector.warning.assert@.service2 Description=%i Critical Leak Handler
/openbmc/bmcweb/http/
H A Dlogging.hpp40 Critical, enumerator
53 {LogLevel::Critical, 2}, in toSystemdLevel()
166 crow::vlog<crow::LogLevel::Critical, Args...>( in BMCWEB_LOG_CRITICAL()
/openbmc/bmcweb/test/redfish-core/include/
H A Dredfish_aggregator_test.cpp208 "Severity": "Critical" in TEST()
211 "Health": "Critical", in TEST()
/openbmc/openbmc-test-automation/lib/
H A Desel_utils.robot61 # "Severity": "Critical"
66 Should Be Equal ${elog_entry[0]["Severity"]} Critical
/openbmc/phosphor-hwmon/
H A Dinterface.hpp22 sdbusplus::xyz::openbmc_project::Sensor::Threshold::server::Critical;
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Derror_code_test.cpp88 "MessageSeverity": "Critical", in TEST()
131 "MessageSeverity": "Critical", in TEST()
/openbmc/phosphor-state-manager/
H A Dchassis_check_power_status.cpp72 Critical); in main()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dmanager_main.cpp63 vpd::types::SeverityType::Critical, __FILE__, __FUNCTION__, 0, in main()
/openbmc/ibm-logging/test/
H A Dtest_policy.cpp171 "mod":"/inventory/core2||Critical",
176 "mod":"/inventory/core3||Critical",
181 "mod":"/inventory/core4||Critical",
191 "mod":"/inventory/core5||Critical",
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sensor.robot197 Upper Non-Critical UpperThresholdNonCritical
198 Upper Critical UpperThresholdCritical
199 Lower Non-Critical LowerThresholdNonCritical
200 Lower Critical LowerThresholdCritical
447 # Lower Critical : 180.000
448 # Lower Non-Critical : 200.000
449 # Upper Non-Critical : 290.000
450 # Upper Critical : 300.000
/openbmc/phosphor-modbus/rtu/device/
H A Dbase_device.hpp28 sdbusplus::aserver::xyz::openbmc_project::sensor::threshold::Critical,

12345