Searched refs:WARN (Results 1 – 11 of 11) sorted by relevance
/Zephyr-Core-3.6.0/scripts/ |
D | checkpatch.pl | 2190 sub WARN { subroutine 2234 WARN("USE_RELATIVE_PATH", 2554 WARN("PATCH_PREFIX", 2587 WARN("OBSOLETE", 2604 WARN("DT_SPLIT_BINDING_PATCH", 2627 WARN("COMMIT_MESSAGE", 2695 WARN("BAD_SIGN_OFF", 2699 if (WARN("BAD_SIGN_OFF", 2707 if (WARN("BAD_SIGN_OFF", 2716 if (WARN("BAD_SIGN_OFF", [all …]
|
/Zephyr-Core-3.6.0/drivers/serial/ |
D | uart_native_tty_bottom.c | 19 #define WARN(...) nsi_print_warning(__VA_ARGS__) macro 197 WARN("Could not read terminal driver settings\n"); in native_tty_configure_bottom() 213 WARN("Could not set serial port settings, reason: %s\n", strerror(err)); in native_tty_configure_bottom() 226 WARN("Could not read serial port settings, reason: %s\n", strerror(err)); in native_tty_configure_bottom() 234 WARN("Read serial port settings do not match set ones.\n"); in native_tty_configure_bottom() 241 WARN("Could not flush serial port\n"); in native_tty_configure_bottom()
|
D | uart_native_ptty_bottom.c | 28 #define WARN nsi_print_warning macro 124 WARN("Could not attach to the UART with \"%s\"\n", command); in attach_to_tty() 125 WARN("The command returned %i\n", WEXITSTATUS(ret)); in attach_to_tty()
|
D | uart_native_tty.c | 28 #define WARN(...) nsi_print_warning(__VA_ARGS__) macro 104 WARN("Could not set flow control, any kind of hw flow control is not supported.\n"); in native_tty_conv_to_bottom_cfg() 153 WARN("Could not convert uart config to native tty bottom cfg\n"); in native_tty_configure()
|
D | uart_native_ptty.c | 70 #define WARN posix_print_warning macro
|
/Zephyr-Core-3.6.0/scripts/native_simulator/native/src/ |
D | nsi_trace.c | 40 #define WARN 1 macro 57 fprintf(stderr, "%s", trace_type_esc_start[WARN]); in nsi_vprint_warning()
|
/Zephyr-Core-3.6.0/soc/xtensa/intel_adsp/tools/ |
D | cavstool_client.py | 141 log.setLevel(logging.WARN)
|
D | remote-fw-service.py | 310 log.setLevel(logging.WARN)
|
D | acetool.py | 719 log.setLevel(logging.WARN)
|
D | cavstool.py | 700 log.setLevel(logging.WARN)
|
/Zephyr-Core-3.6.0/subsys/net/l2/openthread/ |
D | Kconfig | 303 log level prefix i.e. [CRIT], [WARN], [NOTE], [INFO], [DEBG].
|