/illumos-gate/usr/src/tools/scripts/ |
H A D | genoffsets.pl | 47 our ($CTmp, $OTmp, $GenTmp, $GenPPTmp, $Keep, $Verbose); 89 if ($Verbose) { 124 $Verbose = $opts{k} || $opts{v}; 136 if ($Verbose) {
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | fat.c | 49 extern int Verbose; 88 if (Verbose) in getFAT() 106 if (Verbose) { in getFAT() 126 if (Verbose) { in writeFATMods() 134 if (Verbose) in writeFATMods()
|
H A D | fsck.c | 77 int Verbose = 0; variable 189 if (Verbose) in openFS() 229 } else if (Verbose) { in openFS() 282 Verbose++; in parseSubOptions()
|
H A D | dir.c | 59 extern int Verbose; 332 if (Verbose) { in storeInfoAboutEntry() 376 if (Verbose) { in storeInfoAboutLabel() 654 if (Verbose) in traverseDir() 922 if (Verbose) in seekRootDirectory() 949 if (Verbose) in getRootDirectory() 964 if (Verbose) { in getRootDirectory() 984 if (Verbose) { in writeRootDirMods() 993 if (Verbose) in writeRootDirMods()
|
H A D | clusters.c | 58 extern int Verbose; 127 if (Verbose) { in printOrphanSize() 257 if (Verbose) { in addToCache() 363 if (Verbose) in writeCachedCluster() 556 if (Verbose) in markBad() 852 if (Verbose) { in createNewEndOfDirectory() 917 if (Verbose) { in truncAtCluster() 1002 if (Verbose) { in updateOrphanedChainMetadata() 1266 if (Verbose) in sharedChainError() 1518 if (Verbose) in findBadClusters() [all …]
|
H A D | bpb.c | 57 extern int Verbose; 149 if (Verbose) { in computeFileAreaSize() 183 if (Verbose) in readBPB()
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/ |
H A D | mkfs.c | 72 static int Verbose = 0; variable 539 if (Verbose) { in fill_bpb_sizes() 723 if (Verbose) in seek_partn() 745 if (Verbose) in seek_partn() 864 if (Verbose) in seek_partn() 904 if (Verbose) in seek_partn() 941 if (Verbose) in seek_nofdisk() 1478 if (Verbose) in compute_cluster_size() 1485 if (Verbose) in compute_cluster_size() 1517 if (Verbose) { in find_fixed_details() [all …]
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | mkalias.c | 56 int Verbose = 0; /* to get the gory details */ variable 191 if (Verbose) printf("%s --> %s --> %s\n", in ProcessMap() 200 if (Verbose) in ProcessMap() 297 Verbose = 1; in main()
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | out.c | 146 if ((flags & O_VERB) && Verbose == 0) in vout() 149 if ((flags & O_VERB2) && Verbose < 2) in vout() 152 if ((flags & O_VERB3) && Verbose < 3) in vout()
|
H A D | out.h | 100 extern int Verbose;
|
/illumos-gate/usr/src/cmd/fm/eversholt/eftinfo/common/ |
H A D | eftinfo.c | 84 int Verbose; variable 173 Verbose++; in main()
|
/illumos-gate/usr/src/cmd/fm/eversholt/esc/common/ |
H A D | escmain.c | 82 int Verbose; variable 181 Verbose++; in main()
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eft.c | 60 int Verbose; variable 331 Verbose = fmd_prop_get_int32(hdl, "verbose"); in _fmd_init() 338 Verbose, Warn, Max_fme); in _fmd_init()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | cyclic.c | 246 uint_t verbose = FALSE, Verbose = FALSE; in cycinfo() local 260 'V', MDB_OPT_SETBITS, TRUE, &Verbose, NULL) != argc) in cycinfo() 263 if (!DCMD_HDRSPEC(flags) && (verbose || Verbose)) in cycinfo() 266 if (DCMD_HDRSPEC(flags) || verbose || Verbose) in cycinfo() 312 if (!verbose && !Verbose) in cycinfo() 329 if (!Verbose && j >= cpu.cyp_nelems) in cycinfo() 363 if (!Verbose) in cycinfo()
|
/illumos-gate/usr/src/cmd/audio/audioplay/ |
H A D | audioplay.c | 88 static int Verbose = FALSE; /* verbose messages */ variable 208 if (Verbose) { in open_audio() 215 if (Verbose) in open_audio() 307 Verbose = TRUE; in main() 873 if (Verbose) { in reconfig() 983 if (Verbose) { in path_open()
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | savemail.c | 384 int oldverb = Verbose; 387 Verbose = 1; 388 if (Verbose > 0) 390 Verbose = oldverb; 448 int oldverb = Verbose; 451 Verbose = 1; 452 if (Verbose > 0) 455 Verbose = oldverb;
|
H A D | main.c | 1613 Verbose != 0) 1625 Verbose = 0; 1642 if (Verbose == 0) 1643 Verbose = 2; 1678 Verbose = 2; 1718 if (Verbose) 2086 Verbose = 2; 2088 if (Verbose) 2103 if (Verbose == 2) 2114 if (Verbose < 2) [all …]
|
H A D | queue.c | 1769 if (Verbose) 1777 if (Verbose) 1781 if (Verbose) 1797 else if (Verbose) 1804 if (Verbose) 2132 if (!Verbose && bitnset(QD_FORK, Queue[qgrp]->qg_flags)) 2594 if (Verbose) 3966 if (Verbose) 4020 if (Verbose) 4324 if (Verbose) [all …]
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | uucpdefs.c | 54 static int Verbose; /* only for cu and ct to change */ variable
|
H A D | uucp.h | 197 #define VERBOSE(f, s) { if (Verbose > 0) (void) fprintf(stderr, f, s); } 396 static int Debug, Verbose; variable
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | trace.c | 54 static int Verbose; variable 139 Verbose = t_info->ti_verbosity; in xlator_init() 140 seterrseverity(Verbose); /* Ditto. */ in xlator_init() 430 switch (Verbose) { in stats_report()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | ct.c | 185 Verbose = 1; 342 Verbose = 0; 441 if ((!hangup || Verbose))
|
H A D | uucpdefs.c | 76 GLOBAL int Verbose = 0; /* only for cu and ct to change */ variable
|
H A D | uucp.h | 302 #define VERBOSE(f, s) { if (Verbose > 0) fprintf(stderr, f, s); } 507 EXTERN int Debug, Verbose; variable
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | uucp.h | 243 #define VERBOSE(f, s) { if (Verbose > 0) (void)fprintf(stderr, f, s); } 443 EXTERN int Debug, Verbose; variable
|