Home
last modified time | relevance | path

Searched refs:SHELL_ERROR (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/subsys/task_wdt/
Dtask_wdt_shell.c28 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/
Dmodem_shell.c112 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/
Dtls_credentials_shell.c238 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/
Dwifi_util.c57 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/
Dshell.c37 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/
Dmain.c163 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/
Dzperf_shell.c362 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/
Dbt_shell_private.c87 wall_vfprintf(SHELL_ERROR, fmt, args); in bt_shell_fprintf_error()
/Zephyr-latest/subsys/shell/
Dshell.c82 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/
Dmain.c18 shell_fprintf(sh, SHELL_ERROR, fmt, ##__VA_ARGS__)
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c1347 shell_fprintf(sh, SHELL_ERROR, in cmd_run_suite()
1359 shell_fprintf(sh, SHELL_ERROR, in cmd_run_suite()
/Zephyr-latest/include/zephyr/shell/
Dshell.h1058 #define SHELL_ERROR SHELL_VT100_COLOR_RED macro