Searched refs:verbose_error (Results 1 – 1 of 1) sorted by relevance
/external/qemu/distrib/libsparse/src/ |
D | sparse_read.c | 53 static void verbose_error(bool verbose, int err, const char *fmt, ...) in verbose_error() function 236 verbose_error(s->verbose, ret, "data block at %lld", offset); in process_chunk() 244 verbose_error(s->verbose, ret, "fill block at %lld", offset); in process_chunk() 253 verbose_error(s->verbose, ret, "skip block at %lld", offset); in process_chunk() 261 verbose_error(s->verbose, -EINVAL, "crc block at %lld", in process_chunk() 267 verbose_error(s->verbose, -EINVAL, "unknown block %04X at %lld", in process_chunk() 428 verbose_error(verbose, ret, "header"); in sparse_file_import() 433 verbose_error(verbose, -EINVAL, "header magic"); in sparse_file_import() 438 verbose_error(verbose, -EINVAL, "header major version"); in sparse_file_import() 453 verbose_error(verbose, -EINVAL, NULL); in sparse_file_import() [all …]
|