Lines Matching refs:command
27 #include <ipxe/command.h>
33 * Minimal command shell
41 * "help" command
48 struct command *command;
52 for_each_table_entry ( command, COMMANDS ) {
53 hpos += printf ( " %s", command->name );
64 printf ( "\n\nType \"<command> --help\" for further information\n\n" );
68 /** "help" command */
69 struct command help_command __command = {
75 * Start command shell
107 /** "shell" command descriptor */
112 * "shell" command
133 /** "shell" command */
134 struct command shell_command __command = {