Searched refs:verbose (Results 1 – 7 of 7) sorted by relevance
/system/core/toolbox/ |
D | notify.c | 20 int verbose = 2; in notify_main() local 43 verbose = atoi(optarg); in notify_main() 96 if(verbose >= 2) in notify_main() 98 else if(verbose >= 2) in notify_main() 100 else if(verbose >= 1) in notify_main() 113 display_name = (verbose >= 2 || event->len == 0) ? filename : event->name; in notify_main()
|
D | powerd.c | 191 int verbose = 1; in powerd_main() local 220 verbose = 2; in powerd_main() 223 verbose = 0; in powerd_main() 263 if(verbose > 0) in powerd_main() 270 if(verbose > 0) in powerd_main() 322 if(gotkey && verbose > 0) in powerd_main() 324 if(!gotkey && verbose > 1) in powerd_main() 375 if(verbose > 1) in powerd_main() 383 if(verbose > 0) in powerd_main() 396 if(verbose > 0) in powerd_main()
|
/system/extras/showmap/ |
D | showmap.c | 99 mapinfo *load_maps(int pid, int verbose) in load_maps() argument 112 if(!verbose && milist) { in load_maps() 136 static int verbose = 0; variable 152 milist = load_maps(pid, verbose); in show_map() 212 verbose = 1; in main()
|
/system/core/libnetutils/ |
D | dhcpclient.c | 45 static int verbose = 1; variable 373 if (verbose) LOGD("netcfg: Wrong size %d != %d\n", sz, DHCP_MSG_FIXED_SIZE); in is_valid_reply() 377 if (verbose) LOGD("netcfg: Wrong Op %d != %d\n", reply->op, OP_BOOTREPLY); in is_valid_reply() 381 if (verbose) LOGD("netcfg: Wrong Xid 0x%x != 0x%x\n", ntohl(reply->xid), in is_valid_reply() 386 if (verbose) LOGD("netcfg: Wrong Htype %d != %d\n", reply->htype, msg->htype); in is_valid_reply() 390 if (verbose) LOGD("netcfg: Wrong Hlen %d != %d\n", reply->hlen, msg->hlen); in is_valid_reply() 394 if (verbose) LOGD("netcfg: Wrong chaddr %x != %x\n", *(reply->chaddr),*(msg->chaddr)); in is_valid_reply() 518 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/cpio/ |
D | mkbootfs.c | 37 static int verbose = 0; variable 119 if(verbose) { in _archive_dir() 188 if(verbose) { in _archive()
|
/system/core/netcfg/ |
D | netcfg.c | 23 static int verbose = 0; variable
|