Searched refs:verbose (Results 251 - 275 of 810) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dstack.c124 if (kbt->verbose) { /* else we aren't going to use it */
134 if (kbt->verbose)
139 if (kbt->verbose)
141 } else if (kbt->verbose) {
168 if (kbt->verbose)
174 if (kbt->verbose) {
265 kbt->verbose = 0; /* override in caller if desired */
352 kbt->verbose = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dswiotlb.h25 extern void swiotlb_init(int verbose);
26 extern void swiotlb_init_with_tbl(char *tlb, unsigned long nslabs, int verbose);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/spi/
H A Dspidev_fdx.c15 static int verbose; variable
126 verbose++;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Drdisc.c178 int verbose = 0; variable
301 verbose++;
536 if (verbose) {
581 if (verbose) {
720 if (verbose)
741 if (verbose)
748 if (verbose)
756 if (verbose)
763 if (verbose)
772 if (verbose)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/lguest/
H A Dlguest.c76 * verbose is both a global flag and a macro. The C preprocessor allows
79 static bool verbose; variable
80 #define verbose(args...) \ macro
81 do { if (verbose) printf(args); } while(0)
126 /* The name of this device, for --verbose. */
403 verbose("Section %i: size %i addr %p\n",
518 verbose("mapped initrd %s size=%lu @ %p\n", name, len, (void*)mem-len);
556 verbose("Guest: %p - %p (%#lx)\n",
987 verbose("Resetting device %s\n", dev->name);
1064 verbose("Devic
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dgeom.c212 static int find_dev_in_directory (dev_t dev, const char *dir, char *path, int verbose) argument
221 if (verbose)
230 if (verbose)
242 if (verbose)
H A Dsgio.c20 extern int verbose;
262 if (verbose) {
269 if (verbose)
274 if (verbose)
279 if (verbose)
285 if (verbose)
290 if (verbose) {
297 if (verbose)
318 if (verbose) {
346 if (verbose)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Demp_ematch.y11 %error-verbose
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dmidiloop.c13 fprintf(stderr, " -v: verbose mode\n");
70 int verbose = 0; local
89 verbose = 1;
108 if (verbose) {
180 if (verbose) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-utils/
H A Davahi-resolve.c56 int verbose; member in struct:Config
165 " -v --verbose Enable verbose mode\n"
180 { "verbose", no_argument, NULL, 'v' },
188 c->verbose = 0;
206 c->verbose = 1;
278 if (config.verbose) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/stf/
H A Dspoolss.py219 print "\t -v/--verbose Display debugging information"
241 ["verbose", "list-tests"])
246 verbose = 0
250 if opt in ("-v", "--verbose"):
251 verbose = 1
288 comfychair.runtests(test_list, verbose = verbose)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-resolve.c56 int verbose; member in struct:Config
165 " -v --verbose Enable verbose mode\n"
180 { "verbose", no_argument, NULL, 'v' },
188 c->verbose = 0;
206 c->verbose = 1;
278 if (config.verbose) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_recover/
H A Ddb_recover.c51 int ch, exitval, fatal_recover, ret, retain_env, set_feedback, verbose; local
64 exitval = fatal_recover = retain_env = set_feedback = verbose = 0;
97 verbose = 1;
125 if (verbose)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_recover/
H A Ddb_recover.c37 int ch, exitval, fatal_recover, ret, retain_env, set_feedback, verbose; local
50 exitval = fatal_recover = retain_env = set_feedback = verbose = 0;
82 verbose = 1;
110 if (verbose)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dmp_msg.h25 extern int verbose;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmmove.c41 int verbose; member in struct:Arg_t
98 if(arg->verbose){
244 arg.verbose = 0;
253 arg.verbose = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Ddirlist.c268 void dirlist_one_file(char *name, FILE *client, char verbose) argument
318 if (verbose)
324 void dirlist(char *name, FILE * client, char verbose) argument
341 dirlist_one_file(globbuf.gl_pathv[i], client, verbose);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/boot/compressed/
H A Dmisc.c104 # define Tracev(x) { if (verbose) fprintf x ; }
105 # define Tracevv(x) { if (verbose > 1) fprintf x ; }
106 # define Tracec(c, x) { if (verbose && (c)) fprintf x ; }
107 # define Tracecv(c, x) { if (verbose > 1 && (c)) fprintf x ; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-java.c131 verbose, false,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dcsv.h94 extern int verbose; /* Program verbosity */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_flock.c35 if (dbenv != NULL && FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS_ALL))
H A Dos_fsync.c75 if (dbenv != NULL && FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS_ALL))
H A Dos_rw.c63 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS_ALL))
84 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS_ALL))
153 if (dbenv != NULL && FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS_ALL))
240 if (dbenv != NULL && FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS_ALL))
H A Dos_seek.c42 if (dbenv != NULL && FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS_ALL))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_flock.c45 if (dbenv != NULL && FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS_ALL))

Completed in 215 milliseconds

<<11121314151617181920>>