Lines Matching refs:fastboot_fail

125 		fastboot_fail("too large for partition", response);  in write_raw_image()
134 fastboot_fail("failed writing to device", response); in write_raw_image()
167 fastboot_fail("invalid number of boot sectors: 0", response); in fb_mmc_get_boot_header()
175 fastboot_fail("cannot read header from boot partition", response); in fb_mmc_get_boot_header()
183 fastboot_fail("boot partition not initialized", response); in fb_mmc_get_boot_header()
222 fastboot_fail("cannot find boot partition", response); in fb_mmc_update_zimage()
234 fastboot_fail("unable to read boot image header", response); in fb_mmc_update_zimage()
241 fastboot_fail("moving second stage is not supported yet", response); in fb_mmc_update_zimage()
259 fastboot_fail("cannot read ramdisk from boot partition", response); in fb_mmc_update_zimage()
268 fastboot_fail("cannot write back boot image header", response); in fb_mmc_update_zimage()
280 fastboot_fail("cannot write new kernel", response); in fb_mmc_update_zimage()
292 fastboot_fail("cannot write back original ramdisk", response); in fb_mmc_update_zimage()
322 fastboot_fail("invalid mmc device", response); in fb_mmc_flash_write()
340 fastboot_fail(reason, response); in fb_mmc_flash_write()
345 fastboot_fail( in fb_mmc_flash_write()
361 fastboot_fail("invalid MBR partition", response); in fb_mmc_flash_write()
366 fastboot_fail("writing MBR partition failed", response); in fb_mmc_flash_write()
392 fastboot_fail("cannot find partition", response); in fb_mmc_flash_write()
431 fastboot_fail("invalid mmc device", response); in fb_mmc_erase()
446 fastboot_fail("invalid mmc device", response); in fb_mmc_erase()
453 fastboot_fail("cannot find partition", response); in fb_mmc_erase()
472 fastboot_fail("failed erasing from device", response); in fb_mmc_erase()