Searched refs:cmd_string (Results 1 – 3 of 3) sorted by relevance
99 int fastboot_handle_command(char *cmd_string, char *response) in fastboot_handle_command() argument104 cmd_parameter = cmd_string; in fastboot_handle_command()108 if (!strcmp(commands[i].command, cmd_string)) { in fastboot_handle_command()119 pr_err("command %s not recognized.\n", cmd_string); in fastboot_handle_command()
93 cmd_string, ipmi_cmd_type="inband", print_output=1, ignore_err=0, **options argument117 cmd_buf = IPMI_INBAND_CMD + " " + cmd_string123 cmd_buf = ic.create_ipmi_ext_command_string(cmd_string, **options)
122 int fastboot_handle_command(char *cmd_string, char *response);