Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 25 of 66) sorted by relevance

123

/Zephyr-latest/drivers/serial/
Duart_native_pty_bottom.c27 #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 PTY for the UART\n"); in np_uart_open_pty()
153 ERROR("Could not grant access to the slave PTY side (%i)\n", in np_uart_open_pty()
160 ERROR("Could not unlock the slave PTY side (%i)\n", err_nbr); in np_uart_open_pty()
166 ERROR("Error getting slave PTY device name (%i)\n", err_nbr); in np_uart_open_pty()
173 ERROR("Could not read the master PTY file status flags (%i)\n", in np_uart_open_pty()
181 ERROR("Could not set the master PTY as non-blocking (%i)\n", in np_uart_open_pty()
197 ERROR("Could not read terminal driver settings\n"); in np_uart_open_pty()
[all …]
Duart_native_tty_bottom.c21 #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()
Duart_native_tty.c29 #define ERROR(...) nsi_print_error_and_exit(__VA_ARGS__) macro
146 ERROR("Could not write to %s\n", data->serial_port); in native_tty_uart_poll_out()
351 ERROR("%s: path to the serial port was not set.\n", dev->name); in native_tty_serial_init()
361 ERROR("%s: could not configure serial port %s\n", dev->name, data->serial_port); in native_tty_serial_init()
/Zephyr-latest/tests/ztest/fail/
DKconfig32 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/
Dstartup.cmm25 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/
Dstatuses.py34 TwisterStatus.ERROR: Fore.RED,
51 ERROR = 'error' variable in TwisterStatus
Drunner.py624 self.instance.status = TwisterStatus.ERROR
742 self.instance.status = TwisterStatus.ERROR
990 if self.instance.status in [TwisterStatus.FAIL, TwisterStatus.ERROR]:
1005 self.instance.status = TwisterStatus.ERROR
1017 if self.instance.status in [TwisterStatus.FAIL, TwisterStatus.ERROR]:
1038 self.instance.status = TwisterStatus.ERROR
1051 self.instance.status = TwisterStatus.ERROR
1080 self.instance.status = TwisterStatus.ERROR
1087 self.instance.status = TwisterStatus.ERROR
1099 self.instance.status = TwisterStatus.ERROR
[all …]
/Zephyr-latest/scripts/
Dcheckpatch.pl2181 sub ERROR { subroutine
2560 ERROR("MODIFIED_INCLUDE_ASM",
2639 ERROR("DIFF_IN_COMMIT_MSG",
2649 ERROR("EXECUTE_PERMISSIONS",
2722 ERROR("BAD_SIGN_OFF",
2777 ERROR("GERRIT_CHANGE_ID",
2868 ERROR("GIT_COMMIT_ID",
2893 ERROR("CORRUPTED_PATCH",
2985 if (ERROR("DOS_LINE_ENDINGS",
2992 if (ERROR("TRAILING_WHITESPACE",
[all …]
/Zephyr-latest/tests/arch/arm/arm_interrupt/
DREADME.txt65 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/
Dnsi_trace.c39 #define ERROR 0 macro
73 fprintf(stderr, "%s", trace_type_esc_start[ERROR]); in nsi_vprint_error_and_exit()
/Zephyr-latest/doc/develop/test/
Dtwister_statuses.rst89 * - 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/
DKconfig.filtering23 - 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/
Dstartup.cmm33 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/
Ddomains_helper.py18 logging.getLogger('pykwalify').setLevel(logging.ERROR)
/Zephyr-latest/samples/arch/mpu/mpu_test/
DREADME.rst59 <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/
Dstartup.cmm35 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/
Ddo_checkpatch.sh18 grep ERROR: $1 |cut -d : -f 3,4 |sort -u > $1_error.types
/Zephyr-latest/scripts/coccinelle/
Dfind_dev_usage.cocci6 // of a void*, it will print an ERROR for loosing the const qualifier.
25 msg = "ERROR: in {} calling {} param with {}, \
Dderef_null.cocci97 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/
DREADME.txt42 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/
DREADME.txt120 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/
Dpeci_mchp_xec.c409 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/
Dstartup.cmm37 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/cmake/bintools/iar/
Dtarget.cmake14 message(ERROR "IAR_TOOLCHAIN_VARIANT not set")
/Zephyr-latest/subsys/secure_storage/src/its/
DCMakeLists.txt34 message(ERROR "

123