/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | error_logging.hpp | 66 virtual void logConfigFileError(Entry::Level severity, 77 virtual void logDBusError(Entry::Level severity, Journal& journal) = 0; 89 virtual void logI2CError(Entry::Level severity, Journal& journal, 99 virtual void logInternalError(Entry::Level severity, Journal& journal) = 0; 114 logPhaseFault(Entry::Level severity, Journal& journal, 129 virtual void logPMBusError(Entry::Level severity, Journal& journal, 144 logWriteVerificationError(Entry::Level severity, Journal& journal, 172 virtual void logConfigFileError(Entry::Level severity, 176 virtual void logDBusError(Entry::Level severity, Journal& journal) override; 179 virtual void logI2CError(Entry::Level severity, Journal& journal, [all …]
|
H A D | error_logging.cpp | 36 void DBusErrorLogging::logConfigFileError(Entry::Level severity, in logConfigFileError() 41 if (severity == Entry::Level::Critical) in logConfigFileError() 55 void DBusErrorLogging::logDBusError(Entry::Level severity, Journal& journal) in logDBusError() 62 void DBusErrorLogging::logI2CError(Entry::Level severity, Journal& journal, in logI2CError() 82 void DBusErrorLogging::logInternalError(Entry::Level severity, Journal& journal) in logInternalError() 90 Entry::Level severity, Journal& journal, PhaseFaultType type, in logPhaseFault() 102 void DBusErrorLogging::logPMBusError(Entry::Level severity, Journal& journal, in logPMBusError() 112 Entry::Level severity, Journal& journal, const std::string& inventoryPath) in logWriteVerificationError() 209 const std::string& message, Entry::Level severity, in logError()
|
H A D | phase_fault_detection.cpp | 81 Entry::Level::Warning, services, in execute() 132 Entry::Level severity = (faultType == PhaseFaultType::n) in logPhaseFault() 133 ? Entry::Level::Warning in logPhaseFault() 134 : Entry::Level::Informational; in logPhaseFault()
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | error_logging_utils_tests.cpp | 78 Entry::Level::Error, Ref(journal), in TEST() 83 error_logging_utils::logError(eptr, Entry::Level::Error, services); in TEST() 96 error_logging_utils::logError(eptr, Entry::Level::Error, services, in TEST() 118 logI2CError(Entry::Level::Critical, Ref(journal), in TEST() 124 error_logging_utils::logError(eptr, Entry::Level::Critical, services, in TEST() 154 logConfigFileError(Entry::Level::Warning, Ref(journal))) in TEST() 159 error_logging_utils::logError(eptr, Entry::Level::Warning, services, in TEST() 182 logConfigFileError(Entry::Level::Error, Ref(journal))) in TEST() 187 error_logging_utils::logError(eptr, Entry::Level::Error, services, in TEST() 191 error_logging_utils::logError(eptr, Entry::Level::Error, services, in TEST() [all …]
|
H A D | mock_error_logging.hpp | 43 (Entry::Level severity, Journal& journal), (override)); 45 MOCK_METHOD(void, logDBusError, (Entry::Level severity, Journal& journal), 49 (Entry::Level severity, Journal& journal, 54 (Entry::Level severity, Journal& journal), (override)); 57 (Entry::Level severity, Journal& journal, PhaseFaultType type, 63 (Entry::Level severity, Journal& journal, 68 (Entry::Level severity, Journal& journal,
|
/openbmc/dbus-sensors/src/ |
H A D | Thresholds.hpp | 18 enum class Level enum 36 const Level& lev, const Direction& dir, const double& val, in Threshold() 42 Level level; 56 thresholds::Level level, thresholds::Direction direction, 62 Level level; 134 Level level; 140 {{Level::WARNING, 0, "Warning"}, 141 {Level::CRITICAL, 1, "Critical"}, 142 {Level::PERFORMANCELOSS, 2, "PerformanceLoss"}, 143 {Level::SOFTSHUTDOWN, 3, "SoftShutdown"}, [all …]
|
H A D | Thresholds.cpp | 32 Level findThresholdLevel(uint8_t sev) in findThresholdLevel() 41 return Level::ERROR; in findThresholdLevel() 124 Level level = findThresholdLevel(severity); in parseThresholdsFromConfig() 127 if ((level == Level::ERROR) || (direction == Direction::ERROR)) in parseThresholdsFromConfig() 396 if (change.threshold.level == thresholds::Level::CRITICAL && in checkThresholds() 446 thresholds::Level level, thresholds::Direction direction, in assertThresholds() 490 std::string, std::vector<std::tuple<const char*, thresholds::Level, in parseThresholdsFromAttr() 495 std::make_tuple("average_min", Level::WARNING, Direction::LOW, in parseThresholdsFromAttr() 497 std::make_tuple("average_max", Level::WARNING, Direction::HIGH, in parseThresholdsFromAttr() 502 std::make_tuple("min", Level::WARNING, Direction::LOW, 0.0), in parseThresholdsFromAttr() [all …]
|
/openbmc/phosphor-logging/lib/ |
H A D | lg2_commit.cpp | 24 static auto severity_from_syslog(int s) -> Entry::Level in severity_from_syslog() 29 return Entry::Level::Debug; in severity_from_syslog() 32 return Entry::Level::Informational; in severity_from_syslog() 35 return Entry::Level::Notice; in severity_from_syslog() 38 return Entry::Level::Warning; in severity_from_syslog() 41 return Entry::Level::Error; in severity_from_syslog() 44 return Entry::Level::Critical; in severity_from_syslog() 47 return Entry::Level::Alert; in severity_from_syslog() 50 return Entry::Level::Emergency; in severity_from_syslog() 52 return Entry::Level::Emergency; in severity_from_syslog() [all …]
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | event_logger_test.cpp | 27 void create(const std::string& name, Entry::Level level, in create() 47 Entry::Level _prevLevel; 79 eventLogger.log("one", Entry::Level::Error, ad); in TEST() 87 EXPECT_EQ(ch._prevLevel, Entry::Level::Error); in TEST() 92 eventLogger.log("two", Entry::Level::Error, ad); in TEST() 93 eventLogger.log("three", Entry::Level::Error, ad); in TEST() 109 eventLogger.log("three", Entry::Level::Error, ad); in TEST() 110 eventLogger.log("two", Entry::Level::Error, ad); in TEST() 111 eventLogger.log("one", Entry::Level::Error, ad); in TEST()
|
H A D | user_header_test.cpp | 117 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Error, ad, in TEST() 142 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Error, ad, in TEST() 169 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Error, ad, in TEST() 176 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Error, ad, in TEST() 183 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Error, ad, in TEST() 208 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Error, ad, in TEST() 230 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Critical, ad, in TEST() 254 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Critical, ad, in TEST() 273 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Error, ad, in TEST() 306 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Error, ad, in TEST() [all …]
|
H A D | pel_manager_test.cpp | 39 void log(const std::string& name, phosphor::logging::Entry::Level level, in log() 48 phosphor::logging::Entry::Level errLevel; 163 phosphor::logging::Entry::Level::Error, additionalData, in TEST_F() 209 phosphor::logging::Entry::Level::Error, additionalData, in TEST_F() 218 EXPECT_EQ(logger.errLevel, phosphor::logging::Entry::Level::Error); in TEST_F() 299 phosphor::logging::Entry::Level::Error, additionalData, in TEST_F() 332 phosphor::logging::Entry::Level::Error, additionalData, in TEST_F() 416 phosphor::logging::Entry::Level::Error, additionalData, in TEST_F() 631 phosphor::logging::Entry::Level::Error, additionalData, in TEST_F() 650 phosphor::logging::Entry::Level::Error, additionalData, in TEST_F() [all …]
|
/openbmc/pldm/platform-mc/ |
H A D | event_manager.cpp | 162 sensor->triggerThresholdEvent(pldm::utils::Level::WARNING, in processNumericSensorEvent() 166 pldm::utils::Level::CRITICAL, in processNumericSensorEvent() 172 pldm::utils::Level::WARNING, in processNumericSensorEvent() 180 pldm::utils::Level::WARNING, in processNumericSensorEvent() 186 sensor->triggerThresholdEvent(pldm::utils::Level::WARNING, in processNumericSensorEvent() 190 pldm::utils::Level::CRITICAL, in processNumericSensorEvent() 207 sensor->triggerThresholdEvent(pldm::utils::Level::WARNING, in processNumericSensorEvent() 211 pldm::utils::Level::WARNING, in processNumericSensorEvent() 217 pldm::utils::Level::WARNING, in processNumericSensorEvent() 226 pldm::utils::Level::CRITICAL, in processNumericSensorEvent() [all …]
|
/openbmc/phosphor-fan-presence/sensor-monitor/ |
H A D | threshold_alarm_logger.cpp | 53 using ErrorData = std::tuple<ErrorName, ErrorStatus, Entry::Level>; 63 {{true, ErrorData{"WarningHigh", "", Entry::Level::Warning}}, 65 ErrorData{"WarningHigh", "Clear", Entry::Level::Informational}}}}, 67 {{true, ErrorData{"WarningLow", "", Entry::Level::Warning}}, 69 ErrorData{"WarningLow", "Clear", Entry::Level::Informational}}}}}}, 73 {{true, ErrorData{"CriticalHigh", "", Entry::Level::Critical}}, 75 ErrorData{"CriticalHigh", "Clear", Entry::Level::Informational}}}}, 77 {{true, ErrorData{"CriticalLow", "", Entry::Level::Critical}}, 79 Entry::Level::Informational}}}}}}, 83 {{true, ErrorData{"PerformanceLossHigh", "", Entry::Level::Warning}}, [all …]
|
/openbmc/u-boot/arch/x86/include/asm/acpi/ |
H A D | irqlinks.asl | 37 IRQ(Level, ActiveLow, Shared) { 5, 6, 7, 10, 11, 12, 14, 15 } 45 IRQ(Level, ActiveLow, Shared) {} 95 IRQ(Level, ActiveLow, Shared) { 5, 6, 7, 10, 11, 12, 14, 15 } 103 IRQ(Level, ActiveLow, Shared) {} 153 IRQ(Level, ActiveLow, Shared) { 5, 6, 7, 10, 11, 12, 14, 15 } 161 IRQ(Level, ActiveLow, Shared) {} 211 IRQ(Level, ActiveLow, Shared) { 5, 6, 7, 10, 11, 12, 14, 15 } 219 IRQ(Level, ActiveLow, Shared) {} 269 IRQ(Level, ActiveLow, Shared) { 5, 6, 7, 10, 11, 12, 14, 15 } 277 IRQ(Level, ActiveLow, Shared) {} [all …]
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | file_io_type_pel.cpp | 44 Entry::Level getEntryLevelFromPEL(const std::string& pelFileName) in getEntryLevelFromPEL() 46 const std::map<uint8_t, Entry::Level> severityMap{ in getEntryLevelFromPEL() 47 {0x00, Entry::Level::Informational}, // Informational event in getEntryLevelFromPEL() 48 {0x10, Entry::Level::Warning}, // Recoverable error in getEntryLevelFromPEL() 49 {0x20, Entry::Level::Warning}, // Predictive error in getEntryLevelFromPEL() 50 {0x40, Entry::Level::Error}, // Unrecoverable error in getEntryLevelFromPEL() 51 {0x50, Entry::Level::Error}, // Critical error in getEntryLevelFromPEL() 52 {0x60, Entry::Level::Error}, // Error from a diagnostic test in getEntryLevelFromPEL() 53 {0x70, Entry::Level::Warning} // Recoverable symptom in getEntryLevelFromPEL() 89 return Entry::Level::Error; in getEntryLevelFromPEL()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | severity.hpp | 20 uint8_t convertOBMCSeverityToPEL(phosphor::logging::Entry::Level severity); 39 std::optional<phosphor::logging::Entry::Level> fixupLogSeverity( 40 phosphor::logging::Entry::Level obmcSeverity, SeverityType pelSeverity);
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | fsl-lx2160a.dtsi | 83 interrupts = <0 26 0x4>; /* Level high type */ 92 interrupts = <0 26 0x4>; /* Level high type */ 101 interrupts = <0 241 0x4>; /* Level high type */ 108 interrupts = <0 80 0x4>; /* Level high type */ 115 interrupts = <0 81 0x4>; /* Level high type */ 122 interrupts = <0 28 0x4>; /* Level high type */ 134 interrupts = <0 63 0x4>; /* Level high type */
|
/openbmc/openpower-host-ipmi-oem/ |
H A D | oemhandler.cpp | 32 const std::map<uint8_t, Entry::Level> severityMap{ 33 {0x10, Entry::Level::Warning}, // Recoverable error 34 {0x20, Entry::Level::Warning}, // Predictive error 35 {0x40, Entry::Level::Error}, // Unrecoverable error 36 {0x50, Entry::Level::Error}, // Critical error 37 {0x60, Entry::Level::Error}, // Error from a diagnostic test 38 {0x70, Entry::Level::Warning}, // Recoverable symptom 39 {0xFF, Entry::Level::Error}, // Unknown error 42 Entry::Level mapSeverity(const std::string& eSELData) in mapSeverity() 59 return Entry::Level::Error; in mapSeverity()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-backlight | 65 1 Level 1: daylight 66 2 Level 2: bright 67 3 Level 3: dark 74 1 Level 1: daylight 75 2 Level 2: bright 76 3 Level 3: office 77 4 Level 4: indoor 78 5 Level 5: dark
|
/openbmc/u-boot/arch/x86/include/asm/arch-tangier/acpi/ |
H A D | southcluster.asl | 317 GpioInt(Level, ActiveHigh, Exclusive, PullNone, 0, 382 Interrupt(ResourceConsumer, Level, ActiveHigh, Shared, ,, ) { 30 } 383 Interrupt(ResourceConsumer, Level, ActiveHigh, Shared, ,, ) { 23 } 384 Interrupt(ResourceConsumer, Level, ActiveHigh, Shared, ,, ) { 52 } 385 Interrupt(ResourceConsumer, Level, ActiveHigh, Shared, ,, ) { 51 } 386 Interrupt(ResourceConsumer, Level, ActiveHigh, Shared, ,, ) { 50 } 387 Interrupt(ResourceConsumer, Level, ActiveHigh, Shared, ,, ) { 27 } 388 Interrupt(ResourceConsumer, Level, ActiveHigh, Shared, ,, ) { 49 } 429 Name (_DDN, "Intel Merrifield Family-Level Interface Shim")
|
/openbmc/docs/architecture/code-update/ |
H A D | code-update-diagrams.md | 3 1. [High-Level Overview](#High-Level Overview) 5 ## High-Level Overview
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls208xa.dtsi | 252 interrupts = <1 7 0x8>; /* PMU PPI, Level low type */ 369 interrupts = <0 32 0x4>; /* Level high type */ 377 interrupts = <0 32 0x4>; /* Level high type */ 385 interrupts = <0 33 0x4>; /* Level high type */ 393 interrupts = <0 33 0x4>; /* Level high type */ 940 interrupts = <0 26 0x4>; /* Level high type */ 951 interrupts = <0 28 0x4>; /* Level high type */ 963 interrupts = <0 36 0x4>; /* Level high type */ 974 interrupts = <0 36 0x4>; /* Level high type */ 985 interrupts = <0 37 0x4>; /* Level high type */ [all …]
|
/openbmc/linux/Documentation/gpu/ |
H A D | todo.rst | 42 Level: Intermediate 66 Level: Advanced 80 Level: Advanced 102 Level: Advanced 121 Level: Advanced 151 Level: Intermediate 176 Level: Advanced 192 Level: Expert 209 Level: Starter 221 Level: Intermediate [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-codec.rst | 818 - Level 1.0 820 - Level 1B 822 - Level 1.1 824 - Level 1.2 826 - Level 1.3 828 - Level 2.0 830 - Level 2.1 832 - Level 2.2 834 - Level 3.0 836 - Level 3.1 [all …]
|
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/ |
H A D | gpio.asl | 19 Interrupt(ResourceConsumer, Level, ActiveLow, Shared, , ,) 48 Interrupt(ResourceConsumer, Level, ActiveLow, Shared, , ,) 77 Interrupt(ResourceConsumer, Level, ActiveLow, Shared, , ,)
|