/Zephyr-latest/subsys/task_wdt/ |
D | task_wdt_shell.c | 28 shell_fprintf(sh, SHELL_ERROR, "Failed to init task watchdog: %d\n", ret); in cmd_init() 38 shell_fprintf(sh, SHELL_ERROR, "Invalid number of arguments\n"); in cmd_add() 49 shell_fprintf(sh, SHELL_ERROR, "Failed to add task watchdog channel: %d\n", ret); in cmd_add() 66 shell_fprintf(sh, SHELL_ERROR, "Invalid number of arguments\n"); in cmd_feed() 75 shell_fprintf(sh, SHELL_ERROR, "Failed to add task watchdog channel: %d\n", ret); in cmd_feed() 85 shell_fprintf(sh, SHELL_ERROR, "Invalid number of arguments\n"); in cmd_del() 94 shell_fprintf(sh, SHELL_ERROR, "Failed to delete task watchdog channel: %d\n", ret); in cmd_del()
|
/Zephyr-latest/drivers/modem/ |
D | modem_shell.c | 112 shell_fprintf(sh, SHELL_ERROR, in cmd_modem_send() 120 shell_fprintf(sh, SHELL_ERROR, in cmd_modem_send() 127 shell_fprintf(sh, SHELL_ERROR, "Modem receiver not found!"); in cmd_modem_send() 134 shell_fprintf(sh, SHELL_ERROR, in cmd_modem_send() 146 shell_fprintf(sh, SHELL_ERROR, in cmd_modem_send() 164 shell_fprintf(sh, SHELL_ERROR, in cmd_modem_info() 172 shell_fprintf(sh, SHELL_ERROR, in cmd_modem_info() 179 shell_fprintf(sh, SHELL_ERROR, "Modem receiver not found!"); in cmd_modem_info()
|
/Zephyr-latest/subsys/net/lib/tls_credentials/ |
D | tls_credentials_shell.c | 238 shell_fprintf(sh, SHELL_ERROR, "%s is not a valid sectag.\n", arg); in shell_parse_cred_sectag() 265 shell_fprintf(sh, SHELL_ERROR, "%s is not a valid credential type.\n", arg); in shell_parse_cred_type() 280 shell_fprintf(sh, SHELL_ERROR, "%s is not a valid backend.\n", arg); in shell_parse_cred_backend() 313 shell_fprintf(sh, SHELL_ERROR, "%s is not a valid storage format.\n", arg); in shell_parse_cred_storage_format() 335 shell_fprintf(sh, SHELL_ERROR, "Not enough room in credential buffer for " in shell_write_cred_buf() 399 shell_fprintf(sh, SHELL_ERROR, "Please provide a credential to add.\n"); in tls_cred_cmd_add() 406 shell_fprintf(sh, SHELL_ERROR, "TLS credential with sectag %d and type %s " in tls_cred_cmd_add() 425 shell_fprintf(sh, SHELL_ERROR, "Could not decode input from base64, " in tls_cred_cmd_add() 454 shell_fprintf(sh, SHELL_ERROR, "No reference slot available, cannot copy " in tls_cred_cmd_add() 463 shell_fprintf(sh, SHELL_ERROR, "Not enough heap for TLS credential of " in tls_cred_cmd_add() [all …]
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | wifi_util.c | 57 SHELL_ERROR, in check_valid_data_rate() 92 SHELL_ERROR, in nrf_wifi_util_set_he_ltf() 101 SHELL_ERROR, in nrf_wifi_util_set_he_ltf() 123 SHELL_ERROR, in nrf_wifi_util_set_he_gi() 132 SHELL_ERROR, in nrf_wifi_util_set_he_gi() 157 SHELL_ERROR, in nrf_wifi_util_set_he_ltf_gi() 171 SHELL_ERROR, in nrf_wifi_util_set_he_ltf_gi() 194 SHELL_ERROR, in nrf_wifi_util_set_uapsd_queue() 208 SHELL_ERROR, in nrf_wifi_util_set_uapsd_queue() 281 SHELL_ERROR, in nrf_wifi_util_tx_stats() [all …]
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | shell.c | 37 shell_fprintf(sh, SHELL_ERROR, "Error installing update.\n"); in cmd_run() 48 shell_fprintf(sh, SHELL_ERROR, "Invalid response\n"); in cmd_run()
|
/Zephyr-latest/samples/net/promiscuous_mode/src/ |
D | main.c | 163 shell_fprintf(sh, SHELL_ERROR, "Invalid arguments.\n"); in set_promisc_mode() 171 shell_fprintf(sh, SHELL_ERROR, in set_promisc_mode() 192 shell_fprintf(sh, SHELL_ERROR, in set_promisc_mode()
|
/Zephyr-latest/subsys/net/lib/zperf/ |
D | zperf_shell.c | 362 shell_fprintf(sh, SHELL_ERROR, "UDP session error.\n"); in udp_session_cb() 462 shell_fprintf(sh, SHELL_ERROR, in cmd_udp_download() 505 shell_fprintf(sh, SHELL_ERROR, in shell_udp_upload_print_stats() 622 shell_fprintf(sh, SHELL_ERROR, "UDP upload failed\n"); in udp_upload_cb() 650 shell_fprintf(sh, SHELL_ERROR, "TCP upload failed\n"); in tcp_upload_cb() 754 shell_fprintf(sh, SHELL_ERROR, in execute_upload() 761 shell_fprintf(sh, SHELL_ERROR, in execute_upload() 780 shell_fprintf(sh, SHELL_ERROR, in execute_upload() 787 shell_fprintf(sh, SHELL_ERROR, in execute_upload() 1329 shell_fprintf(sh, SHELL_ERROR, "TCP session error.\n"); in tcp_session_cb() [all …]
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt_shell_private.c | 87 wall_vfprintf(SHELL_ERROR, fmt, args); in bt_shell_fprintf_error()
|
/Zephyr-latest/subsys/shell/ |
D | shell.c | 82 z_shell_fprintf(sh, SHELL_ERROR, in cmd_precheck() 533 z_shell_fprintf(sh, SHELL_ERROR, in exec_cmd() 604 z_shell_fprintf(sh, SHELL_ERROR, in wildcard_check_report() 682 z_shell_fprintf(sh, SHELL_ERROR, in execute() 699 z_shell_fprintf(sh, SHELL_ERROR, in execute() 748 z_shell_fprintf(sh, SHELL_ERROR, in execute() 770 z_shell_fprintf(sh, SHELL_ERROR, "%s\n", in execute() 1354 z_shell_fprintf(sh, SHELL_ERROR, in shell_thread() 1608 shell_vfprintf(sh, SHELL_ERROR, fmt, args); in shell_fprintf_error()
|
/Zephyr-latest/samples/arch/mpu/mpu_test/src/ |
D | main.c | 18 shell_fprintf(sh, SHELL_ERROR, fmt, ##__VA_ARGS__)
|
/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztest.c | 1347 shell_fprintf(sh, SHELL_ERROR, in cmd_run_suite() 1359 shell_fprintf(sh, SHELL_ERROR, in cmd_run_suite()
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 1058 #define SHELL_ERROR SHELL_VT100_COLOR_RED macro
|