Lines Matching full:command

12  * Go into the command loop
14 * This will return if we get a timeout waiting for a command. See
20 * cli_simple_run_command() - Execute a command with the simple CLI
22 * @cmd: String containing the command to execute
24 * @return 1 - command executed, repeatable
25 * 0 - command executed but not repeatable, interrupted commands are
42 * cli_simple_run_command_list() - Execute a list of command
47 * This function cannot take a const char * for the command, since if it
62 * @return command line length excluding terminator, or -ve on error
69 * Display the prompt, then read a command line into @buffer. The
73 * The command is echoed as it is typed. Command editing is supported if
84 * @return command line length excluding terminator, or -ve on error: of the
93 * parse_line() - split a command line down into separate arguments
105 * @line: Command line to parse
113 * cli_process_fdt() - process the boot command from the FDT
116 * as the boot command. Further, if bootsecure is set to 1 (in the same
117 * node) then we return true, indicating that the command should be executed
120 * @cmdp: On entry, the command that will be executed if the FDT does
121 * not have a command. Returns the command to execute after
127 /** cli_secure_boot_cmd() - execute a command as securely as possible
129 * This avoids using the parser, thus executing the command with the
145 * Go into the command loop
147 * This will return if we get a timeout waiting for a command, but only for
152 /** Set up the command line interpreter ready for action */