Home
last modified time | relevance | path

Searched refs:Informational (Results 1 – 25 of 53) sorted by relevance

123

/openbmc/phosphor-logging/test/openpower-pels/
H A Dseverity_test.cpp25 ASSERT_EQ(convertOBMCSeverityToPEL(LogSeverity::Informational), 0x00); in TEST()
47 LogSeverity::Informational}, in TEST()
49 LogSeverity::Informational}, in TEST()
51 LogSeverity::Informational}, in TEST()
54 {LogSeverity::Informational, SeverityType::predictive, in TEST()
63 {LogSeverity::Informational, SeverityType::nonError, std::nullopt}, in TEST()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dseverity.cpp33 {SeverityType::nonError, LogSeverity::Informational}, in convertPELSeverityToOBMC()
34 {SeverityType::recovered, LogSeverity::Informational}, in convertPELSeverityToOBMC()
58 case (LogSeverity::Informational): in convertOBMCSeverityToPEL()
88 (obmcSeverity == LogSeverity::Informational) || in fixupLogSeverity()
95 return LogSeverity::Informational; in fixupLogSeverity()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dmanager_main.cpp57 vpd::types::SeverityType::Informational, __FILE__, __FUNCTION__, in main()
67 vpd::types::SeverityType::Informational, __FILE__, __FUNCTION__, in main()
77 vpd::types::SeverityType::Informational, __FILE__, __FUNCTION__, in main()
87 vpd::types::SeverityType::Informational, __FILE__, __FUNCTION__, in main()
H A Dparser.cpp89 types::SeverityType::Informational, __FILE__, __FUNCTION__, 0, in updateVpdKeyword()
255 types::SeverityType::Informational, __FILE__, __FUNCTION__, 0, in updateVpdKeywordOnRedundantPath()
293 types::SeverityType::Informational, __FILE__, __FUNCTION__, 0, in updateVpdKeywordOnHardware()
321 l_errorType, types::SeverityType::Informational, __FILE__, in updateVpdKeywordOnHardware()
H A Devent_logger.cpp13 {types::SeverityType::Informational,
91 : m_severityMap.at(types::SeverityType::Informational)); in createAsyncPelWithInventoryCallout()
203 : m_severityMap.at(types::SeverityType::Informational)); in createAsyncPel()
266 : m_severityMap.at(types::SeverityType::Informational)); in createSyncPel()
/openbmc/phosphor-logging/test/
H A Delog_quiesce_test.cpp52 Entry::Level::Informational, in TEST_F()
80 Entry::Level::Informational, in TEST_F()
119 Entry::Level::Informational, in TEST_F()
176 Entry::Level::Informational, in TEST_F()
235 Entry::Level::Informational, in TEST_F()
H A Delog_update_ts_test.cpp71 Entry::Level::Informational, in TEST()
142 Entry::Level::Informational, in TEST()
H A Dserialization_test_properties.cpp24 Entry::Level::Informational, std::move(message), std::move(testData), in TEST_F()
H A Dextensions_test.cpp80 c("test", 5, 6, Entry::Level::Informational, ad, assocs, ffdc); in REGISTER_EXTENSION_FUNCTION()
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dredfish_extensions.hpp13 Informational, enumerator
28 {ReleaseStatusType::Informational, "Informational"},
H A Dlog_entry.hpp45 Informational, enumerator
86 {CXLEntryType::Informational, "Informational"},
H A Dlog_service.hpp34 Informational, enumerator
130 {SyslogSeverity::Informational, "Informational"},
H A Devent_destination.hpp78 Informational, enumerator
179 {SyslogSeverity::Informational, "Informational"},
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.cpp65 ErrorData{"WarningHigh", "Clear", Entry::Level::Informational}}}},
69 ErrorData{"WarningLow", "Clear", Entry::Level::Informational}}}}}},
75 ErrorData{"CriticalHigh", "Clear", Entry::Level::Informational}}}},
79 Entry::Level::Informational}}}}}},
85 Entry::Level::Informational}}}},
89 Entry::Level::Informational}}}}}}};
/openbmc/openbmc-test-automation/openpower/pel/
H A Dtest_bmc_pel.robot238 ${pel_informational_error}= Get PEL Log IDs User Header Event Severity Informational Event
437 Verify Informational Error Log
455 # "Sev": "Informational Event",
462 Should Contain ${pel_records['${id}']['Sev']} Informational
526 Informational BMC 3000 15
529 Informational BMC 1500, Predictive BMC 1500 45
530 Informational BMC 1500, Unrecoverable BMC 1500 45
541 Unrecoverable BMC 1000, Informational BMC 1000, Predictive BMC 1000 45
554 Informational HOST 3000 15
556 Informational HOST 1500, Informational BMC 1500 30
[all …]
/openbmc/openpower-proc-control/procedures/phal/
H A Dthread_stopall.cpp102 Severity::Informational); in threadStopAll()
146 jsonCalloutDataList, pelAdditionalData, Severity::Informational); in threadStopAll()
/openbmc/openpower-debug-collector/dump/
H A Dcreate_pel.cpp114 return openpower::dump::pel::Severity::Informational; in convertSeverityToEnum()
138 if (logSeverity != openpower::dump::pel::Severity::Informational) in processFFDCPackets()
144 logSeverity = openpower::dump::pel::Severity::Informational; in processFFDCPackets()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Derror_logging_utils_tests.cpp284 logI2CError(Entry::Level::Informational, Ref(journal), in TEST()
290 error_logging_utils::logError(eptr, Entry::Level::Informational, in TEST()
294 error_logging_utils::logError(eptr, Entry::Level::Informational, in TEST()
/openbmc/openpower-proc-control/extensions/phal/
H A Dcreate_pel.hpp36 const Severity severity = Severity::Informational);
/openbmc/phosphor-state-manager/service_files/
H A Dphosphor-create-chassis-poweron-log@.service17 xyz.openbmc_project.Logging.Entry.Level.Informational 1 CHASSIS_ID %i"
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dphase_fault_detection.cpp134 : Entry::Level::Informational; in logPhaseFault()
/openbmc/phosphor-fan-presence/presence/
H A Dgpio.cpp100 Entry::Level severity = Entry::Level::Informational; in logConflict()
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-opal.txt14 - bus-frequency: Operating frequency of the i2c bus (in HZ). Informational for
/openbmc/openbmc-test-automation/systest/
H A Dtest_bmc_poll_errors.robot25 ... xyz.openbmc_project.Logging.Entry.Level.Informational
/openbmc/phosphor-logging/
H A Delog_entry.hpp145 static constexpr auto sevLowerLimit = Entry::Level::Informational;

123