Searched refs:verbose (Results 1 - 18 of 18) sorted by last modified time

/system/core/cpio/
H A Dmkbootfs.c53 static int verbose = 0; variable
159 if(verbose) {
228 if(verbose) {
/system/core/libnetutils/
H A Ddhcpclient.c45 static int verbose = 1; variable
354 if (verbose) ALOGD("netcfg: Wrong size %d != %d\n", sz, DHCP_MSG_FIXED_SIZE);
358 if (verbose) ALOGD("netcfg: Wrong Op %d != %d\n", reply->op, OP_BOOTREPLY);
362 if (verbose) ALOGD("netcfg: Wrong Xid 0x%x != 0x%x\n", ntohl(reply->xid),
367 if (verbose) ALOGD("netcfg: Wrong Htype %d != %d\n", reply->htype, msg->htype);
371 if (verbose) ALOGD("netcfg: Wrong Hlen %d != %d\n", reply->hlen, msg->hlen);
375 if (verbose) ALOGD("netcfg: Wrong chaddr %x != %x\n", *(reply->chaddr),*(msg->chaddr));
499 if (verbose) dump_dhcp_info(&info);
/system/core/libsparse/include/sparse/
H A Dsparse.h217 * @verbose - print verbose errors while reading the sparse file
221 * sparse cookie that was used to write it. If verbose is true, prints verbose
226 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc);
259 * sparse_file_verbose - set a sparse file cookie to print verbose errors
263 * Print verbose sparse file errors whenever using the sparse file cookie.
268 * sparse_print_verbose - function called to print verbose errors
270 * By default, verbose errors will print to standard error.
271 * sparse_print_verbose may be overridden to log verbose error
[all...]
/system/core/libsparse/
H A Dsimg_dump.py23 -v verbose output
34 verbose = 0 # -v
38 ["verbose"])
43 if o in ("-v", "--verbose"):
44 verbose += 1
91 if not verbose:
144 if verbose > 1:
H A Dsparse.c316 s->verbose = true;
H A Dsparse_file.h25 bool verbose; member in struct:sparse_file
H A Dsparse_read.c51 static void verbose_error(bool verbose, int err, const char *fmt, ...) argument
78 if (verbose) {
239 verbose_error(s->verbose, ret, "data block at %lld", offset);
247 verbose_error(s->verbose, ret, "fill block at %lld", offset);
256 verbose_error(s->verbose, ret, "skip block at %lld", offset);
264 verbose_error(s->verbose, -EINVAL, "crc block at %lld",
270 verbose_error(s->verbose, -EINVAL, "unknown block %04X at %lld",
423 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc) argument
432 verbose_error(verbose, ret, "header");
437 verbose_error(verbose,
[all...]
/system/core/netcfg/
H A Dnetcfg.c28 static int verbose = 0; variable
/system/core/sh/
H A Dexec.c336 int verbose; local
340 verbose = 0;
345 verbose++;
351 if (verbose || cmdp->cmdtype == CMDNORMAL)
352 printentry(cmdp, verbose);
363 if (verbose) {
366 printentry(cmdp, verbose);
377 printentry(struct tblentry *cmdp, int verbose) argument
401 if (verbose) {
/system/core/toolbox/
H A Dlsusb.c25 static int verbose = 0; variable
157 if (verbose) {
209 verbose = 1;
H A Dnandread.c31 int verbose = 0; local
73 verbose++;
131 if (verbose) {
156 if (verbose) {
171 if (verbose) {
191 if (verbose > 3)
263 else if (verbose > 2 || (verbose > 1 && !(pos & (mtdinfo.erasesize - 1))))
277 if (verbose) {
H A Dnotify.c21 int verbose = 2; local
44 verbose = atoi(optarg);
97 if(verbose >= 2)
99 else if(verbose >= 2)
101 else if(verbose >= 1)
114 display_name = (verbose >= 2 || event->len == 0) ? filename : event->name;
H A Drestorecon.c15 static int verbose; variable
39 if (verbose)
74 verbose = 1;
/system/extras/ext4_utils/
H A Dext2simg.c44 static int verbose = 0; variable
51 fprintf(stderr, " -v verbose output\n");
88 if (verbose) {
194 verbose = 1;
H A Dext4fixup.c69 static int verbose = 0; variable
237 if (verbose) {
361 if (verbose) {
385 if (verbose) {
687 if (verbose) {
722 if (verbose) {
728 if (verbose) {
742 if (verbose) {
797 verbose = v_flag;
821 if (verbose) {
[all...]
H A Dext4fixup_main.c31 int verbose = 0; local
42 verbose = 1;
67 return ext4fixup_internal(fsdev, verbose, no_write, stop_phase, stop_loc, stop_count);
/system/extras/showmap/
H A Dshowmap.c209 static int verbose = 0; variable
224 if (!verbose && !addresses) {
236 if (!verbose && !addresses) {
255 milist = load_maps(pid, addresses, !verbose && !addresses);
287 if (!verbose && !addresses) {
308 if (!verbose && !addresses) {
328 verbose = 1;
359 " -v = verbose (don't coalesce maps with the same name)\n"
/system/extras/tests/bionic/libc/
H A Drun-test.sh36 --verbose)
69 echo " --verbose Enable verbose mode"

Completed in 142 milliseconds