/Zephyr-latest/drivers/serial/ |
D | uart_native_ptty_bottom.c | 27 #define ERROR nsi_print_error_and_exit macro 64 ERROR("%s: Error on select ()\n", __func__); in np_uart_stdin_poll_in_bottom() 98 ERROR("%s: unexpected error during poll, errno=%i,%s\n", in np_uart_slave_connected() 147 ERROR("Could not open a new TTY for the UART\n"); in np_uart_open_ptty() 153 ERROR("Could not grant access to the slave PTY side (%i)\n", in np_uart_open_ptty() 160 ERROR("Could not unlock the slave PTY side (%i)\n", err_nbr); in np_uart_open_ptty() 166 ERROR("Error getting slave PTY device name (%i)\n", err_nbr); in np_uart_open_ptty() 173 ERROR("Could not read the master PTY file status flags (%i)\n", in np_uart_open_ptty() 181 ERROR("Could not set the master PTY as non-blocking (%i)\n", in np_uart_open_ptty() 197 ERROR("Could not read terminal driver settings\n"); in np_uart_open_ptty() [all …]
|
D | uart_native_tty_bottom.c | 21 #define ERROR(...) nsi_print_error_and_exit(__VA_ARGS__) macro 90 ERROR("Could not set baudrate, as %d is not supported.\n", baudrate); in native_tty_baud_speed_set() 116 ERROR("Could not set parity.\n"); in native_tty_baud_parity_set() 139 ERROR("Could not set number of data bits.\n"); in native_tty_stop_bits_set() 170 ERROR("Could not set number of data bits.\n"); in native_tty_data_bits_set() 190 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 144 ERROR("Could not write to %s\n", data->serial_port); in native_tty_uart_poll_out() 347 ERROR("%s: path to the serial port was not set.\n", dev->name); in native_tty_serial_init() 357 ERROR("%s: could not configure serial port %s\n", dev->name, data->serial_port); in native_tty_serial_init()
|
/Zephyr-latest/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-latest/boards/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-latest/scripts/pylib/twister/twisterlib/ |
D | statuses.py | 34 TwisterStatus.ERROR: Fore.RED, 51 ERROR = 'error' variable in TwisterStatus
|
D | runner.py | 619 self.instance.status = TwisterStatus.ERROR 734 self.instance.status = TwisterStatus.ERROR 962 if self.instance.status in [TwisterStatus.FAIL, TwisterStatus.ERROR]: 977 self.instance.status = TwisterStatus.ERROR 989 if self.instance.status in [TwisterStatus.FAIL, TwisterStatus.ERROR]: 1010 self.instance.status = TwisterStatus.ERROR 1023 self.instance.status = TwisterStatus.ERROR 1052 self.instance.status = TwisterStatus.ERROR 1059 self.instance.status = TwisterStatus.ERROR 1071 self.instance.status = TwisterStatus.ERROR [all …]
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 2178 sub ERROR { subroutine 2557 ERROR("MODIFIED_INCLUDE_ASM", 2636 ERROR("DIFF_IN_COMMIT_MSG", 2646 ERROR("EXECUTE_PERMISSIONS", 2719 ERROR("BAD_SIGN_OFF", 2774 ERROR("GERRIT_CHANGE_ID", 2865 ERROR("GIT_COMMIT_ID", 2890 ERROR("CORRUPTED_PATCH", 2982 if (ERROR("DOS_LINE_ENDINGS", 2989 if (ERROR("TRAILING_WHITESPACE", [all …]
|
/Zephyr-latest/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-latest/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-latest/doc/develop/test/ |
D | twister_statuses.rst | 89 * - ERROR 129 - ERROR 141 * - ERROR 197 ``ERROR``: 199 ``ERROR`` or ``BLOCK`` status. As this takes precedence over all other Case statuses, all valid 204 all other Case statuses, given that the conditions for an ERROR status have not been met. 207 Suite has passed properly. It cannot contain any Cases with ``BLOCK``, ``ERROR``, or ``FAIL``
|
/Zephyr-latest/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-latest/boards/nxp/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-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
D | domains_helper.py | 18 logging.getLogger('pykwalify').setLevel(logging.ERROR)
|
/Zephyr-latest/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-latest/boards/nxp/ucans32k1sic/support/ |
D | startup.cmm | 35 PRINT %ERROR "Missing ELF file path" 81 PRINT %ERROR "Failed to download the code to flash" 118 PRINT %ERROR "Invalid command: &command"
|
/Zephyr-latest/scripts/checkpatch/ |
D | do_checkpatch.sh | 18 grep ERROR: $1 |cut -d : -f 3,4 |sort -u > $1_error.types
|
/Zephyr-latest/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)
|
/Zephyr-latest/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-latest/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-latest/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-latest/boards/nxp/s32z2xxdc2/support/ |
D | startup.cmm | 37 PRINT %ERROR "Missing ELF file path" 45 PRINT %ERROR "Invalid rtu number: &rtu" 53 PRINT %ERROR "Invalid core number: &core" 81 ON.ERROR.CONTinue 88 ON.ERROR.DEFault
|
/Zephyr-latest/samples/drivers/flash_shell/ |
D | README.rst | 41 Write internal ERROR!
|
/Zephyr-latest/subsys/secure_storage/src/its/ |
D | CMakeLists.txt | 34 message(ERROR "
|