Home
last modified time | relevance | path

Searched refs:WARN (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/scripts/
Dcheckpatch.pl2188 sub WARN { subroutine
2232 WARN("USE_RELATIVE_PATH",
2552 WARN("PATCH_PREFIX",
2585 WARN("OBSOLETE",
2602 WARN("DT_SPLIT_BINDING_PATCH",
2625 WARN("COMMIT_MESSAGE",
2687 WARN("BAD_SIGN_OFF",
2691 if (WARN("BAD_SIGN_OFF",
2699 if (WARN("BAD_SIGN_OFF",
2708 if (WARN("BAD_SIGN_OFF",
[all …]
/Zephyr-latest/drivers/serial/
Duart_native_tty_bottom.c20 #define WARN(...) nsi_print_warning(__VA_ARGS__) macro
205 WARN("Could not read terminal driver settings\n"); in native_tty_configure_bottom()
221 WARN("Could not set serial port settings, reason: %s\n", strerror(err)); in native_tty_configure_bottom()
234 WARN("Could not read serial port settings, reason: %s\n", strerror(err)); in native_tty_configure_bottom()
242 WARN("Read serial port settings do not match set ones.\n"); in native_tty_configure_bottom()
249 WARN("Could not flush serial port\n"); in native_tty_configure_bottom()
Duart_native_ptty_bottom.c28 #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()
Duart_native_tty.c28 #define WARN(...) nsi_print_warning(__VA_ARGS__) macro
122 WARN("Could not set flow control, any kind of hw flow control is not supported.\n"); in native_tty_conv_to_bottom_cfg()
171 WARN("Could not convert uart config to native tty bottom cfg\n"); in native_tty_configure()
267 WARN("No callback!\n"); in native_tty_uart_irq_handler()
288 WARN("Poll returned error %d\n", ret); in native_tty_uart_irq_function()
Duart_native_ptty.c74 #define WARN posix_print_warning macro
/Zephyr-latest/scripts/native_simulator/native/src/
Dnsi_trace.c40 #define WARN 1 macro
57 fprintf(stderr, "%s", trace_type_esc_start[WARN]); in nsi_vprint_warning()
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool_client.py141 log.setLevel(logging.WARN)
Dremote-fw-service.py312 log.setLevel(logging.WARN)
Dcavstool.py1002 log.setLevel(logging.WARN)
/Zephyr-latest/subsys/net/l2/openthread/
DKconfig305 log level prefix i.e. [CRIT], [WARN], [NOTE], [INFO], [DEBG].