/system/core/libsparse/ |
D | sparse_read.c | 51 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 …]
|
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 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 …]
|
D | make_ext4fs_main.c | 73 int verbose = 0; in main() local 144 verbose = 1; in main() 204 sparse, crc, wipe, sehnd, verbose); in main()
|
D | ext2simg.c | 44 static int verbose = 0; variable 87 if (verbose) { in read_ext() 193 verbose = 1; in main()
|
D | make_ext4fs.c | 112 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()
|
D | ext4_utils.h | 190 struct selabel_handle *sehnd, int verbose);
|
/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 | 31 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()
|
D | restorecon.c | 15 static int verbose; variable 39 if (verbose) in restore() 74 verbose = 1; in restorecon_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 | 209 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/ |
D | dhcpclient.c | 45 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/ |
D | exec.c | 336 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/ |
D | sparse.h | 226 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc);
|
/system/core/cpio/ |
D | mkbootfs.c | 53 static int verbose = 0; variable 160 if(verbose) { in _archive_dir() 229 if(verbose) { in _archive()
|
/system/extras/tests/bionic/libc/ |
D | run-test.sh | 36 --verbose)
|
/system/core/netcfg/ |
D | netcfg.c | 28 static int verbose = 0; variable
|