Lines Matching full:response

114 		unsigned int download_bytes, char *response)  in write_raw_image()  argument
125 fastboot_fail("too large for partition", response); in write_raw_image()
134 fastboot_fail("failed writing to device", response); in write_raw_image()
140 fastboot_okay("", response); in write_raw_image()
156 char *response) in fb_mmc_get_boot_header() argument
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()
202 char *response) in fb_mmc_update_zimage() argument
222 fastboot_fail("cannot find boot partition", response); in fb_mmc_update_zimage()
231 hdr_sectors = fb_mmc_get_boot_header(dev_desc, &info, hdr, 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()
297 fastboot_okay("", response); in fb_mmc_update_zimage()
303 unsigned int download_bytes, char *response) in fb_mmc_flash_write() argument
322 fastboot_fail("invalid mmc device", response); in fb_mmc_flash_write()
340 fastboot_fail(reason, response); in fb_mmc_flash_write()
346 "writing GPT partitions failed", response); in fb_mmc_flash_write()
350 fastboot_okay("", response); 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()
370 fastboot_okay("", response); in fb_mmc_flash_write()
385 fb_mmc_update_zimage(dev_desc, download_buffer, download_bytes, response); in fb_mmc_flash_write()
392 fastboot_fail("cannot find partition", response); in fb_mmc_flash_write()
414 download_bytes, response); in fb_mmc_flash_write()
417 download_bytes, response); in fb_mmc_flash_write()
421 void fb_mmc_erase(const char *cmd, char *response) in fb_mmc_erase() argument
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()
478 fastboot_okay("", response); in fb_mmc_erase()