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

1234567891011>>

/illumos-gate/usr/src/tools/protocmp/
H A Dprotodir.h31 elem_list *list, int verbose);
33 elem_list *list, int verbose);
/illumos-gate/usr/src/tools/onbld/Checks/
H A DCddl.py49 def cddlchk(fh, filename=None, lenient=False, verbose=False, output=sys.stderr):
51 lenient=lenient, verbose=verbose, output=output)
H A DMapfile.py45 def mapfilechk(fh, filename=None, verbose=False, output=sys.stderr):
89 filename=filename, verbose=verbose,
H A DKeywords.py46 def keywords(fh, filename=None, lenient=False, verbose=False,
72 if verbose:
/illumos-gate/usr/src/cmd/bnu/
H A Duucheck.c98 int verbose = 0; /* fsck-like verbosity */ variable
114 verbose++;
138 if (verbose) printf("*** uucheck: Check Required Files and Directories\n");
147 if (verbose) printf("*** uucheck: Directories Check Complete\n\n");
151 if (verbose) printf("*** uucheck: Check %s file\n", PERMISSIONS);
153 if (verbose) printf("*** uucheck: %s Check Complete\n\n", PERMISSIONS);
168 if (verbose) printf("** %s \n\n",
175 if (verbose) printf("can't open %s\n", PERMISSIONS);
201 if (verbose) printf("\n");
221 if (verbose) print
[all...]
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Detrn.pl51 my $verbose = $opt_v;
119 if ($verbose);
159 print "server = $server\n" if (defined($verbose));
171 print if $verbose;
176 &read_response($2, $verbose);
179 if ($verbose);
184 if ($verbose);
198 print if $verbose;
204 print "ETRN supported\n" if ($verbose);
210 print if $verbose;
[all...]
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dverbose.c6 * $Id: verbose.c,v 1.6 2001/06/09 17:09:25 darrenr Exp $
21 void verbose(char *fmt, ...) function
23 void verbose(fmt, va_alist)
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmedstat.c66 int verbose = 1; local
102 verbose = 0;
134 if (verbose)
140 if (verbose)
154 if (verbose)
160 if (verbose)
165 if (verbose)
169 if (verbose)
179 if (verbose)
183 if (verbose)
[all...]
H A Dgrowfs.sh37 verbose=""
64 v) verbose="1" ;;
100 if [ -n "$verbose" ]; then
110 if [ -n "$verbose" ]; then
124 if [ -n "$verbose" ]; then
/illumos-gate/usr/src/cmd/lvm/md_monitord/
H A Dmd_monitord.h73 void probe_mirror_devs(boolean_e verbose);
74 void probe_raid_devs(boolean_e verbose);
75 void probe_trans_devs(boolean_e verbose);
76 void probe_hotspare_devs(boolean_e verbose);
H A Dprobedev.c51 delete_hotspares_impl(mdhspname_t *hspnp, md_hsp_t *hspp, boolean_e verbose) argument
63 if (verbose == True)
71 if (verbose == True)
90 if (verbose == True)
104 md_probe_ioctl(mdnamelist_t *nlp, int ndevs, char *drvname, boolean_e verbose) argument
127 if (verbose == True) {
135 if (verbose == True)
142 if (verbose == True)
196 get_toplevel_mds(mdnamelist_t **lpp, mdnamelist_t **top_pp, boolean_e verbose) argument
210 if (verbose
287 create_trans_compslist(mdnamelist_t **lpp, mdnamelist_t **top_pp, boolean_e verbose) argument
350 probe_mirror_devs(boolean_e verbose) argument
381 probe_raid_devs(boolean_e verbose) argument
420 probe_trans_devs(boolean_e verbose) argument
494 probe_hotspare_devs(boolean_e verbose) argument
[all...]
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dstatus.c44 ADM_Process_status(int verbose) argument
73 if (verbose) {
82 if (verbose) {
90 if (verbose) {
107 if (verbose) {
/illumos-gate/usr/src/cmd/sgs/moe/common/
H A Dmoe.c95 openlib(const char *prog, const char *name, int class, int silent, int verbose) argument
123 if (verbose) {
134 if (verbose) {
143 if (verbose)
160 int var, verbose = 0, silent = 0, error = 0, mode = 0, class = 0; local
189 if (verbose == 0)
196 verbose++;
221 if (openlib(prog, argv[optind], class, silent, verbose) != 0) {
/illumos-gate/usr/src/cmd/localedef/
H A Dlocaledef.c41 int verbose = 0; variable
86 if (verbose) {
118 if (verbose) {
150 if (verbose > 1) {
163 if (verbose > 1) {
210 (void) fprintf(stderr, (" -v : verbose output\n"));
244 verbose++;
274 if (verbose) {
279 if (verbose)
286 if (verbose)
[all...]
/illumos-gate/usr/src/cmd/allocate/
H A Ddminfo.c119 int verbose = 0; local
186 verbose++;
241 if (verbose) {
256 if (verbose) {
276 if (verbose) {
287 if (verbose) {
293 if (verbose) {
300 if (verbose) {
314 if (verbose) {
321 if (verbose) {
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlabeltostring.c32 labeltostring(int part, blabel_t *value, int verbose) argument
/illumos-gate/usr/src/cmd/userattr/
H A Duserattr.c37 boolean_t verbose = B_FALSE; variable
55 if (verbose) {
83 verbose = B_TRUE;
119 if (verbose) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpprivate.h47 extern int verbose;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dddi_periodic.c28 boolean_t verbose = B_FALSE; local
40 'v', MDB_OPT_SETBITS, B_TRUE, &verbose, NULL) != argc)
51 if (verbose) {
65 if (verbose) {
H A Dlog.c43 uint_t verbose = FALSE; local
65 'v', MDB_OPT_SETBITS, TRUE, &verbose, NULL) != argc)
69 if (verbose)
96 if (verbose)
/illumos-gate/usr/src/cmd/mdb/tools/scripts/
H A Dtigen.sh72 verbose=false
79 verbose=true
121 $verbose && echo "loading terminfo for $term ... \c" >& 2
151 $verbose && echo "done" >& 2
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipt.h34 extern void verbose __P((char *, ...));
/illumos-gate/usr/src/test/libc-tests/tests/fpround/
H A Dfpround_test.c33 * Spews output if verbose is TRUE.
36 run_one(test_t t, int i, int j, int precision, boolean_t verbose) argument
65 if (verbose)
84 boolean_t verbose = (argc > 1); local
95 status = run_one(t, i, j, precision, verbose);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/
H A Dsppptun.c49 static int verbose; /* -v on command line */ variable
94 if (verbose)
102 if (verbose) {
165 if (str.ic_len > olen && verbose > 1) {
232 if (verbose)
238 if (verbose)
246 if (verbose)
264 if (verbose)
279 if (verbose)
288 if (verbose)
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Dmetastat.c51 print_stripe(void *un_addr, void *mdcptr, uint_t verbose) argument
78 if (verbose) {
183 print_mirror(void *un_addr, void *mdcptr, uint_t verbose) argument
213 if (verbose) {
273 print_raid(void *un_addr, void *mdcptr, uint_t verbose) argument
298 if (verbose) {
338 print_sp(void *un_addr, void *mdcptr, uint_t verbose) argument
358 if (verbose) {
385 print_trans(void *un_addr, void *mdcptr, uint_t verbose) argument
401 if (verbose) {
410 print_device(void *un_addr, void *mdcptr, uint_t verbose) argument
450 uint_t verbose = FALSE; local
[all...]

Completed in 104 milliseconds

1234567891011>>