Searched refs:cmd_ls (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/fs/ |
D | shell.c | 162 static int cmd_ls(const struct shell *sh, size_t argc, char **argv) in cmd_ls() function 841 SHELL_CMD(ls, NULL, "List files in current directory", cmd_ls),
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_shell.c | 809 static int cmd_ls(const struct shell *sh, size_t argc, char **argv) in cmd_ls() function 857 SHELL_CMD_ARG(ls, NULL, LWM2M_HELP_LS, cmd_ls, 1, 1),
|