Home
last modified time | relevance | path

Searched refs:SHELL_SUBCMD_SET_CREATE (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/lib/posix/shell/
Dposix_shell.c9 SHELL_SUBCMD_SET_CREATE(posix_cmds, (posix));
/Zephyr-latest/subsys/shell/modules/kernel_service/
Dkernel_shell.c9 SHELL_SUBCMD_SET_CREATE(kernel_cmds, (kernel));
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/
Dthread.c41 SHELL_SUBCMD_SET_CREATE(sub_kernel_thread, (thread));
/Zephyr-latest/samples/subsys/shell/shell_module/src/
Dmain.c352 SHELL_SUBCMD_SET_CREATE(sub_section_cmd, (section_cmd));
366 SHELL_SUBCMD_SET_CREATE(sub_section_cmd1, (section_cmd, cmd1));
/Zephyr-latest/tests/subsys/shell/shell/src/
Dmain.c463 SHELL_SUBCMD_SET_CREATE(sub_section_cmd, (section_cmd));
475 SHELL_SUBCMD_SET_CREATE(sub_section_cmd1, (section_cmd, cmd1));
/Zephyr-latest/subsys/net/lib/shell/
Dnet_shell.c233 SHELL_SUBCMD_SET_CREATE(net_cmds, (net));
/Zephyr-latest/include/zephyr/shell/
Dshell.h375 #define SHELL_SUBCMD_SET_CREATE(_name, _parent) \ macro
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c1776 SHELL_SUBCMD_SET_CREATE(model_cmds, (mesh, models));
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c3605 SHELL_SUBCMD_SET_CREATE(wifi_commands, (wifi));
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst1071 * :c:macro:`SHELL_SUBCMD_SET_CREATE` for creating a subcommand set.