Lines Matching full:command
11 * Go into the command loop
13 * This will return if we get a timeout waiting for a command. See
19 * cli_simple_run_command() - Execute a command with the simple CLI
21 * @cmd: String containing the command to execute
23 * @return 1 - command executed, repeatable
24 * 0 - command executed but not repeatable, interrupted commands are
41 * cli_simple_run_command_list() - Execute a list of command
46 * This function cannot take a const char * for the command, since if it
61 * @return command line length excluding terminator, or -ve on error
68 * Display the prompt, then read a command line into @buffer. The
72 * The command is echoed as it is typed. Command editing is supported if
83 * @return command line length excluding terminator, or -ve on error: of the
92 * parse_line() - split a command line down into separate arguments
104 * @line: Command line to parse
112 * cli_process_fdt() - process the boot command from the FDT
115 * as the boot command. Further, if bootsecure is set to 1 (in the same
116 * node) then we return true, indicating that the command should be executed
119 * @cmdp: On entry, the command that will be executed if the FDT does
120 * not have a command. Returns the command to execute after
126 /** cli_secure_boot_cmd() - execute a command as securely as possible
128 * This avoids using the parser, thus executing the command with the
144 * Go into the command loop
146 * This will return if we get a timeout waiting for a command, but only for
151 /** Set up the command line interpreter ready for action */