Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 21 of 21) sorted by relevance

/system/core/libsparse/
Dsparse_read.c51 static void verbose_error(bool verbose, int err, const char *fmt, ...) in verbose_error() argument
78 if (verbose) { in verbose_error()
239 verbose_error(s->verbose, ret, "data block at %lld", offset); in process_chunk()
247 verbose_error(s->verbose, ret, "fill block at %lld", offset); in process_chunk()
256 verbose_error(s->verbose, ret, "skip block at %lld", offset); in process_chunk()
264 verbose_error(s->verbose, -EINVAL, "crc block at %lld", in process_chunk()
270 verbose_error(s->verbose, -EINVAL, "unknown block %04X at %lld", in process_chunk()
423 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc) in sparse_file_import() argument
432 verbose_error(verbose, ret, "header"); in sparse_file_import()
437 verbose_error(verbose, -EINVAL, "header magic"); in sparse_file_import()
[all …]
Dsimg_dump.py34 verbose = 0 # -v
44 verbose += 1
91 if not verbose:
144 if verbose > 1:
Dsparse_file.h25 bool verbose; member
Dsparse.c316 s->verbose = true; in sparse_file_verbose()
/system/extras/ext4_utils/
Dext4fixup_main.c31 int verbose = 0; in main() local
42 verbose = 1; in main()
67 return ext4fixup_internal(fsdev, verbose, no_write, stop_phase, stop_loc, stop_count); in main()
Dext4fixup.c69 static int verbose = 0; variable
236 if (verbose) { in read_ext()
360 if (verbose) { in check_inode_bitmap()
384 if (verbose) { in update_superblocks_and_bg_desc()
686 if (verbose) { in recurse_dir()
721 if (verbose) { in recurse_dir()
727 if (verbose) { in recurse_dir()
741 if (verbose) { in recurse_dir()
796 verbose = v_flag; in ext4fixup_internal()
820 if (verbose) { in ext4fixup_internal()
[all …]
Dmake_ext4fs_main.c73 int verbose = 0; in main() local
144 verbose = 1; in main()
204 sparse, crc, wipe, sehnd, verbose); in main()
Dext2simg.c44 static int verbose = 0; variable
87 if (verbose) { in read_ext()
193 verbose = 1; in main()
Dmake_ext4fs.c112 struct selabel_handle *sehnd, int verbose) in build_directory_structure() argument
189 if (dentries[i].secon && verbose) in build_directory_structure()
259 subdir_dir_path, inode, fs_config_func, sehnd, verbose); in build_directory_structure()
461 struct selabel_handle *sehnd, int verbose) in make_ext4fs_internal() argument
570 fs_config_func, sehnd, verbose); in make_ext4fs_internal()
586 if (verbose) { in make_ext4fs_internal()
Dext4_utils.h190 struct selabel_handle *sehnd, int verbose);
/system/core/toolbox/
Dnotify.c21 int verbose = 2; in notify_main() local
44 verbose = atoi(optarg); in notify_main()
97 if(verbose >= 2) in notify_main()
99 else if(verbose >= 2) in notify_main()
101 else if(verbose >= 1) in notify_main()
114 display_name = (verbose >= 2 || event->len == 0) ? filename : event->name; in notify_main()
Dnandread.c31 int verbose = 0; in nandread_main() local
73 verbose++; in nandread_main()
131 if (verbose) { in nandread_main()
156 if (verbose) { in nandread_main()
171 if (verbose) { in nandread_main()
191 if (verbose > 3) in nandread_main()
263 else if (verbose > 2 || (verbose > 1 && !(pos & (mtdinfo.erasesize - 1)))) in nandread_main()
277 if (verbose) { in nandread_main()
Drestorecon.c15 static int verbose; variable
39 if (verbose) in restore()
74 verbose = 1; in restorecon_main()
Dlsusb.c25 static int verbose = 0; variable
157 if (verbose) { in lsusb_device_added()
209 verbose = 1; in lsusb_main()
/system/extras/showmap/
Dshowmap.c209 static int verbose = 0; variable
224 if (!verbose && !addresses) { in print_header()
236 if (!verbose && !addresses) { in print_divider()
255 milist = load_maps(pid, addresses, !verbose && !addresses); in show_map()
287 if (!verbose && !addresses) { in show_map()
308 if (!verbose && !addresses) { in show_map()
328 verbose = 1; in main()
/system/core/libnetutils/
Ddhcpclient.c45 static int verbose = 1; variable
354 if (verbose) ALOGD("netcfg: Wrong size %d != %d\n", sz, DHCP_MSG_FIXED_SIZE); in is_valid_reply()
358 if (verbose) ALOGD("netcfg: Wrong Op %d != %d\n", reply->op, OP_BOOTREPLY); in is_valid_reply()
362 if (verbose) ALOGD("netcfg: Wrong Xid 0x%x != 0x%x\n", ntohl(reply->xid), in is_valid_reply()
367 if (verbose) ALOGD("netcfg: Wrong Htype %d != %d\n", reply->htype, msg->htype); in is_valid_reply()
371 if (verbose) ALOGD("netcfg: Wrong Hlen %d != %d\n", reply->hlen, msg->hlen); in is_valid_reply()
375 if (verbose) ALOGD("netcfg: Wrong chaddr %x != %x\n", *(reply->chaddr),*(msg->chaddr)); in is_valid_reply()
499 if (verbose) dump_dhcp_info(&info); in dhcp_init_ifc()
/system/core/sh/
Dexec.c336 int verbose; in hashcmd() local
340 verbose = 0; in hashcmd()
345 verbose++; in hashcmd()
351 if (verbose || cmdp->cmdtype == CMDNORMAL) in hashcmd()
352 printentry(cmdp, verbose); in hashcmd()
363 if (verbose) { in hashcmd()
366 printentry(cmdp, verbose); in hashcmd()
377 printentry(struct tblentry *cmdp, int verbose) in printentry() argument
401 if (verbose) { in printentry()
/system/core/libsparse/include/sparse/
Dsparse.h226 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc);
/system/core/cpio/
Dmkbootfs.c53 static int verbose = 0; variable
160 if(verbose) { in _archive_dir()
229 if(verbose) { in _archive()
/system/extras/tests/bionic/libc/
Drun-test.sh36 --verbose)
/system/core/netcfg/
Dnetcfg.c28 static int verbose = 0; variable