Lines Matching refs:fastboot_fail

156 				fastboot_fail("Unsupported command", response);  in fastboot_handle_command()
163 fastboot_fail("unrecognized command", response); in fastboot_handle_command()
184 fastboot_fail("Error reading console", response); in fastboot_multiresponse()
192 fastboot_fail("Unknown multiresponse command", response); in fastboot_multiresponse()
234 fastboot_fail("Expected command parameter", response); in download()
240 fastboot_fail("Expected nonzero image size", response); in download()
250 fastboot_fail(cmd_parameter, response); in download()
292 fastboot_fail("Received invalid data length", in fastboot_data_download()
385 fastboot_fail("missing command", response); in run_ucmd()
390 fastboot_fail("", response); in run_ucmd()
412 fastboot_fail("missing command", response); in run_acmd()
418 fastboot_fail("too long command", response); in run_acmd()
435 fastboot_fail("Cannot set reboot flag", response); in reboot_bootloader()
449 fastboot_fail("Cannot set fastboot flag", response); in reboot_fastbootd()
463 fastboot_fail("Cannot set recovery flag", response); in reboot_recovery()
481 fastboot_fail("partitions not set", response); in oem_format()
485 fastboot_fail("", response); in oem_format()
504 fastboot_fail("Expected command parameter", response); in oem_partconf()
512 fastboot_fail("Cannot set oem partconf", response); in oem_partconf()
530 fastboot_fail("Expected command parameter", response); in oem_bootbus()
538 fastboot_fail("Cannot set oem bootbus", response); in oem_bootbus()
555 fastboot_fail("Empty console", response); in oem_console()
571 fastboot_fail("oem board function not defined", response); in fastboot_oem_board()