/openbmc/linux/tools/testing/selftests/lkdtm/ |
H A D | tests.txt | 53 REFCOUNT_DEC_NEGATIVE Negative detected: saturated 54 REFCOUNT_DEC_AND_TEST_NEGATIVE Negative detected: saturated 55 REFCOUNT_SUB_AND_TEST_NEGATIVE Negative detected: saturated 58 REFCOUNT_INC_SATURATED Saturation detected: still saturated 59 REFCOUNT_DEC_SATURATED Saturation detected: still saturated 60 REFCOUNT_ADD_SATURATED Saturation detected: still saturated 63 REFCOUNT_DEC_AND_TEST_SATURATED Saturation detected: still saturated 64 REFCOUNT_SUB_AND_TEST_SATURATED Saturation detected: still saturated 78 FORTIFY_STRSCPY detected buffer overflow 79 FORTIFY_STR_OBJECT detected buffer overflow [all …]
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | storage_device_message_registry.hpp | 42 "A battery charging condition was detected.", 43 "A charging condition for the battery located in '%1' was detected.", 54 "A battery failure condition was detected.", 55 "A failure condition for the battery located in '%1' was detected.", 66 "A battery missing condition was detected.", 90 "A storage controller degraded condition was detected.", 91 …"A degraded condition for the storage controller located in '%1' was detected due to reason '%2'.", 103 "A storage controller failure was detected.", 104 "A failure condition for the storage controller located in '%1' was detected.", 151 "A controller port degraded condition was detected.", [all …]
|
/openbmc/witherspoon-pfault-analysis/org/open_power/Witherspoon/ |
H A D | Fault.errors.yaml | 10 description: The power supply detected an output overcurrent fault condition. 13 description: The power supply detected an output overvoltage fault condition. 16 description: The power supply detected bad fan operation. 22 description: A power off was issued because a power fault was detected 28 description: The power sequencer chip detected a voltage fault 31 description: The power sequencer chip detected a PGOOD fault 34 description: The power sequencer chip detected a fault
|
/openbmc/linux/scripts/kconfig/tests/err_recursive_dep/ |
H A D | expected_stderr | 1 Kconfig:11:error: recursive dependency detected! 6 Kconfig:5:error: recursive dependency detected! 11 Kconfig:17:error: recursive dependency detected! 17 Kconfig:32:error: recursive dependency detected! 23 Kconfig:37:error: recursive dependency detected! 29 Kconfig:60:error: recursive dependency detected! 34 Kconfig:51:error: recursive dependency detected!
|
/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/ |
H A D | expected_stderr | 1 Kconfig:9:error: recursive dependency detected! 6 Kconfig:3:error: recursive dependency detected! 11 Kconfig:15:error: recursive dependency detected! 17 Kconfig:30:error: recursive dependency detected! 23 Kconfig:59:error: recursive dependency detected! 28 Kconfig:50:error: recursive dependency detected!
|
/openbmc/linux/drivers/misc/lkdtm/ |
H A D | refcount.c | 13 pr_info("Overflow detected: saturated\n"); in overflow_check() 16 pr_warn("Overflow detected: unsafely reset to max\n"); in overflow_check() 88 pr_info("Zero detected: saturated\n"); in check_zero() 91 pr_warn("Zero detected: unsafely reset to max\n"); in check_zero() 134 pr_info("Negative detected: saturated\n"); in check_negative() 137 pr_warn("Negative detected: unsafely reset to max\n"); in check_negative() 189 pr_info("Zero detected: stayed at zero\n"); in check_from_zero() 192 pr_info("Zero detected: saturated\n"); in check_from_zero() 195 pr_warn("Zero detected: unsafely reset to max\n"); in check_from_zero() 198 pr_info("Fail: zero not detected, incremented to %d\n", in check_from_zero() [all …]
|
/openbmc/phosphor-power/org/open_power/Witherspoon/ |
H A D | Fault.errors.yaml | 10 description: The power supply detected an output overcurrent fault condition. 13 description: The power supply detected an output overvoltage fault condition. 16 description: The power supply detected bad fan operation. 22 description: A power off was issued because a power fault was detected 139 description: The power sequencer chip detected a voltage fault 142 description: The power sequencer chip detected a PGOOD fault 145 description: The power sequencer chip detected a fault
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | ethtool_extended_state.sh | 29 local ext_state=$(ethtool $dev | grep "Link detected" \ 54 "Autoneg" "No partner detected") 57 log_test "Autoneg, No partner detected" 79 "Autoneg" "No partner detected during force mode") 83 "Autoneg" "No partner detected during force mode") 86 log_test "Autoneg, No partner detected during force mode"
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | phase_fault_detection_tests.cpp | 217 logError("n phase fault detected in regulator vdd1: count=1")) in TEST_F() 221 logError("n phase fault detected in regulator vdd1: count=2")) in TEST_F() 225 logError("n+1 phase fault detected in regulator vdd1: count=1")) in TEST_F() 229 logError("n+1 phase fault detected in regulator vdd1: count=2")) in TEST_F() 336 // Test where no phase faults detected in TEST_F() 394 // an N phase fault detected with the consecutive count = 1. Expect no in TEST_F() 400 logError("n phase fault detected in regulator vdd1: count=1")) in TEST_F() 404 logError("n phase fault detected in regulator vdd1: count=2")) in TEST_F() 449 // an N+1 phase fault detected with the consecutive count = 1. Expect in TEST_F() 455 logError("n+1 phase fault detected in regulator vdd1: count=1")) in TEST_F() [all …]
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | phase_fault_detection.hpp | 55 * must be detected two consecutive times before an error is logged. This 58 * Phase faults are detected by executing actions. 102 * If the required number of consecutive phase faults are detected, an error 138 * Checks if the specified phase fault type was detected. 140 * If the fault type was detected, increments the counter tracking 142 * been detected, logs a phase fault error. 145 * detected (if any). 196 * Number of consecutive N phase faults that have been detected. 201 * Number of consecutive N+1 phase faults that have been detected.
|
H A D | phase_fault_detection.cpp | 62 // Check for any N or N+1 phase faults that were detected in execute() 100 // Check if the phase fault was detected in checkForPhaseFault() 103 // Phase fault not detected; reset consecutive fault count in checkForPhaseFault() 108 // Phase fault detected; increment consecutive fault count in checkForPhaseFault() 113 toString(faultType) + " phase fault detected in regulator " + in checkForPhaseFault() 116 // If the required number of consecutive faults have been detected in checkForPhaseFault()
|
/openbmc/libcper/specification/json/common/ |
H A D | cper-json-error-status.json | 35 …"description": "Address: Error was detected on the address signals or on the address portion of th… 39 …"description": "Control: Error was detected on the control signals or in the control portion of th… 43 …"description": "Data: Error was detected on the data signals or in the data portion of the transac… 47 "description": "Responder: Error was detected by the responder of the transaction." 51 "description": "Requester: Error was detected by the requester of the transaction."
|
/openbmc/linux/drivers/mfd/ |
H A D | da9063-core.c | 127 "Fault log entry detected: DA9063_TWD_ERROR\n"); in da9063_clear_fault_log() 130 "Fault log entry detected: DA9063_POR\n"); in da9063_clear_fault_log() 133 "Fault log entry detected: DA9063_VDD_FAULT\n"); in da9063_clear_fault_log() 136 "Fault log entry detected: DA9063_VDD_START\n"); in da9063_clear_fault_log() 139 "Fault log entry detected: DA9063_TEMP_CRIT\n"); in da9063_clear_fault_log() 142 "Fault log entry detected: DA9063_KEY_RESET\n"); in da9063_clear_fault_log() 145 "Fault log entry detected: DA9063_NSHUTDOWN\n"); in da9063_clear_fault_log() 148 "Fault log entry detected: DA9063_WAIT_SHUT\n"); in da9063_clear_fault_log()
|
/openbmc/linux/tools/perf/ |
H A D | Makefile.config | 15 $(shell printf "" > $(OUTPUT).config-detected) 16 detected = $(shell echo "$(1)=y" >> $(OUTPUT).config-detected) 17 detected_var = $(shell echo "$(1)=$($(1))" >> $(OUTPUT).config-detected) 60 $(call detected,CONFIG_X86) 65 $(call detected,CONFIG_X86_64) 109 $(call detected,CONFIG_PERF_REGS) 114 # support is detected in system. Add supported architectures 290 # Select either auto detected python and python-config or use user supplied values if they are 509 $(call detected,CONFIG_SETNS) 521 $(call detected,CONFIG_LIBOPENCSD) [all …]
|
/openbmc/u-boot/drivers/i2c/ |
H A D | mv_i2c.h | 41 #define ICR_SSDIE 0x800 /* slave STOP detected int enable */ 43 #define ICR_SADIE 0x2000 /* slave address detected int enable */ 61 #define ISR_SSD 0x10 /* slave stop detected */ 62 #define ISR_ALD 0x20 /* arbitration loss detected */ 65 #define ISR_GCAD 0x100 /* general call address detected */ 66 #define ISR_SAD 0x200 /* slave address detected */
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-hid-wiimote | 25 supported and if detected, it's no longer reported as static 35 done. This file shows the detected device type. "pending" means 37 device couldn't be detected or loaded. "generic" means, that the 38 device couldn't be detected but supports basic Wii Remote 55 Description: This attribute is only provided if the device was detected as a 71 Description: This attribute is only provided if the device was detected as a 82 Calibration data is detected by the kernel during device setup.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Memory/ |
H A D | MemoryECC.interface.yaml | 11 A correctable ECC event has been detected on a read operation. 15 An uncorrectable ECC event has been detected on a read operation. 32 correctable ECC detected. 35 uncorrectable ECC detected.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
H A D | Power.events.yaml | 15 description: A fault has been detected on a power rail. 16 message: A fault has been detected on power rail '{Rail}'. 30 description: A fault has been detected from a voltage regulator. 32 A fault has been detected on voltage regulator
|
/openbmc/u-boot/board/tqc/tqm834x/ |
H A D | tqm834x.c | 235 debug("Number of flash banks detected: %d\n", cfi_flash_num_flash_banks); in detect_num_flash_banks() 273 int detected; in get_ddr_bank_size() local 276 detected = -1; in get_ddr_bank_size() 285 if((size == conf[i].size) && (i == detected + 1)) in get_ddr_bank_size() 286 detected = i; in get_ddr_bank_size() 288 debug("Trying %ld x %ld (%ld MiB) at addr %p, detected: %ld MiB\n", in get_ddr_bank_size() 296 if(detected == -1){ in get_ddr_bank_size() 304 conf[detected].row, conf[detected].col, conf[detected].size >> 20, base); in get_ddr_bank_size() 306 /* configure cs ro detected params */ in get_ddr_bank_size() 307 set_cs_config(cs, CSCONFIG_EN | conf[detected].row | in get_ddr_bank_size() [all …]
|
/openbmc/entity-manager/ |
H A D | README.md | 61 expose the inventory information, such that failing devices can be detected 63 detected. 67 repository, and include one file per device supported. Entities are detected 72 Once a component is detected, entity manager will publish these Exposes 85 hot swap backplane daemon, which both reacts to the hot swap being detected, and 108 minimal number of changes necessary when new components are detected or no 109 longer detected. Some examples of re-detection events might include host 122 can be detected.
|
/openbmc/phosphor-fan-presence/docs/monitor/ |
H A D | set_func_on_present.md | 6 presence has been detected and **only** allow the fan FRU to be set to 7 functional when presence is detected. Using this configuration option 11 state(s). After a fan's presence has been detected, any faults will be 12 re-detected for that fan FRU and its contained rotors.
|
/openbmc/linux/drivers/media/usb/pwc/ |
H A D | pwc-if.c | 225 however detected in the cam and a bit is set in the header. in pwc_frame_complete() 803 PWC_INFO("Philips PCA645VC USB webcam detected.\n"); in usb_pwc_probe() 808 PWC_INFO("Philips PCA646VC USB webcam detected.\n"); in usb_pwc_probe() 813 PWC_INFO("Askey VC010 type 2 USB webcam detected.\n"); in usb_pwc_probe() 818 PWC_INFO("Philips PCVC675K (Vesta) USB webcam detected.\n"); in usb_pwc_probe() 823 PWC_INFO("Philips PCVC680K (Vesta Pro) USB webcam detected.\n"); in usb_pwc_probe() 828 PWC_INFO("Philips PCVC690K (Vesta Pro Scan) USB webcam detected.\n"); in usb_pwc_probe() 833 PWC_INFO("Philips PCVC730K (ToUCam Fun)/PCVC830 (ToUCam II) USB webcam detected.\n"); in usb_pwc_probe() 838 PWC_INFO("Philips PCVC740K (ToUCam Pro)/PCVC840 (ToUCam II) USB webcam detected.\n"); in usb_pwc_probe() 843 PWC_INFO("Philips PCVC750K (ToUCam Pro Scan) USB webcam detected.\n"); in usb_pwc_probe() [all …]
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | irq_alpha.c | 168 case 0x98: reason = "processor detected hard error"; break; in process_mcheck_info() 171 case 0x202: reason = "system detected hard error"; break; in process_mcheck_info() 172 case 0x203: reason = "system detected uncorrectable ECC error"; break; in process_mcheck_info() 174 case 0x205: reason = "parity error detected by core logic"; break; in process_mcheck_info() 178 case 0x209: reason = "PCI SERR detected"; break; in process_mcheck_info() 179 case 0x20b: reason = "PCI data parity error detected"; break; in process_mcheck_info() 180 case 0x20d: reason = "PCI address parity error detected"; break; in process_mcheck_info() 185 case 0x217: reason = "IOA timeout detected"; break; in process_mcheck_info()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-query-dv-timings.rst | 47 timings are detected. Instead, drivers should send the 53 :ref:`VIDIOC_QUERY_DV_TIMINGS`, and if the detected timings are valid they 57 If the timings could not be detected because there was no signal, then 58 ENOLINK is returned. If a signal was detected, but it was unstable and 79 No timings could be detected because no signal was found.
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | vmlinux.lds.S | 95 "Unexpected GOT/PLT entries detected!") 104 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!") 109 ASSERT(SIZEOF(.plt) == 0, "Unexpected run-time procedure linkages detected!") 114 ASSERT(SIZEOF(.rel.dyn) == 0, "Unexpected run-time relocations (.rel) detected!") 119 ASSERT(SIZEOF(.rela.dyn) == 0, "Unexpected run-time relocations (.rela) detected!")
|