Home
last modified time | relevance | path

Searched refs:mssg (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/lib/
Dimage-sparse.c82 if (!info->mssg) in write_sparse_image()
83 info->mssg = default_log; in write_sparse_image()
103 info->mssg("sparse image block size issue", response); in write_sparse_image()
138 info->mssg("Bogus chunk size for chunk type Raw", in write_sparse_image()
147 info->mssg("Request would exceed partition size!", in write_sparse_image()
158 info->mssg("flash write failure", response); in write_sparse_image()
170 info->mssg("Bogus chunk size for chunk type FILL", response); in write_sparse_image()
180 info->mssg("Malloc failed for: CHUNK_TYPE_FILL", in write_sparse_image()
198 info->mssg("Request would exceed partition size!", in write_sparse_image()
214 info->mssg("flash write failure", in write_sparse_image()
[all …]
/external/u-boot/include/
Dimage-sparse.h26 void (*mssg)(const char *str, char *response); member
/external/u-boot/drivers/fastboot/
Dfb_nand.c201 sparse.mssg = fastboot_fail; in fastboot_nand_flash_write()
Dfb_mmc.c415 sparse.mssg = fastboot_fail; in fastboot_mmc_flash_write()
/external/u-boot/cmd/
Dmmc.c366 sparse.mssg = NULL; in do_mmc_sparse_write()