Searched defs:verbose (Results 251 - 269 of 269) sorted by relevance

<<11

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c258 "option can be used to display verbose information: zone "
423 zone_print(zone_entry_t *zent, boolean_t verbose, boolean_t parsable) argument
437 assert(!(verbose && parsable));
438 if (firsttime && verbose) {
444 if (!verbose) {
717 zone_print_list(zone_state_t min_state, boolean_t verbose, boolean_t parsable) argument
736 zone_print(&zents[i], verbose, parsable);
759 zone_print(&zent, verbose, parsable);
1258 * zoneadm -z myzone boot [here] -- -v -m verbose
1268 * zoneadm -z myzone boot -- -s -v -m verbose
1372 boolean_t output = B_FALSE, verbose = B_FALSE, parsable = B_FALSE; local
[all...]
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c104 return ("default,verbose"); /* $UMEM_DEBUG setting */
1570 print_logs(zpool_handle_t *zhp, nvlist_t *nv, int namewidth, boolean_t verbose) argument
1590 if (verbose)
2339 * is a verbose output, and we don't want to display the toplevel pool stats.
2659 boolean_t verbose = B_FALSE; local
2669 verbose = B_TRUE;
2705 cb.cb_verbose = verbose;
2733 * If it's the first time, or verbose mode, print the header.
2735 if (++cb.cb_iteration == 1 || verbose)
2741 * If there's more than one pool, and we're not in verbose mod
[all...]
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c109 return ("default,verbose"); /* $UMEM_DEBUG setting */
156 (void) fprintf(stderr, " -v verbose (applies to all others)\n");
189 "to make only that option verbose\n");
3564 int verbose = 0; local
3654 verbose++;
3698 verbose = MAX(verbose, 1);
3704 dump_opt[c] += verbose;
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c1038 * Called with verbose TRUE when help is explicitly requested, FALSE for
1043 usage(boolean_t verbose, uint_t flags) argument
1045 FILE *fp = verbose ? stdout : stderr;
1051 if (verbose && interactive_mode) {
1294 if (verbose)
1299 if (!verbose)
1308 if (verbose)
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c601 boolean_t verbose; member in struct:send_data
641 if (sd->verbose) {
806 if (sd->verbose) {
875 const char *tosnap, boolean_t recursive, boolean_t verbose,
891 sd.verbose = verbose;
921 boolean_t verbose, dryrun, parsable, progress, embed_data, std_out; member in struct:send_dump_data
1269 if (sdd->verbose) {
1584 if (flags->verbose) {
1638 if (flags->verbose) {
874 gather_nvlist(libzfs_handle_t *hdl, const char *fsname, const char *fromsnap, const char *tosnap, boolean_t recursive, boolean_t verbose, nvlist_t **nvlp, avl_tree_t **avlp) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c701 " -v verbose output: List the allocated buffer count of each partial\n"
2856 uint_t verbose = FALSE; local
2867 'v', MDB_OPT_SETBITS, TRUE, &verbose,
2917 if (verbose) {
2978 if (verbose) {
3255 * This is the more verbose mode, when the user has
3663 uint_t verbose = 0; local
3677 'v', MDB_OPT_SETBITS, TRUE, &verbose,
3682 if (verbose) {
3789 if (verbose) {
[all...]
H A Dgenunix.c1701 " -v : verbose display more info about the callout\n");
3237 uint_t verbose = FALSE; local
3250 'v', MDB_OPT_SETBITS, TRUE, &verbose, NULL) != argc)
3253 if (verbose) {
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c239 #ifndef verbose
240 #define verbose 0 macro
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c112 static void cpu_read_paddr(struct async_flt *aflt, short verbose, short ce_err);
2541 cpu_read_paddr(struct async_flt *ecc, short verbose, short ce_err) argument
2549 if (verbose)
2554 if (verbose) {
2638 read_ecc_data(struct async_flt *ecc, short verbose, short ce_err) argument
2652 cpu_read_paddr(ecc, verbose, ce_err);
3191 int verbose = ((aflt->flt_class == BUS_FAULT) || local
3195 if (!verbose)
3198 console_log_flag = (verbose > 1);
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
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c302 /* verbose output flag */
303 static int verbose; variable
318 * the state of the flags use_syslog and verbose. The type
328 * and only when the verbose flag is set. All other messages go by default
330 * syslog and verbose are set.
380 * if verbose set.
382 if ((!use_syslog && (msgt != MT_LOG)) || (verbose)) {
391 if (!verbose) { /* don't show warn msg if !verbose */
9789 * is set this causes more verbose configuratio
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c140 /* used with verbose option -v or -V */
142 static char **verbose = NULL; variable
576 /* documented verbose flag */
580 /* undocumented for extra verbose levels */
686 /* documented verbose flag */
690 /* undocumented for extra verbose levels */
845 /* documented verbose flag */
849 /* undocumented: specify verbose lvl */
945 /* documented verbose flag */
949 /* undocumented for extra verbose level
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2495 uint_t verbose = FALSE; local
2508 'v', MDB_OPT_SETBITS, TRUE, &verbose,
2558 if (verbose) {
2620 if (verbose) {
2911 * This is the more verbose mode, when the user has
3319 uint_t verbose = 0; local
3333 'v', MDB_OPT_SETBITS, TRUE, &verbose,
3338 if (verbose) {
3445 if (verbose) {
4153 uint_t verbose local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c180 static int verbose; variable
224 if (verbose)
600 int verbose = B_FALSE; local
608 'v', MDB_OPT_SETBITS, TRUE, &verbose,
645 if (verbose) {
659 if (verbose) {
666 if (verbose) {
690 if (verbose) {
2658 * -v print verbose per-level information
2664 boolean_t verbose local
3036 zfs_ace_print_common(uintptr_t addr, uint_t flags, uint64_t id, uint32_t access_mask, uint16_t ace_flags, uint16_t ace_type, int verbose) argument
3182 int verbose = FALSE; local
3213 int verbose = FALSE; local
3294 int verbose = FALSE; local
[all...]
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c117 return ("default,verbose"); /* $UMEM_DEBUG setting */
891 * verbose error message to let the user know that their filesystem was
3713 {"verbose", no_argument, NULL, 'v'},
3745 flags.verbose = B_TRUE;
3748 if (flags.verbose)
3750 flags.verbose = B_TRUE;
3833 flags.dedup || flags.dryrun || flags.verbose ||
3967 flags.verbose = B_TRUE;
5749 get_all_datasets(zfs_handle_t ***dslist, size_t *count, boolean_t verbose) argument
5752 cb.cb_verbose = verbose;
6037 boolean_t verbose = B_FALSE; local
[all...]
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c174 static void verbose(char *nam_p);
6490 case 'v': /* verbose - print file names */
6897 * verbose: For each file, print either the filename (-v) or a dot (-V).
6903 verbose(char *nam_p) function
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c8676 drmach_log_sysevent(int board, char *hint, int flag, int verbose) argument
8691 if (verbose)
8692 DRMACH_PR("drmach_log_sysevent: %s %s, flag: %d, verbose: %d\n",
8693 attach_pnt, hint, flag, verbose);
8725 if ((rv != 0) && verbose)
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c4319 verbose(struct stat *st, char aclchar) function
4395 verbose(st, aclchar);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c12804 * If 'templates' == 2, verbose output is printed in the format expected
12942 print_template_constraints(scf_prop_tmpl_t *prt, int verbose) argument
12958 if (verbose == 1)
12991 print_template_choices(scf_prop_tmpl_t *prt, int verbose) argument
13006 if (verbose == 1)
15676 * list_entity_tmpl(), listprop() and listtmpl() produce verbose

Completed in 387 milliseconds

<<11