Home
last modified time | relevance | path

Searched refs:shell_set_root_cmd (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/samples/subsys/shell/shell_module/src/
Dlogin_cmd.c17 shell_set_root_cmd("login"); in login_init()
44 shell_set_root_cmd(NULL); in cmd_login()
54 shell_set_root_cmd("login"); in cmd_logout()
/Zephyr-latest/tests/subsys/shell/shell/src/
Dmain.c304 err = shell_set_root_cmd("__shell__"); in ZTEST()
307 err = shell_set_root_cmd("shell"); in ZTEST()
313 err = shell_set_root_cmd(NULL); in ZTEST()
375 shell_set_root_cmd(NULL); in ZTEST()
413 shell_set_root_cmd(NULL); in ZTEST()
/Zephyr-latest/subsys/shell/
Dshell_utils.c406 int shell_set_root_cmd(const char *cmd) in shell_set_root_cmd() function
/Zephyr-latest/include/zephyr/shell/
Dshell.h1232 int shell_set_root_cmd(const char *cmd);
/Zephyr-latest/doc/services/shell/
Dindex.rst728 ``shell_set_root_cmd`` function. Likewise, :kconfig:option:`CONFIG_SHELL_PROMPT_UART`