/Zephyr-latest/subsys/shell/modules/kernel_service/thread/ |
D | mask.c | 11 static int cmd_kernel_thread_mask_clear(const struct shell *sh, size_t argc, char **argv) in cmd_kernel_thread_mask_clear() 40 static int cmd_kernel_thread_mask_enable_all(const struct shell *sh, size_t argc, char **argv) in cmd_kernel_thread_mask_enable_all() 69 static int cmd_kernel_thread_mask_enable(const struct shell *sh, size_t argc, char **argv) in cmd_kernel_thread_mask_enable() 104 static int cmd_kernel_thread_mask_disable(const struct shell *sh, size_t argc, char **argv) in cmd_kernel_thread_mask_disable()
|
/Zephyr-latest/samples/subsys/shell/shell_module/src/ |
D | dynamic_cmd.c | 29 static int cmd_dynamic_add(const struct shell *sh, in cmd_dynamic_add() 75 static int cmd_dynamic_execute(const struct shell *sh, in cmd_dynamic_execute() 93 static int cmd_dynamic_remove(const struct shell *sh, size_t argc, in cmd_dynamic_remove() 120 static int cmd_dynamic_show(const struct shell *sh, in cmd_dynamic_show()
|
D | login_cmd.c | 28 static int cmd_login(const struct shell *sh, size_t argc, char **argv) in cmd_login() 52 static int cmd_logout(const struct shell *sh, size_t argc, char **argv) in cmd_logout()
|
/Zephyr-latest/subsys/bluetooth/host/classic/shell/ |
D | bredr.c | 48 static int cmd_auth_pincode(const struct shell *sh, in cmd_auth_pincode() 80 static int cmd_connect(const struct shell *sh, size_t argc, char *argv[]) in cmd_connect() 173 static int cmd_discovery(const struct shell *sh, size_t argc, char *argv[]) in cmd_discovery() 276 static int cmd_l2cap_register(const struct shell *sh, in cmd_l2cap_register() 297 static int cmd_discoverable(const struct shell *sh, in cmd_discoverable() 326 static int cmd_connectable(const struct shell *sh, in cmd_connectable() 354 static int cmd_oob(const struct shell *sh, size_t argc, char *argv[]) in cmd_oob() 504 static int cmd_sdp_find_record(const struct shell *sh, in cmd_sdp_find_record() 557 static int cmd_br(const struct shell *sh, size_t argc, char **argv) in cmd_br()
|
/Zephyr-latest/subsys/sip_svc/ |
D | sip_svc_shell.c | 19 const struct shell *sh; 22 static int parse_common_args(const struct shell *sh, char **argv, void **ctrl) in parse_common_args() 40 static int cmd_reg(const struct shell *sh, size_t argc, char **argv) in cmd_reg() 63 static int cmd_unreg(const struct shell *sh, size_t argc, char **argv) in cmd_unreg() 97 static int cmd_open(const struct shell *sh, size_t argc, char **argv) in cmd_open() 151 static int cmd_close(const struct shell *sh, size_t argc, char **argv) in cmd_close() 192 const struct shell *sh = priv->sh; in cmd_send_callback() 204 static int cmd_send(const struct shell *sh, size_t argc, char **argv) in cmd_send() 341 static int cmd_info(const struct shell *sh, size_t argc, char **argv) in cmd_info()
|
/Zephyr-latest/boards/96boards/avenger96/ |
D | 96b_avenger96.dts | 17 * By default, Zephyr console and shell are assigned to 18 * remoteproc. To enable console and shell over UART, uncomment 23 * zephyr,shell-uart = &uart7;
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig.template.shell_log_queue_size | 8 by shell thread. Too small queue may lead to the logger thread being blocked 10 slow shell transport may lead to situations where logs are dropped
|
D | shell_fprintf.c | 14 const struct shell *sh; in out_func() 17 sh = (const struct shell *)sh_fprintf->user_ctx; in out_func()
|
/Zephyr-latest/drivers/pcie/host/ |
D | shell.c | 93 static void show_msi(const struct shell *sh, pcie_bdf_t bdf) in show_msi() 145 static void show_bars(const struct shell *sh, pcie_bdf_t bdf) in show_bars() 174 static void show_capabilities(const struct shell *sh, pcie_bdf_t bdf) in show_capabilities() 206 static void show_vc(const struct shell *sh, pcie_bdf_t bdf) in show_vc() 242 static void pcie_dump(const struct shell *sh, pcie_bdf_t bdf) in pcie_dump() 288 static void show(const struct shell *sh, pcie_bdf_t bdf, bool details, bool dump) in show() 340 const struct shell *sh; 353 static int cmd_pcie_ls(const struct shell *sh, size_t argc, char **argv) in cmd_pcie_ls()
|
/Zephyr-latest/drivers/led/ |
D | led_shell.c | 24 static int parse_common_args(const struct shell *sh, char **argv, in parse_common_args() 46 static int cmd_off(const struct shell *sh, size_t argc, char **argv) in cmd_off() 67 static int cmd_on(const struct shell *sh, size_t argc, char **argv) in cmd_on() 110 static int cmd_get_info(const struct shell *sh, size_t argc, char **argv) in cmd_get_info() 147 static int cmd_set_brightness(const struct shell *sh, in cmd_set_brightness() 184 static int cmd_set_color(const struct shell *sh, size_t argc, char **argv) in cmd_set_color() 240 static int cmd_set_channel(const struct shell *sh, size_t argc, char **argv) in cmd_set_channel() 277 cmd_write_channels(const struct shell *sh, size_t argc, char **argv) in cmd_write_channels()
|
/Zephyr-latest/lib/acpi/ |
D | acpi_shell.c | 15 static void dump_dev_res(const struct shell *sh, ACPI_RESOURCE *res_lst) in dump_dev_res() 153 static int dump_dev_crs(const struct shell *sh, size_t argc, char **argv) in dump_dev_crs() 176 static int dump_dev_prs(const struct shell *sh, size_t argc, char **argv) in dump_dev_prs() 197 static int dump_prt(const struct shell *sh, size_t argc, char **argv) in dump_prt() 226 static int enum_dev(const struct shell *sh, size_t argc, char **argv) in enum_dev() 254 static int enum_all_dev(const struct shell *sh, size_t argc, char **argv) in enum_all_dev() 277 static int get_acpi_dev_resource(const struct shell *sh, size_t argc, char **argv) in get_acpi_dev_resource() 326 static int read_table(const struct shell *sh, size_t argc, char **argv) in read_table()
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | tcp.c | 17 static const struct shell *tcp_shell; 61 static void print_connect_info(const struct shell *sh, in print_connect_info() 101 static void tcp_connect(const struct shell *sh, char *host, uint16_t port, in tcp_connect() 258 static int cmd_net_tcp_connect(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_tcp_connect() 301 static int cmd_net_tcp_send(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_tcp_send() 337 static int cmd_net_tcp_recv(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_tcp_recv() 365 static int cmd_net_tcp_close(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_tcp_close() 392 static int cmd_net_tcp(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_tcp()
|
D | dns.c | 21 const struct shell *sh = user_data; in dns_result_cb() 74 static void print_dns_info(const struct shell *sh, in print_dns_info() 142 static int cmd_net_dns_cancel(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_dns_cancel() 182 static int cmd_net_dns_query(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_dns_query() 230 static int cmd_net_dns(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_dns()
|
D | ipv4.c | 20 const struct shell *sh = data->sh; in ip_address_lifetime_cb() 55 static int cmd_net_ipv4(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_ipv4() 98 static int cmd_net_ip_add(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_ip_add() 165 static int cmd_net_ip_del(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_ip_del() 214 static int cmd_net_ip_gateway(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_ip_gateway()
|
/Zephyr-latest/drivers/regulator/ |
D | Kconfig | 19 bool "Regulator shell" 22 Enable regulator shell framework, for interacting with regulators via 23 the shell interface
|
/Zephyr-latest/boards/oct/osd32mp1_brk/ |
D | osd32mp1_brk.dts | 16 * By default, Zephyr console and shell are assigned to 17 * remoteproc. To enable console and shell over UART, uncomment 22 * zephyr,shell-uart = &usart2;
|
/Zephyr-latest/samples/net/openthread/coap/src/ |
D | coap_shell.c | 12 static int coap_cmd_led_set(const struct shell *sh, size_t argc, char **argv) in coap_cmd_led_set() 45 static int coap_cmd_led_get(const struct shell *sh, size_t argc, char **argv) in coap_cmd_led_get() 78 static int coap_cmd_btn_get(const struct shell *sh, size_t argc, char **argv) in coap_cmd_btn_get()
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | sar.c | 15 static int cmd_tx_get(const struct shell *sh, size_t argc, char *argv[]) in cmd_tx_get() 37 static int cmd_tx_set(const struct shell *sh, size_t argc, char *argv[]) in cmd_tx_set() 71 static int cmd_rx_get(const struct shell *sh, size_t argc, char *argv[]) in cmd_rx_get() 90 static int cmd_rx_set(const struct shell *sh, size_t argc, char *argv[]) in cmd_rx_set()
|
D | blob.c | 227 static int cmd_flash_stream_set(const struct shell *sh, size_t argc, char *argv[]) in cmd_flash_stream_set() 260 static int cmd_flash_stream_unset(const struct shell *sh, size_t argc, char *argv[]) in cmd_flash_stream_unset() 295 static int cmd_tx(const struct shell *sh, size_t argc, char *argv[]) in cmd_tx() 360 static int cmd_target(const struct shell *sh, size_t argc, char *argv[]) in cmd_target() 385 static int cmd_caps(const struct shell *sh, size_t argc, char *argv[]) in cmd_caps() 429 static int cmd_tx_cancel(const struct shell *sh, size_t argc, in cmd_tx_cancel() 442 static int cmd_tx_get(const struct shell *sh, size_t argc, char *argv[]) in cmd_tx_get() 473 static int cmd_tx_suspend(const struct shell *sh, size_t argc, in cmd_tx_suspend() 486 static int cmd_tx_resume(const struct shell *sh, size_t argc, char *argv[]) in cmd_tx_resume() 504 static int cmd_rx(const struct shell *sh, size_t argc, char *argv[]) in cmd_rx() [all …]
|
/Zephyr-latest/doc/services/serialization/ |
D | nanopb.rst | 21 .. code-block:: shell 29 .. code-block:: shell 37 .. code-block:: shell 44 .. code-block:: shell
|
/Zephyr-latest/samples/shields/npm1300_ek/doc/ |
D | index.rst | 4 Interact with the nPM1300 PMIC using the shell interface. 10 The sample provides a shell interface to support the features of the 36 flashed, you should boot into the shell interface. The ``regulator`` command is 42 The ``regulator`` shell interface provides several subcommand to test
|
/Zephyr-latest/drivers/counter/ |
D | counter_timer_shell.c | 40 static inline int parse_device(const struct shell *shctx, size_t argc, char *argv[], in parse_device() 54 static int cmd_timer_free_running(const struct shell *shctx, size_t argc, char **argv) in cmd_timer_free_running() 75 static int cmd_timer_stop(const struct shell *shctx, size_t argc, char **argv) in cmd_timer_stop() 100 static int cmd_timer_oneshot(const struct shell *shctx, size_t argc, char **argv) in cmd_timer_oneshot() 151 static int cmd_timer_periodic(const struct shell *shctx, size_t argc, char **argv) in cmd_timer_periodic()
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig | 54 bool "File system shell" 57 This shell provides basic browsing of the contents of the 63 bool "File system shell mount command" 68 Enable file system shell command for mounting file systems. This 72 bool "File system shell read/write/erase test commands" 75 Enable additional file system shell commands for performing 79 hex "File system shell buffer size"
|
/Zephyr-latest/subsys/net/lib/tls_credentials/ |
D | tls_credentials_shell.c | 211 static int shell_parse_cred_sectag(const struct shell *sh, char *arg, sec_tag_t *out, in shell_parse_cred_sectag() 245 static int shell_parse_cred_type(const struct shell *sh, char *arg, enum tls_credential_type *out, in shell_parse_cred_type() 274 static int shell_parse_cred_backend(const struct shell *sh, char *arg) in shell_parse_cred_backend() 286 static int shell_parse_cred_storage_format(const struct shell *sh, char *arg, in shell_parse_cred_storage_format() 319 static void shell_clear_cred_buf(const struct shell *sh) in shell_clear_cred_buf() 328 static int shell_write_cred_buf(const struct shell *sh, char *chunk) in shell_write_cred_buf() 348 static int tls_cred_cmd_add(const struct shell *sh, size_t argc, char *argv[]) in tls_cred_cmd_add() 519 static int tls_cred_cmd_buf(const struct shell *sh, size_t argc, char *argv[]) in tls_cred_cmd_buf() 534 static int tls_cred_cmd_del(const struct shell *sh, size_t argc, char *argv[]) in tls_cred_cmd_del() 597 static int tls_cred_cmd_get(const struct shell *sh, size_t argc, char *argv[]) in tls_cred_cmd_get() [all …]
|
/Zephyr-latest/samples/subsys/llext/shell_loader/ |
D | README.rst | 1 .. zephyr:code-sample:: llext-shell-loader 2 :name: Linkable loadable extensions shell module 5 Manage loadable extensions using shell commands. 10 This example provides shell access to the :ref:`llext` system and provides the 11 ability to manage loadable code extensions in the shell. 16 A board with a supported LLEXT architecture and shell capable console. The 23 The following command will build the main shell application: 53 …abi-gcc -mlong-calls -mthumb -c -o build/hello_world.llext samples/subsys/llext/shell/hello_world.c 69 to a hex string usable by the ``llext load_hex`` shell command: 153 Once the board has booted, you will be presented with a shell prompt. [all …]
|