/system/core/libsparse/ |
D | sparse_read.c | 53 static void verbose_error(bool verbose, int err, const char *fmt, ...) in verbose_error() argument 80 if (verbose) { in verbose_error() 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() 419 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc) in sparse_file_import() argument 428 verbose_error(verbose, ret, "header"); in sparse_file_import() 433 verbose_error(verbose, -EINVAL, "header magic"); in sparse_file_import() [all …]
|
D | simg_dump.py | 34 verbose = 0 # -v 44 verbose += 1 91 if not verbose: 144 if verbose > 1:
|
D | sparse_file.h | 25 bool verbose; member
|
D | sparse.c | 316 s->verbose = true; in sparse_file_verbose()
|
/system/extras/ext4_utils/ |
D | ext4fixup_main.c | 31 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()
|
D | ext4fixup.c | 69 static int verbose = 0; variable 254 if (verbose) { in check_inode_bitmap() 278 if (verbose) { in update_superblocks_and_bg_desc() 586 if (verbose) { in recurse_dir() 621 if (verbose) { in recurse_dir() 627 if (verbose) { in recurse_dir() 641 if (verbose) { in recurse_dir() 696 verbose = v_flag; in ext4fixup_internal() 708 read_ext(fd, verbose); in ext4fixup_internal() 734 if (verbose) { in ext4fixup_internal() [all …]
|
D | make_ext4fs_main.c | 75 int verbose = 0; in main() local 147 verbose = 1; in main() 230 sparse, crc, wipe, sehnd, verbose, fixed_time, block_list_file); in main()
|
D | ext2simg.c | 44 static int verbose = 0; variable 133 verbose = 1; in main() 171 read_ext(infd, verbose); in main()
|
D | ext4_utils.h | 161 struct selabel_handle *sehnd, int verbose, time_t fixed_time, 164 int read_ext(int fd, int verbose);
|
D | make_ext4fs.c | 130 struct selabel_handle *sehnd, int verbose, time_t fixed_time) in build_directory_structure() argument 211 if (dentries[i].secon && verbose) in build_directory_structure() 281 subdir_dir_path, inode, fs_config_func, sehnd, verbose, fixed_time); in build_directory_structure() 486 struct selabel_handle *sehnd, int verbose, time_t fixed_time, in make_ext4fs_internal() argument 596 fs_config_func, sehnd, verbose, fixed_time); in make_ext4fs_internal() 612 if (verbose) { in make_ext4fs_internal()
|
D | ext4_utils.c | 501 int read_ext(int fd, int verbose) in read_ext() argument 524 if (verbose) { in read_ext()
|
/system/core/toolbox/ |
D | notify.c | 21 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()
|
D | nandread.c | 32 int verbose = 0; in nandread_main() local 74 verbose++; in nandread_main() 132 if (verbose) { in nandread_main() 157 if (verbose) { in nandread_main() 172 if (verbose) { in nandread_main() 192 if (verbose > 3) in nandread_main() 264 else if (verbose > 2 || (verbose > 1 && !(pos & (mtdinfo.erasesize - 1)))) in nandread_main() 278 if (verbose) { in nandread_main()
|
D | lsusb.c | 25 static int verbose = 0; variable 157 if (verbose) { in lsusb_device_added() 209 verbose = 1; in lsusb_main()
|
/system/extras/showmap/ |
D | showmap.c | 211 static int verbose = 0; variable 226 if (!verbose && !addresses) { in print_header() 238 if (!verbose && !addresses) { in print_divider() 257 milist = load_maps(pid, addresses, !verbose && !addresses); in show_map() 289 if (!verbose && !addresses) { in show_map() 310 if (!verbose && !addresses) { in show_map() 330 verbose = 1; in main()
|
/system/core/libnetutils/ |
D | dhcpclient.c | 45 static int verbose = 1; variable 356 if (verbose) ALOGD("netcfg: Wrong size %d != %d\n", sz, DHCP_MSG_FIXED_SIZE); in is_valid_reply() 360 if (verbose) ALOGD("netcfg: Wrong Op %d != %d\n", reply->op, OP_BOOTREPLY); in is_valid_reply() 364 if (verbose) ALOGD("netcfg: Wrong Xid 0x%x != 0x%x\n", ntohl(reply->xid), in is_valid_reply() 369 if (verbose) ALOGD("netcfg: Wrong Htype %d != %d\n", reply->htype, msg->htype); in is_valid_reply() 373 if (verbose) ALOGD("netcfg: Wrong Hlen %d != %d\n", reply->hlen, msg->hlen); in is_valid_reply() 377 if (verbose) ALOGD("netcfg: Wrong chaddr %x != %x\n", *(reply->chaddr),*(msg->chaddr)); in is_valid_reply() 501 if (verbose) dump_dhcp_info(&info); in dhcp_init_ifc()
|
/system/extras/memtrack/ |
D | memtrack.cpp | 301 bool verbose = false; in main() local 306 verbose = true; in main() 322 if (quiet && verbose) { in main() 348 if (verbose) { in main() 354 if (verbose) { in main()
|
/system/core/libsparse/include/sparse/ |
D | sparse.h | 230 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc);
|
/system/core/cpio/ |
D | mkbootfs.c | 53 static int verbose = 0; variable 161 if(verbose) { in _archive_dir() 232 if(verbose) { in _archive()
|
/system/extras/tests/bionic/libc/ |
D | run-test.sh | 36 --verbose)
|