Home
last modified time | relevance | path

Searched refs:SHELL_INFO (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/subsys/task_wdt/
Dtask_wdt_shell.c23 shell_fprintf(sh, SHELL_INFO, "Init task watchdog ...\n"); in cmd_init()
42 shell_fprintf(sh, SHELL_INFO, "Add task watchdog channel\n"); in cmd_add()
53 shell_fprintf(sh, SHELL_INFO, "Task watchdog channel: %d\n", ret); in cmd_add()
70 shell_fprintf(sh, SHELL_INFO, "Feed task watchdog channel %s\n", argv[1]); in cmd_feed()
89 shell_fprintf(sh, SHELL_INFO, "Delete task watchdog channel %s\n", argv[1]); in cmd_del()
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_shell.c40 shell_fprintf(sh, SHELL_INFO, in cmd_ieee802154_ack()
90 shell_fprintf(sh, SHELL_INFO, in cmd_ieee802154_associate()
96 shell_fprintf(sh, SHELL_INFO, "Address too long\n"); in cmd_ieee802154_associate()
106 shell_fprintf(sh, SHELL_INFO, in cmd_ieee802154_associate()
141 shell_fprintf(sh, SHELL_INFO, in cmd_ieee802154_disassociate()
148 shell_fprintf(sh, SHELL_INFO, in cmd_ieee802154_disassociate()
236 shell_fprintf(sh, SHELL_INFO, in cmd_ieee802154_scan()
313 shell_fprintf(sh, SHELL_INFO, in cmd_ieee802154_set_chan()
344 shell_fprintf(sh, SHELL_INFO, in cmd_ieee802154_get_chan()
377 shell_fprintf(sh, SHELL_INFO, in cmd_ieee802154_set_pan_id()
[all …]
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_util.c230 SHELL_INFO, in nrf_wifi_util_show_cfg()
233 SHELL_INFO, in nrf_wifi_util_show_cfg()
237 SHELL_INFO, in nrf_wifi_util_show_cfg()
242 SHELL_INFO, in nrf_wifi_util_show_cfg()
247 SHELL_INFO, in nrf_wifi_util_show_cfg()
252 SHELL_INFO, in nrf_wifi_util_show_cfg()
257 SHELL_INFO, in nrf_wifi_util_show_cfg()
302 SHELL_INFO, in nrf_wifi_util_tx_stats()
312 SHELL_INFO, in nrf_wifi_util_tx_stats()
413 SHELL_INFO, in nrf_wifi_util_show_host_rpu_ps_ctrl_state()
[all …]
/Zephyr-latest/subsys/mgmt/updatehub/
Dshell.c28 shell_fprintf(sh, SHELL_INFO, "Starting UpdateHub run...\n"); in cmd_run()
43 shell_fprintf(sh, SHELL_INFO, "No update found\n"); in cmd_run()
/Zephyr-latest/samples/subsys/shell/shell_module/src/
Dmain.c296 shell_fprintf(sh, SHELL_INFO, "%02x ", data[i]); in bypass_cb()
298 shell_fprintf(sh, SHELL_INFO, "| "); in bypass_cb()
301 shell_fprintf(sh, SHELL_INFO, "%c", data[i]); in bypass_cb()
303 shell_fprintf(sh, SHELL_INFO, "\n"); in bypass_cb()
/Zephyr-latest/samples/net/promiscuous_mode/src/
Dmain.c177 shell_fprintf(sh, SHELL_INFO, "Promiscuous mode %s...\n", in set_promisc_mode()
188 shell_fprintf(sh, SHELL_INFO, in set_promisc_mode()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt_shell_private.c60 wall_vfprintf(SHELL_INFO, fmt, args); in bt_shell_fprintf_info()
Dbt.c350 print_data_hex(&scan_data[idx], set_value_len, SHELL_INFO); in print_data_set()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_shell.c683 shell_fprintf(sh, SHELL_INFO, " # %10s %18s", "composite", "path"); in cmd_observations()
685 shell_fprintf(sh, SHELL_INFO, "%10s", lwm2m_attr_to_str(i)); in cmd_observations()
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_shell.c1265 shell_fprintf(sh, SHELL_INFO, "TCP support is not enabled. " in cmd_tcp()
1278 shell_fprintf(sh, SHELL_INFO, "UDP support is not enabled. " in cmd_udp()
1286 shell_fprintf(sh, SHELL_INFO, in cmd_connectap()
/Zephyr-latest/include/zephyr/shell/
Dshell.h1043 #define SHELL_INFO SHELL_VT100_COLOR_GREEN macro
/Zephyr-latest/subsys/shell/
Dshell_ops.c370 z_shell_fprintf(sh, SHELL_INFO, "%s", sh->ctx->prompt); in print_prompt()
Dshell.c1581 shell_vfprintf(sh, SHELL_INFO, fmt, args); in shell_fprintf_info()
/Zephyr-latest/doc/services/shell/
Dindex.rst473 shell_fprintf(shell, SHELL_INFO, "Print info message\n");
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c2497 shell_fprintf(sh, SHELL_INFO, "Valid argument : <tim> / <custom>\n"); in cmd_wifi_ps_exit_strategy()