Searched defs:Verbose (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/eftinfo/common/
H A Deftinfo.c86 int Verbose; variable
174 Verbose++;
/illumos-gate/usr/src/cmd/fm/eversholt/esc/common/
H A Descmain.c84 int Verbose; variable
182 Verbose++;
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucpdefs.c56 static int Verbose; /* only for cu and ct to change */ variable
H A Duucp.h197 * In other programs, the Value of Verbose is always 0.
199 #define VERBOSE(f, s) { if (Verbose > 0) (void) fprintf(stderr, f, s); }
398 static int Debug, Verbose; variable
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dpraliases.c50 int Verbose = 2; variable
H A Deditmap.c53 int Verbose = 2; variable
H A Dmakemap.c49 int Verbose = 2; variable
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmkalias.c58 int Verbose = 0; /* to get the gory details */ variable
193 if (Verbose) printf("%s --> %s --> %s\n",
202 if (Verbose)
299 Verbose = 1;
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft.c60 int Verbose; variable
331 Verbose = fmd_prop_get_int32(hdl, "verbose");
338 Verbose, Warn, Max_fme);
/illumos-gate/usr/src/cmd/bnu/
H A Duucpdefs.c79 GLOBAL int Verbose = 0; /* only for cu and ct to change */ variable
H A Duucp.h302 * In other programs, the Value of Verbose is always 0.
304 #define VERBOSE(f, s) { if (Verbose > 0) fprintf(stderr, f, s); }
509 EXTERN int Debug, Verbose; variable
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck.c74 int Verbose = 0; variable
164 if (Verbose)
191 } else if (Verbose) {
244 Verbose++;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c257 uint_t verbose = FALSE, Verbose = FALSE; local
271 'V', MDB_OPT_SETBITS, TRUE, &Verbose, NULL) != argc)
274 if (!DCMD_HDRSPEC(flags) && (verbose || Verbose))
277 if (DCMD_HDRSPEC(flags) || verbose || Verbose)
324 if (!verbose && !Verbose)
341 if (!Verbose && j >= cpu.cyp_nelems)
378 if (!Verbose)
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c56 static int Verbose; variable
141 Verbose = t_info->ti_verbosity;
142 seterrseverity(Verbose); /* Ditto. */
432 switch (Verbose) {
/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c84 static int Verbose = FALSE; /* verbose messages */ variable
205 if (Verbose) {
212 if (Verbose)
303 Verbose = TRUE;
868 if (Verbose) {
978 if (Verbose) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c178 int Verbose = 0; variable
302 ++Verbose;
1407 if (Verbose) {
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c70 static int Verbose = 0; variable
537 if (Verbose) {
721 if (Verbose)
743 if (Verbose)
862 if (Verbose)
902 if (Verbose)
939 if (Verbose)
1476 if (Verbose)
1483 if (Verbose)
1515 if (Verbose) {
[all...]
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h242 * In other programs, the Value of Verbose is always 0.
244 #define VERBOSE(f, s) { if (Verbose > 0) (void)fprintf(stderr, f, s); }
446 EXTERN int Debug, Verbose; variable
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h2308 EXTERN int Verbose; /* set if blow-by-blow desired */ variable

Completed in 120 milliseconds