Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/mgmt/hawkbit/
Dshell.c21 shell_fprintf(shell, SHELL_INFO, "Starting Hawkbit run...\n"); in cmd_run()
32 shell_fprintf(shell, SHELL_INFO, in cmd_run()
37 shell_fprintf(shell, SHELL_INFO, "No update found\n"); in cmd_run()
41 shell_fprintf(shell, SHELL_INFO, "Image Already updated\n"); in cmd_run()
45 shell_fprintf(shell, SHELL_INFO, "Update Installed\n"); in cmd_run()
49 shell_fprintf(shell, SHELL_INFO, "Download Error\n"); in cmd_run()
53 shell_fprintf(shell, SHELL_INFO, "Networking Error\n"); in cmd_run()
57 shell_fprintf(shell, SHELL_INFO, "Metadata Error\n"); in cmd_run()
/Zephyr-Core-2.7.6/subsys/net/l2/ieee802154/
Dieee802154_shell.c39 shell_fprintf(shell, SHELL_INFO, in cmd_ieee802154_ack()
80 shell_fprintf(shell, SHELL_INFO, in cmd_ieee802154_associate()
121 shell_fprintf(shell, SHELL_INFO, in cmd_ieee802154_disassociate()
128 shell_fprintf(shell, SHELL_INFO, in cmd_ieee802154_disassociate()
215 shell_fprintf(shell, SHELL_INFO, in cmd_ieee802154_scan()
286 shell_fprintf(shell, SHELL_INFO, in cmd_ieee802154_set_chan()
317 shell_fprintf(shell, SHELL_INFO, in cmd_ieee802154_get_chan()
350 shell_fprintf(shell, SHELL_INFO, in cmd_ieee802154_set_pan_id()
381 shell_fprintf(shell, SHELL_INFO, in cmd_ieee802154_get_pan_id()
412 shell_fprintf(shell, SHELL_INFO, in cmd_ieee802154_set_ext_addr()
[all …]
/Zephyr-Core-2.7.6/subsys/mgmt/updatehub/
Dshell.c26 shell_fprintf(shell, SHELL_INFO, "Starting UpdateHub run...\n"); in cmd_run()
41 shell_fprintf(shell, SHELL_INFO, "No update found\n"); in cmd_run()
/Zephyr-Core-2.7.6/samples/subsys/shell/shell_module/src/
Dmain.c278 shell_fprintf(sh, SHELL_INFO, "%02x ", data[i]); in bypass_cb()
280 shell_fprintf(sh, SHELL_INFO, "| "); in bypass_cb()
283 shell_fprintf(sh, SHELL_INFO, "%c", data[i]); in bypass_cb()
285 shell_fprintf(sh, SHELL_INFO, "\n"); in bypass_cb()
/Zephyr-Core-2.7.6/samples/net/promiscuous_mode/src/
Dmain.c177 shell_fprintf(shell, SHELL_INFO, "Promiscuous mode %s...\n", in set_promisc_mode()
188 shell_fprintf(shell, SHELL_INFO, in set_promisc_mode()
/Zephyr-Core-2.7.6/samples/net/zperf/src/
Dzperf_shell.c612 shell_fprintf(shell, SHELL_INFO, in execute_upload()
674 shell_fprintf(shell, SHELL_INFO, in execute_upload()
965 shell_fprintf(shell, SHELL_INFO, "TCP support is not enabled. " in cmd_tcp()
980 shell_fprintf(shell, SHELL_INFO, "UDP support is not enabled. " in cmd_udp()
988 shell_fprintf(shell, SHELL_INFO, in cmd_connectap()
/Zephyr-Core-2.7.6/include/shell/
Dshell.h846 #define SHELL_INFO SHELL_VT100_COLOR_GREEN macro
929 shell_fprintf(_sh, SHELL_INFO, _ft "\n", ##__VA_ARGS__)
/Zephyr-Core-2.7.6/subsys/net/l2/wifi/
Dwifi_shell.c234 shell_fprintf(shell, SHELL_INFO, in cmd_wifi_disconnect()
/Zephyr-Core-2.7.6/subsys/shell/
Dshell_ops.c350 z_shell_fprintf(shell, SHELL_INFO, "%s", shell->ctx->prompt); in print_prompt()
/Zephyr-Core-2.7.6/samples/drivers/flash_shell/src/
Dmain.c25 shell_fprintf(shell, SHELL_INFO, fmt, ##__VA_ARGS__)
/Zephyr-Core-2.7.6/doc/reference/shell/
Dindex.rst302 shell_fprintf(shell, SHELL_INFO, "Print info message\n");
/Zephyr-Core-2.7.6/subsys/net/ip/
Dnet_shell.c94 shell_fprintf(shell, SHELL_INFO, fmt, ##__VA_ARGS__)