Searched refs:verbose (Results 1 - 14 of 14) sorted by relevance

/system/extras/ext4_utils/
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);
H A Dext4fixup.c66 static int verbose = 0; variable
234 if (verbose) {
358 if (verbose) {
382 if (verbose) {
684 if (verbose) {
719 if (verbose) {
725 if (verbose) {
739 if (verbose) {
794 verbose = v_flag;
818 if (verbose) {
[all...]
H A Dext2simg.c33 static int verbose = 0; variable
40 fprintf(stderr, " -v verbose output\n");
77 if (verbose) {
181 verbose = 1;
/system/core/toolbox/
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 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 Dpowerd.c191 int verbose = 1; local
220 verbose = 2;
223 verbose = 0;
263 if(verbose > 0)
270 if(verbose > 0)
322 if(gotkey && verbose > 0)
324 if(!gotkey && verbose > 1)
375 if(verbose > 1)
383 if(verbose > 0)
396 if(verbose >
[all...]
H A Dlsusb.c25 static int verbose = 0; variable
157 if (verbose) {
209 verbose = 1;
/system/extras/showmap/
H A Dshowmap.c211 static int verbose = 0; variable
226 if (!verbose && !addresses) {
238 if (!verbose && !addresses) {
257 milist = load_maps(pid, addresses, !verbose && !addresses);
289 if (!verbose && !addresses) {
310 if (!verbose && !addresses) {
329 verbose = 1;
360 " -v = verbose (don't coalesce maps with the same name)\n"
/system/core/libnetutils/
H A Ddhcpclient.c45 static int verbose = 1; variable
350 if (verbose) LOGD("netcfg: Wrong size %d != %d\n", sz, DHCP_MSG_FIXED_SIZE);
354 if (verbose) LOGD("netcfg: Wrong Op %d != %d\n", reply->op, OP_BOOTREPLY);
358 if (verbose) LOGD("netcfg: Wrong Xid 0x%x != 0x%x\n", ntohl(reply->xid),
363 if (verbose) LOGD("netcfg: Wrong Htype %d != %d\n", reply->htype, msg->htype);
367 if (verbose) LOGD("netcfg: Wrong Hlen %d != %d\n", reply->hlen, msg->hlen);
371 if (verbose) LOGD("netcfg: Wrong chaddr %x != %x\n", *(reply->chaddr),*(msg->chaddr));
495 if (verbose) dump_dhcp_info(&info);
/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/extras/tests/bionic/libc/
H A Drun-test.sh36 --verbose)
69 echo " --verbose Enable verbose mode"
/system/core/cpio/
H A Dmkbootfs.c37 static int verbose = 0; variable
119 if(verbose) {
188 if(verbose) {
/system/core/netcfg/
H A Dnetcfg.c28 static int verbose = 0; variable
/system/media/wilhelm/src/
H A DAndroid.mk57 # or -DUSE_LOG=SLAndroidLogLevel_Verbose for verbose logging

Completed in 915 milliseconds