Home
last modified time | relevance | path

Searched refs:critical (Results 1 – 25 of 202) sorted by relevance

123456789

/openbmc/s2600wf-misc/subprojects/callback-manager/include/
H A Dcallback_manager.hpp21 constexpr const char* critical = "critical"; variable
47 const std::vector<std::string>& critical, in setLocalAssociations()
56 result.emplace(threshold::critical, "", path); in setLocalAssociations()
58 for (const std::string& path : critical) in setLocalAssociations()
69 void setSensorAssociations(const std::vector<std::string>& critical, in setSensorAssociations()
73 for (const std::string& path : critical) in setSensorAssociations()
79 result.emplace(threshold::critical, "", path); in setSensorAssociations()
/openbmc/s2600wf-misc/callback-manager/include/
H A Dcallback_manager.hpp21 constexpr const char* critical = "critical"; variable
47 const std::vector<std::string>& critical, in setLocalAssociations()
56 result.emplace(threshold::critical, "", path); in setLocalAssociations()
58 for (const std::string& path : critical) in setLocalAssociations()
69 void setSensorAssociations(const std::vector<std::string>& critical, in setSensorAssociations()
73 for (const std::string& path : critical) in setSensorAssociations()
79 result.emplace(threshold::critical, "", path); in setSensorAssociations()
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dsensors-overview-controller.js23 {all: true, normal: false, warning: false, critical: false}; property in $scope.selectedSeverity
69 $scope.selectedSeverity.critical = false;
80 !$scope.selectedSeverity.critical)) {
87 $scope.selectedSeverity.critical) {
91 $scope.selectedSeverity.critical = false;
104 (sensor.severity_flags.critical &&
105 $scope.selectedSeverity.critical));
/openbmc/intel-ipmi-oem/src/
H A Dsensorcommands.cpp45 constexpr const char* critical = "critical"; variable
52 constexpr const std::array<uint8_t, 10> critical = { in setMeStatus() local
58 if (std::find(critical.begin(), critical.end(), eventData2) != in setMeStatus()
59 critical.end()) in setMeStatus()
61 state = meHealth::critical; in setMeStatus()
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/
H A Ddbus-sensors_%.bbappend5 CRITICAL_LEAK_SERVICE = "xyz.openbmc_project.leakdetector.critical.assert@.service"
6 CRITICAL_DEASSERT_SERVICE = "xyz.openbmc_project.leakdetector.critical.deassert@.service"
14 SRC_URI += "file://critical-leak-handler \
41 install -m 0755 ${UNPACKDIR}/critical-leak-handler ${D}${libexecdir}/${PN}/
/openbmc/qemu/docs/devel/
H A Drcu.rst18 sections of code with "critical sections", and the update side will wait
19 for the execution of all *currently running* critical sections before
22 The key point here is that only the currently running critical sections
23 are waited for; critical sections that are started **after** the beginning
34 removal has completed, a critical section will not be able to access
35 the old data. Therefore, critical sections that begin after removal
36 do not matter; as soon as all previous critical sections have finished,
54 Note how thread 3 is still executing its critical section when thread 2
57 that critical section.
67 entering an RCU read-side critical section.
[all …]
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/dbus-sensors/
H A Dxyz.openbmc_project.leakdetector.critical.assert@.service6 ExecStart=/usr/libexec/dbus-sensors/critical-leak-handler %i
7 SyslogIdentifier=%i-critical-leak-handler
/openbmc/bmcweb/scripts/
H A Dgenerate_auth_certificates.py111 builder = builder.add_extension(basic_constraints, critical=True)
124 builder = builder.add_extension(usage, critical=False)
128 builder = builder.add_extension(auth_key, critical=False)
185 builder = builder.add_extension(usage, critical=False)
188 builder = builder.add_extension(exusage, critical=True)
191 builder = builder.add_extension(auth_key, critical=False)
207 critical=False,
240 builder = builder.add_extension(usage, critical=True)
243 builder = builder.add_extension(exusage, critical=True)
253 builder = builder.add_extension(altname, critical=True)
[all …]
/openbmc/s2600wf-misc/subprojects/callback-manager/src/
H A Dcallback_manager.cpp47 critical, enumerator
93 bool critical = criticalVector.size(); in updateLedStatus() local
138 else if (critical) in updateLedStatus()
140 currentPriority = StatusSetting::critical; in updateLedStatus()
163 case (StatusSetting::critical): in updateLedStatus()
346 bool critical = globalWarning && localCritical; in createAssociationMatch() local
347 bool warning = globalWarning && !critical; in createAssociationMatch()
350 criticalAssertMap[message.get_path()]["association"] = critical; in createAssociationMatch()
/openbmc/s2600wf-misc/callback-manager/src/
H A Dcallback_manager.cpp47 critical, enumerator
93 bool critical = criticalVector.size(); in updateLedStatus() local
138 else if (critical) in updateLedStatus()
140 currentPriority = StatusSetting::critical; in updateLedStatus()
163 case (StatusSetting::critical): in updateLedStatus()
346 bool critical = globalWarning && localCritical; in createAssociationMatch() local
347 bool warning = globalWarning && !critical; in createAssociationMatch()
350 criticalAssertMap[message.get_path()]["association"] = critical; in createAssociationMatch()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dseverity.cpp25 {SeverityType::critical, LogSeverity::Critical}, in convertPELSeverityToOBMC()
56 pelSeverity = static_cast<uint8_t>(SeverityType::critical); in convertOBMCSeverityToPEL()
96 (pelSeverity == SeverityType::critical)) in fixupLogSeverity()
/openbmc/qemu/crypto/
H A Dtrace-events16 …file, int status, int usage, int critical) "TLS creds x509 check key usage creds=%p file=%s status…
17 …t status, const char *usage, int critical) "TLS creds x509 check key usage creds=%p file=%s status…
H A Dtlscredsx509.c138 unsigned int critical = 0; in qcrypto_tls_creds_check_cert_key_usage() local
140 status = gnutls_x509_crt_get_key_usage(cert, &usage, &critical); in qcrypto_tls_creds_check_cert_key_usage()
142 creds, certFile, status, usage, critical); in qcrypto_tls_creds_check_cert_key_usage()
158 if (critical) { in qcrypto_tls_creds_check_cert_key_usage()
167 if (critical) { in qcrypto_tls_creds_check_cert_key_usage()
190 unsigned int critical; in qcrypto_tls_creds_check_cert_key_purpose() local
195 critical = 0; in qcrypto_tls_creds_check_cert_key_purpose()
234 critical = true; in qcrypto_tls_creds_check_cert_key_purpose()
251 if (critical) { in qcrypto_tls_creds_check_cert_key_purpose()
260 if (critical) { in qcrypto_tls_creds_check_cert_key_purpose()
/openbmc/s2600wf-misc/subprojects/callback-manager/
H A DREADME.md30 1. Monitoring critical / warning thresholds as Redfish does.
40 Critical thresholds will trigger critical (blink amber) state.
50 1. Global- These are the attributes to the global state (warning / critical).
54 1. Local- Any other warning / critical association.
/openbmc/s2600wf-misc/callback-manager/
H A DREADME.md30 1. Monitoring critical / warning thresholds as Redfish does.
40 Critical thresholds will trigger critical (blink amber) state.
50 1. Global- These are the attributes to the global state (warning / critical).
54 1. Local- Any other warning / critical association.
/openbmc/openbmc/meta-security/meta-integrity/scripts/
H A Dima-gen-CA-signed.sh34 basicConstraints=critical,CA:FALSE
38 extendedKeyUsage=critical,codeSigning
/openbmc/phosphor-webui/app/server-health/styles/
H A Dsensors.scss2 $thresh-critical: $status-error;
137 .sensors__tbody-current--critical {
138 background: $thresh-critical;
/openbmc/openbmc-test-automation/tools/ct_metrics/
H A Dgen_csv_results.py219 stats.total.critical.passed + stats.total.critical.failed
221 total_critical_passed = stats.total.critical.passed
222 total_critical_failed = stats.total.critical.failed
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dlg2.hpp72 PHOSPHOR_LOG2_DECLARE_LEVEL(critical);
85 using lg2::critical; \
/openbmc/u-boot/arch/arm/dts/
H A Drk3288-thermal.dtsi41 type = "critical";
76 type = "critical";
/openbmc/phosphor-logging/test/openpower-pels/
H A Dseverity_test.cpp45 {LogSeverity::Debug, SeverityType::critical, LogSeverity::Critical}, in TEST()
48 {LogSeverity::Warning, SeverityType::critical, LogSeverity::Critical}, in TEST()
/openbmc/u-boot/doc/
H A DREADME.bedbug26 Also added code to handle critical exceptions since the debug
27 is treated as critical on the 405.
35 Added code to handle critical exceptions
/openbmc/dbus-sensors/src/leakdetector/
H A DLeakGPIODetector.hpp60 critical, enumerator
68 {"Critical", DetectorLevel::critical}}};
/openbmc/u-boot/drivers/thermal/
H A Dimx_thermal.c43 int critical; member
217 while (cpu_tmp >= priv->critical) { in imx_thermal_get_temp()
262 priv->critical = priv->maxc - TEMPERATURE_HOT_DELTA; in imx_thermal_probe()
/openbmc/phosphor-pid-control/dbus/
H A Ddbushelper.cpp151 auto critical = _bus.new_method_call(service.c_str(), path.c_str(), in thresholdsAsserted() local
153 critical.append(SensorThresholdCritical::interface); in thresholdsAsserted()
158 auto msg = _bus.call(critical); in thresholdsAsserted()

123456789