Lines Matching refs:fastboot_fail

112 		fastboot_fail("too large for partition", response);  in write_raw_image()
122 fastboot_fail("failed writing to device", response); in write_raw_image()
155 fastboot_fail("invalid number of boot sectors: 0", response); in fb_mmc_get_boot_header()
163 fastboot_fail("cannot read header from boot partition", in fb_mmc_get_boot_header()
172 fastboot_fail("boot partition not initialized", response); in fb_mmc_get_boot_header()
211 fastboot_fail("cannot find boot partition", response); in fb_mmc_update_zimage()
223 fastboot_fail("unable to read boot image header", response); in fb_mmc_update_zimage()
230 fastboot_fail("moving second stage is not supported yet", in fb_mmc_update_zimage()
249 fastboot_fail("cannot read ramdisk from boot partition", in fb_mmc_update_zimage()
259 fastboot_fail("cannot write back boot image header", response); in fb_mmc_update_zimage()
271 fastboot_fail("cannot write new kernel", response); in fb_mmc_update_zimage()
283 fastboot_fail("cannot write back original ramdisk", response); in fb_mmc_update_zimage()
308 fastboot_fail("block device not found", response); in fastboot_mmc_get_part_info()
312 fastboot_fail("partition not found", response); in fastboot_mmc_get_part_info()
318 fastboot_fail("partition not found", response); in fastboot_mmc_get_part_info()
342 fastboot_fail("invalid mmc device", response); in fastboot_mmc_flash_write()
353 fastboot_fail("invalid GPT partition", response); in fastboot_mmc_flash_write()
358 fastboot_fail("writing GPT partitions failed", in fastboot_mmc_flash_write()
374 fastboot_fail("invalid MBR partition", response); in fastboot_mmc_flash_write()
379 fastboot_fail("writing MBR partition failed", in fastboot_mmc_flash_write()
399 fastboot_fail("cannot find partition", response); in fastboot_mmc_flash_write()
415 sparse.mssg = fastboot_fail; in fastboot_mmc_flash_write()
447 fastboot_fail("invalid mmc device", response); in fastboot_mmc_erase()
454 fastboot_fail("invalid mmc device", response); in fastboot_mmc_erase()
461 fastboot_fail("cannot find partition", response); in fastboot_mmc_erase()
481 fastboot_fail("failed erasing from device", response); in fastboot_mmc_erase()