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

<<111213141516171819

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1612 " -v : verbose display more info about the callout\n");
3148 uint_t verbose = FALSE; local
3161 'v', MDB_OPT_SETBITS, TRUE, &verbose, NULL) != argc)
3164 if (verbose) {
/opensolaris-onvv-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c5617 int verbose = (options & MDCMD_VERBOSE); local
5656 if (verbose)
5673 if (verbose) {
/opensolaris-onvv-gate/usr/src/cmd/luxadm/
H A Dfchba.c273 fchba_display_port(int verbose) argument
/opensolaris-onvv-gate/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c106 int verbose; member in struct:__anon1145
449 and for the uncontrollable verbose messages in libntfs. Ughhh. */
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm1362 The preamble added to each output file is rather verbose, and most of it is
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/
H A Dconfigure333 verbose=
582 -v | -verbose | --verbose | --verbos | --verbo | --verb)
583 verbose=yes ;;
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c2352 read_ecc_data(struct async_flt *aflt, short verbose, short ce_err) argument
H A Dus3_common.c3690 cpu_read_paddr(struct async_flt *ecc, short verbose, short ce_err) argument
3698 read_ecc_data(struct async_flt *aflt, short verbose, short ce_err) argument
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c8675 drmach_log_sysevent(int board, char *hint, int flag, int verbose) argument
8690 if (verbose)
8691 DRMACH_PR("drmach_log_sysevent: %s %s, flag: %d, verbose: %d\n",
8692 attach_pnt, hint, flag, verbose);
8724 if ((rv != 0) && verbose)
/opensolaris-onvv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c3062 boolean_t verbose)
3159 if (verbose) {
3061 zpool_vdev_name(libzfs_handle_t *hdl, zpool_handle_t *zhp, nvlist_t *nv, boolean_t verbose) argument
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c2962 uint32_t verbose)
3010 if (verbose) {
2961 emlxs_read_wakeup_parms(emlxs_hba_t *hba, PWAKE_UP_PARMS WakeUpParms, uint32_t verbose) argument
/opensolaris-onvv-gate/usr/src/cmd/smserverd/
H A Dsmediad.c239 int verbose = DEFAULT_VERBOSE; variable
/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Dldap_op.c685 } else if (verbose) {
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c239 #ifndef verbose
240 #define verbose 0 macro
/opensolaris-onvv-gate/usr/src/cmd/cpio/
H A Dcpio.c172 static void verbose(char *nam_p);
6482 case 'v': /* verbose - print file names */
6889 * verbose: For each file, print either the filename (-v) or a dot (-V).
6895 verbose(char *nam_p) function
/opensolaris-onvv-gate/usr/src/cmd/tar/
H A Dtar.c4223 verbose(struct stat *st, char aclchar) function
4299 verbose(st, aclchar);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1009 perl Makefile.PL # optionally "perl Makefile.PL verbose"
2021 If true, make install will be verbose
/opensolaris-onvv-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c12500 * If 'templates' == 2, verbose output is printed in the format expected
12638 print_template_constraints(scf_prop_tmpl_t *prt, int verbose) argument
12654 if (verbose == 1)
12687 print_template_choices(scf_prop_tmpl_t *prt, int verbose) argument
12702 if (verbose == 1)
15372 * list_entity_tmpl(), listprop() and listtmpl() produce verbose
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm2729 my($verbose) = $CPAN::DEBUG{'FTP'} & $CPAN::DEBUG ? " -v" : "";
2756 $self->talk_ftp("$ftpbin$verbose $host",
2781 $CPAN::Frontend->myprint(qq{Issuing "$ftpbin$verbose -n"\n});
2787 $self->talk_ftp("$ftpbin$verbose -n", @dialog);
6091 displayed with the rather verbose method C<as_string>, but if we find
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c150 # define FR_VERBOSE(verb_pr) verbose verb_pr

Completed in 611 milliseconds

<<111213141516171819