Searched refs:verbose (Results 276 - 300 of 470) sorted by relevance

<<111213141516171819

/opensolaris-onvv-gate/usr/src/cmd/cdrw/
H A Dmisc_scsi.c552 if (debug && verbose) {
1097 if (verbose)
1105 if (verbose) {
1151 if (verbose) {
H A Dtransport.c103 if (debug && verbose) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A Ddhcpd.h136 extern boolean_t verbose;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c411 if (verbose) {
421 if (verbose) {
500 if (verbose) {
676 if (verbose) {
/opensolaris-onvv-gate/usr/src/cmd/cpio/
H A Dcpio.h148 * VERBOSE: If x is non-zero, call verbose().
151 #define VERBOSE(x, name) if (x) verbose(name)
/opensolaris-onvv-gate/usr/src/cmd/mailx/
H A Dnames.c592 int t, extra, metoo, verbose; local
615 verbose = value("verbose") != NOSTR;
616 if (verbose)
632 if (verbose)
/opensolaris-onvv-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c74 * physical address. The verbose option ("-v") shows intermediate
84 int verbose = 0; local
90 'v', MDB_OPT_SETBITS, TRUE, &verbose,
95 if (verbose != 0 && asnmp == NULL) {
100 if (verbose != 0 && (sfmmu_vtop_dbg & SFMMU_VTOP_DBG_VERBOSE) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Ddiagnostics.pm5 diagnostics, splain - produce verbose warning diagnostics
12 use diagnostics -verbose;
47 The B<-verbose> flag first prints out the L<perldiag> introduction before
61 the C<use diagnostics -verbose> directive.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL57 "verbose" => 0,
65 "verbose",
74 pod2usage(-verbose => 2) if ($options{man});
145 print "Written output to $output\n" if $options{'verbose'};
174 warn "Converting $pod\n" if $options{'verbose'};
233 # If verbose
234 warn "Converted $converted files\n" if $options{'verbose'};
318 =item B<-verbose>
H A Dpodselect.PL124 pod2usage(-verbose => 2) if ($options{man});
/opensolaris-onvv-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h225 extern void usage(boolean_t verbose, uint_t flags);
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dcddlchk.py100 return cddlchk(fh, verbose=opts['verbose'],
126 'verbose': False,
140 options['verbose'] = True
H A Dmapfilechk.py99 return mapfilechk(fh, verbose=opts['verbose'],
123 'verbose': False,
135 options['verbose'] = True
/opensolaris-onvv-gate/usr/src/uts/i86pc/sys/
H A Ddrmach.h167 int verbose);
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dmach_cpu_module.c189 read_ecc_data(struct async_flt *ecc, short verbose, short ce_err) argument
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/sys/
H A Ddrmach.h159 int verbose);
/opensolaris-onvv-gate/usr/src/uts/sun4u/starfire/sys/
H A Ddrmach.h150 int verbose);
/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/
H A Dcpu_module.h172 void read_ecc_data(struct async_flt *ecc, short verbose, short ce_err);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c395 if (verbose) {
807 if (verbose)
911 if (verbose)
934 if (verbose)
995 if (verbose) {
1011 if (verbose) {
1061 if (verbose)
1290 if (verbose)
1610 if (verbose)
2138 if (verbose)
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/pntadm/
H A DResourceBundle.properties34 # Specifying both verbose and raw display mode error
36 display_mode_error=Cannot specify both raw and verbose display modes.
/opensolaris-onvv-gate/usr/src/cmd/fcinfo/
H A DprintAttrs.c415 * verbose - boolean indicating whether to display additional info
421 printOSDeviceNameInfo(discoveredDevice *devListWalk, boolean_t verbose) argument
428 if (verbose == B_TRUE) {
/opensolaris-onvv-gate/usr/src/cmd/luxadm/
H A Dcommon.h450 int adm_display_port(int verbose);
467 int fchba_display_port(int verbose);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/
H A DTEST21 $verbose = 1 if $1 eq 'v';
332 if ($verbose) {
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.c105 "verbose", /* VERBOSE <level> */
1096 /* get verbose level */
1109 cmds->verbose = verbose_level;
1116 * Process the VERBOSE command to set the verbose level
1121 cmds->verbose = command->verbosecmd_level;
1401 if (cmds->verbose) {
1412 if (cmds->verbose) {
1423 if (cmds->verbose) {
1434 if (cmds->verbose) {
1445 if (cmds->verbose) {
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/aux/
H A Deditmap.c81 bool verbose = false; local
165 verbose = true;

Completed in 199 milliseconds

<<111213141516171819