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

1234567891011

/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c201 int verbose, int description)
253 int verbose, int description)
301 int verbose, int description)
375 int verbose, int description)
506 if (verbose == 1) {
666 else if (verbose > 1)
669 if (verbose > 0)
678 int verbose, int description)
724 report, encryption, verbose,
742 else if ((report == report_printer) && (verbose
200 report_device(papi_service_t svc, char *name, papi_printer_t printer, int verbose, int description) argument
252 report_accepting(papi_service_t svc, char *name, papi_printer_t printer, int verbose, int description) argument
300 report_class(papi_service_t svc, char *name, papi_printer_t printer, int verbose, int description) argument
374 report_printer(papi_service_t svc, char *name, papi_printer_t printer, int verbose, int description) argument
676 printer_query(char *name, int (*report)(papi_service_t, char *, papi_printer_t, int, int), papi_encryption_t encryption, int verbose, int description) argument
790 report_job(char *printer, papi_job_t job, int show_rank, int verbose) argument
1028 job_query(char *request, int (*report)(char *, papi_job_t, int, int), papi_encryption_t encryption, int show_rank, int verbose) argument
1156 report_form(char *name, papi_attribute_t **attrs, int verbose) argument
1183 report_print_wheels(char *name, papi_attribute_t **attrs, int verbose) argument
1209 service_query(char *name, int (*report)(char *, papi_attribute_t **, int), papi_encryption_t encryption, int verbose) argument
1246 int verbose = 0; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dmain.c70 int verbose; variable
121 static char vhelp[] = "toggle verbose mode";
147 { "verbose", vhelp, setverbose },
360 if (verbose)
439 if (verbose)
466 if (verbose)
555 if (verbose)
569 if (verbose)
635 verbose ? "on" : "off", trace ? "on" : "off");
881 verbose
[all...]
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcputrack.c45 int verbose; member in struct:options
166 opts->verbose = 1; /* more chatty */
217 "\t-v\t verbose mode\n"
383 if (opts->verbose)
422 if (opts->verbose)
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c662 leaky_subr_dump(const leak_bufctl_t *lkb, int verbose) argument
671 if (verbose) {
678 if (!verbose && !lk_vmem_seen) {
704 if (!verbose) {
740 if (!verbose && !lk_cache_seen) {
767 "%s", (verbose) ? "" : "?");
770 if (!verbose) {
789 if (!verbose && !lk_kmem_seen) {
811 if (!verbose) {
H A Dsobj.c307 wchaninfo_walk(uintptr_t addr, void *ignored, uint_t *verbose) argument
323 wc.nwaiters, (*verbose) ? "" : "\n");
325 if (*verbose != 0 && wc.nwaiters != 0 && mdb_pwalk("wchan",
H A Dthread.c564 * List a combination of kthread_t and proc_t. Add stack traces in verbose mode.
571 uint_t verbose = FALSE; local
589 'v', MDB_OPT_SETBITS, TRUE, &verbose, NULL);
592 if (i != argc - 1 || !verbose)
602 if (verbose)
629 if (verbose) {
673 " -v print verbose output including C stack trace\n"
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c46 static uint_t verbose; variable
478 if (verbose)
502 * Specifying the "-v" option provides more verbose output. Currently it
531 verbose = opt_v;
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c309 display_targets(struct mptsas *mp, uint_t verbose) argument
364 if (verbose) {
415 if (!verbose)
775 uint_t verbose = FALSE; local
803 'v', MDB_OPT_SETBITS, TRUE, &verbose,
877 display_targets(&m, verbose);
907 " -t[v] includes information about targets, v = be more verbose\n"
/illumos-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c296 * provide more verbose output. With the "-p" argument, print payload
305 unsigned int verbose = FALSE; local
315 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &verbose,
319 if (!DCMD_HDRSPEC(flags) && verbose)
322 if (DCMD_HDRSPEC(flags) || verbose) {
344 if (verbose) {
424 mdb_printf("\t-v\tbe verbose (more descriptive)\n");
517 * provide more verbose output.
523 unsigned int verbose = FALSE; local
534 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &verbose,
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c1096 int verbose = 0; local
1102 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &verbose) !=
1129 if (verbose) {
1737 int verbose = 0; local
1744 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &verbose) !=
1760 * user has specified verbose option
1766 } else if (verbose) {
3182 int verbose = 0; local
3196 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &verbose) !=
/illumos-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) {
/illumos-gate/usr/src/cmd/msgfmt/
H A Dmsgfmt.c57 int verbose = 0; variable
85 if (verbose) {
142 if (flag.verbose) {
143 verbose = 1;
167 if (verbose) {
685 if (verbose)
706 if (verbose)
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcinfo-list.c62 HBA_WWN initiatorPortWWN, HBA_HANDLE handle, boolean_t verbose);
1045 * verbose - boolean indicating whether to get additional data
1052 HBA_WWN initiatorPortWWN, HBA_HANDLE handle, boolean_t verbose)
1072 if (verbose == B_FALSE) {
1176 if (verbose == B_FALSE) {
1268 boolean_t verbose = B_FALSE; local
1276 verbose = B_TRUE;
1364 handle, verbose);
1376 printOSDeviceNameInfo(devListWalk, verbose);
1405 verbose);
1051 searchDevice(discoveredDevice **devList, HBA_FCPSCSIENTRYV2 entry, HBA_WWN initiatorPortWWN, HBA_HANDLE handle, boolean_t verbose) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c104 int verbose = 0; variable
134 verbose = TRUE;
136 verbose = FALSE;
161 verbose++;
339 "\t[-v]\t\t(verbose error msgs)\n"
437 res->lu_verbose = verbose;
504 if (status && verbose) {
/illumos-gate/usr/src/cmd/fs.d/
H A Dfsck.c79 int verbose = 0; variable
/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c85 verbose = 1, variable
192 verbose=0;
227 verbose=0;
424 if(verbose && (fileout == 0)) {
426 verbose = 0;
/illumos-gate/usr/src/cmd/avs/sv/
H A Dsvadm.c975 print_sv(int verbose) argument
1037 if (verbose) {
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c186 boolean_t verbose, boolean_t show_mechs)
315 if (verbose) {
321 if (verbose)
345 if (verbose) {
447 if (verbose && show_mechs) {
477 if (verbose) {
184 list_mechlist_for_lib(char *libname, mechlist_t *mlist, flag_val_t *rng_flag, boolean_t no_warn, boolean_t verbose, boolean_t show_mechs) argument
H A Dcryptoadm.c1248 list_simple_for_all(boolean_t verbose) argument
1271 if (verbose) {
1274 B_FALSE, verbose, B_FALSE);
1374 list_mechlist_for_all(boolean_t verbose) argument
1411 mecharglist, NULL, B_FALSE, verbose, B_TRUE);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp_var.h107 EXTERN int verbose; /* print messages coming back from server */ variable
/illumos-gate/usr/src/cmd/infocmp/
H A Dinfocmp.c125 static int verbose = 0; /* debugging printing level */ variable
170 if (verbose) {
413 if (verbose)
419 if (verbose)
425 if (verbose)
431 if (verbose)
445 if (verbose)
451 if (verbose)
458 if (verbose)
465 if (verbose)
[all...]
/illumos-gate/usr/src/cmd/lms/heci/
H A DPTHICommand.cpp45 PTHICommand::PTHICommand(bool verbose, unsigned long sendTimeout) : argument
46 PTHIClient(HECI_PTHI, verbose),
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c108 static int verbose = 0; /* Print not found errors to stderr. */ variable
117 #define PRINT_NOPROP_ERRORS (!quiet || verbose)
1065 verbose = 1;
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Docfile.c105 int pkgWlock(int verbose);
547 * success, 0 on failure. The positive logic verbose flag determines whether
551 pkgWlock(int verbose) { argument
570 if (verbose)
578 if (verbose)
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctfmerge.c740 int verbose = 0, docopy = 0; local
787 verbose = 1;
925 if (verbose || debug_level) {

Completed in 195 milliseconds

1234567891011