Searched refs:SHELL_SUBCMD_SET_CREATE (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/lib/posix/shell/ |
D | posix_shell.c | 9 SHELL_SUBCMD_SET_CREATE(posix_cmds, (posix));
|
/Zephyr-latest/subsys/shell/modules/kernel_service/ |
D | kernel_shell.c | 9 SHELL_SUBCMD_SET_CREATE(kernel_cmds, (kernel));
|
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/ |
D | thread.c | 41 SHELL_SUBCMD_SET_CREATE(sub_kernel_thread, (thread));
|
/Zephyr-latest/samples/subsys/shell/shell_module/src/ |
D | main.c | 352 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/ |
D | main.c | 463 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/ |
D | net_shell.c | 233 SHELL_SUBCMD_SET_CREATE(net_cmds, (net));
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 375 #define SHELL_SUBCMD_SET_CREATE(_name, _parent) \ macro
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | shell.c | 1776 SHELL_SUBCMD_SET_CREATE(model_cmds, (mesh, models));
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_shell.c | 3605 SHELL_SUBCMD_SET_CREATE(wifi_commands, (wifi));
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 1071 * :c:macro:`SHELL_SUBCMD_SET_CREATE` for creating a subcommand set.
|