/Zephyr-Core-3.5.0/drivers/serial/ |
D | uart_native_ptty_bottom.c | 21 #define ERROR nsi_print_error_and_exit macro 58 ERROR("%s: Error on select ()\n", __func__); in np_uart_stdin_poll_in_bottom() 92 ERROR("%s: unexpected error during poll, errno=%i,%s\n", in np_uart_slave_connected() 141 ERROR("Could not open a new TTY for the UART\n"); in np_uart_open_ptty() 147 ERROR("Could not grant access to the slave PTY side (%i)\n", in np_uart_open_ptty() 154 ERROR("Could not unlock the slave PTY side (%i)\n", err_nbr); in np_uart_open_ptty() 160 ERROR("Error getting slave PTY device name (%i)\n", err_nbr); in np_uart_open_ptty() 167 ERROR("Could not read the master PTY file status flags (%i)\n", in np_uart_open_ptty() 175 ERROR("Could not set the master PTY as non-blocking (%i)\n", in np_uart_open_ptty() 191 ERROR("Could not read terminal driver settings\n"); in np_uart_open_ptty() [all …]
|
D | uart_native_tty_bottom.c | 20 #define ERROR(...) nsi_print_error_and_exit(__VA_ARGS__) macro 89 ERROR("Could not set baudrate, as %d is not supported.\n", baudrate); in native_tty_baud_speed_set() 115 ERROR("Could not set parity.\n"); in native_tty_baud_parity_set() 138 ERROR("Could not set number of data bits.\n"); in native_tty_stop_bits_set() 169 ERROR("Could not set number of data bits.\n"); in native_tty_data_bits_set() 182 ERROR("Failed to open serial port %s, errno: %i\n", pathname, errno); in native_tty_open_tty_bottom()
|
D | uart_native_tty.c | 29 #define ERROR(...) nsi_print_error_and_exit(__VA_ARGS__) macro 126 ERROR("Could not write to %s\n", data->serial_port); in native_tty_uart_poll_out() 185 ERROR("%s: path to the serial port was not set.\n", dev->name); in native_tty_serial_init() 195 ERROR("%s: could not configure serial port %s\n", dev->name, data->serial_port); in native_tty_serial_init()
|
D | uart_native_ptty.c | 69 #define ERROR posix_print_error_and_exit macro
|
/Zephyr-Core-3.5.0/tests/ztest/fail/ |
D | Kconfig | 32 default "ERROR: cannot fail in test phase 'after()', bailing" if ZTEST_FAIL_TEST_ASSERT_AFTER 33 default "ERROR: cannot fail in test phase 'teardown()', bailing" if ZTEST_FAIL_TEST_ASSERT_TEARDOWN 34 default "ERROR: cannot skip in test phase 'after()', bailing" if ZTEST_FAIL_TEST_ASSUME_AFTER 35 default "ERROR: cannot skip in test phase 'teardown()', bailing" if ZTEST_FAIL_TEST_ASSUME_TEARDOWN 36 default "ERROR: cannot pass in test phase 'after()', bailing" if ZTEST_FAIL_TEST_PASS_AFTER 37 default "ERROR: cannot pass in test phase 'teardown()', bailing" if ZTEST_FAIL_TEST_PASS_TEARDOWN
|
/Zephyr-Core-3.5.0/boards/arm/arduino_nano_33_ble/support/ |
D | startup.cmm | 25 PRINT %ERROR "Missing ELF file path" 69 PRINT %ERROR "GDB Port not defined." 83 ON ERROR CONTinue 84 ERROR.RESet 86 ON ERROR nothing 87 IF ERROR.OCCURRED() 89 PRINT %ERROR "Error while connecting to the target."
|
/Zephyr-Core-3.5.0/scripts/ |
D | checkpatch.pl | 2179 sub ERROR { subroutine 2558 ERROR("MODIFIED_INCLUDE_ASM", 2637 ERROR("DIFF_IN_COMMIT_MSG", 2647 ERROR("EXECUTE_PERMISSIONS", 2726 ERROR("BAD_SIGN_OFF", 2781 ERROR("GERRIT_CHANGE_ID", 2872 ERROR("GIT_COMMIT_ID", 2899 ERROR("CORRUPTED_PATCH", 2991 if (ERROR("DOS_LINE_ENDINGS", 2998 if (ERROR("TRAILING_WHITESPACE", [all …]
|
/Zephyr-Core-3.5.0/tests/arch/arm/arm_interrupt/ |
D | README.txt | 65 E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 72 E: >>> ZEPHYR FATAL ERROR 1: Unhandled interrupt on CPU 0 79 E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 88 E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 100 E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 112 E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 123 E: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0 136 E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0
|
/Zephyr-Core-3.5.0/scripts/native_simulator/native/src/ |
D | nsi_trace.c | 39 #define ERROR 0 macro 73 fprintf(stderr, "%s", trace_type_esc_start[ERROR]); in nsi_vprint_error_and_exit()
|
/Zephyr-Core-3.5.0/subsys/logging/ |
D | Kconfig.filtering | 23 - 1 ERROR, default to only write LOG_LEVEL_ERR 40 - 1 ERROR, override to write LOG_LEVEL_ERR 57 - 1 ERROR, maximal level set to LOG_LEVEL_ERR
|
/Zephyr-Core-3.5.0/boards/arm/mr_canhubk3/support/ |
D | startup.cmm | 33 PRINT %ERROR "Missing ELF file path" 88 PRINT %ERROR "ERROR ! Failed to download the code to flash" 125 PRINT %ERROR "Invalid command"
|
/Zephyr-Core-3.5.0/samples/arch/mpu/mpu_test/ |
D | README.rst | 59 <err> os: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 75 <err> os: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 89 <err> os: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 117 <err> os: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 130 <err> os: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0
|
/Zephyr-Core-3.5.0/scripts/checkpatch/ |
D | do_checkpatch.sh | 18 grep ERROR: $1 |cut -d : -f 3,4 |sort -u > $1_error.types
|
/Zephyr-Core-3.5.0/scripts/coccinelle/ |
D | find_dev_usage.cocci | 6 // of a void*, it will print an ERROR for loosing the const qualifier. 25 msg = "ERROR: in {} calling {} param with {}, \
|
D | deref_null.cocci | 97 msg="ERROR: %s is NULL but dereferenced." % (x) 107 msg="ERROR: %s is NULL but dereferenced." % (x) 157 msg="ERROR: %s is NULL but dereferenced." % (x) 166 msg="ERROR: %s is NULL but dereferenced." % (x)
|
D | noderef.cocci | 80 msg = "ERROR: application of sizeof to pointer"
|
/Zephyr-Core-3.5.0/tests/arch/arm/arm_hardfault_validation/ |
D | README.txt | 42 E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 55 E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
|
/Zephyr-Core-3.5.0/tests/ztest/error_hook/ |
D | README.txt | 120 E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 134 E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 146 E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 157 E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 168 E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 188 E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0
|
/Zephyr-Core-3.5.0/subsys/debug/ |
D | gdbstub.c | 588 ERROR, in z_gdb_main_loop() enumerator 605 state = ERROR; \ in z_gdb_main_loop() 785 state = ERROR; in z_gdb_main_loop() 811 if (state == ERROR) { in z_gdb_main_loop()
|
/Zephyr-Core-3.5.0/drivers/peci/ |
D | peci_mchp_xec.c | 409 err_val = regs->ERROR; in peci_xec_transfer() 431 regs->ERROR = err_val; in peci_xec_transfer() 491 uint8_t peci_error = regs->ERROR; in peci_xec_isr() 497 regs->ERROR = peci_error; in peci_xec_isr()
|
/Zephyr-Core-3.5.0/boards/arm/s32z270dc2_r52/support/ |
D | startup.cmm | 40 PRINT %ERROR "Missing ELF file path" 48 PRINT %ERROR "Invalid rtu number: &rtu" 56 PRINT %ERROR "Invalid core number: &core" 90 ON.ERROR.CONTinue 97 ON.ERROR.DEFault
|
/Zephyr-Core-3.5.0/soc/arm/microchip_mec/common/reg/ |
D | mec_peci.h | 128 volatile uint8_t ERROR; member
|
/Zephyr-Core-3.5.0/drivers/watchdog/ |
D | wdt_fwdgt_gd32.c | 113 ErrStatus errstat = ERROR; in gd32_fwdgt_install_timeout()
|
/Zephyr-Core-3.5.0/tests/arch/arm/arm_no_multithreading/ |
D | README.txt | 49 E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0
|
/Zephyr-Core-3.5.0/samples/subsys/debug/fuzz/ |
D | README.rst | 70 …==3243305==ERROR: UndefinedBehaviorSanitizer: SEGV on unknown address 0x000000000000 (pc 0x55cbe33…
|