Searched refs:shell_module (Results 1 – 2 of 2) sorted by relevance
24 static struct shell_module shell_modules[SHELL_MAX_MODULES];76 const struct shell_module *shell_module = &shell_modules[module]; in print_module_commands() local81 for (i = 0; shell_module->commands[i].sc_cmd; i++) in print_module_commands()83 console_printf("%-30s", shell_module->commands[i].sc_cmd); in print_module_commands()84 if (shell_module->commands[i].help && in print_module_commands()85 shell_module->commands[i].help->summary) in print_module_commands()87 console_printf("%s", shell_module->commands[i].help->summary); in print_module_commands()217 const struct shell_module *shell_module; in get_cb() local249 shell_module = &shell_modules[module]; in get_cb()250 for (i = 0; shell_module->commands[i].sc_cmd; i++) in get_cb()[all …]
42 struct shell_module struct