Home
last modified time | relevance | path

Searched refs:verbosity (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/cmd/lvm/metassist/common/
H A Dvolume_output.c61 int verbosity, in set_max_verbosity() argument
66 switch (verbosity) { in set_max_verbosity()
71 max_verbosity = verbosity; in set_max_verbosity()
77 gettext("%d: invalid verbosity level"), verbosity); in set_max_verbosity()
120 int verbosity, in oprintf() argument
128 ret = oprintf_va(verbosity, fmt, ap); in oprintf()
157 int verbosity, in oprintf_va() argument
164 if (output != NULL && verbosity <= max_verbosity) { in oprintf_va()
H A Dvolume_output.h70 extern int set_max_verbosity(int verbosity, FILE *stream);
102 extern int oprintf(int verbosity, char *fmt, ...);
124 extern int oprintf_va(int verbosity, char *fmt, va_list ap);
/titanic_41/usr/src/common/bzip2/
H A Dbzlib.h108 int verbosity,
131 int verbosity,
163 int verbosity,
192 int verbosity,
231 int verbosity,
241 int verbosity
H A Dbzlib.c229 int verbosity, in BZ_API()
273 s->verbosity = verbosity; in BZ_API()
656 int verbosity, in BZ_API()
665 if (verbosity < 0 || verbosity > 4) return BZ_PARAM_ERROR; in BZ_API()
687 s->verbosity = verbosity; in BZ_API()
988 if (s->verbosity >= 3) in BZ_API()
991 if (s->verbosity >= 2) VPrintf0 ( "]" ); in BZ_API()
1006 if (s->verbosity >= 3) in BZ_API()
1084 int verbosity, in BZ_API()
1095 (verbosity < 0 || verbosity > 4)) in BZ_API()
[all …]
H A Dcompress.c262 if (s->verbosity >= 3) in sendMTFValues()
303 if (s->verbosity >= 3) in sendMTFValues()
437 if (s->verbosity >= 3) { in sendMTFValues()
514 if (s->verbosity >= 3) in sendMTFValues()
526 if (s->verbosity >= 3) in sendMTFValues()
542 if (s->verbosity >= 3) in sendMTFValues()
597 if (s->verbosity >= 3) in sendMTFValues()
612 if (s->verbosity >= 2) in BZ2_compressBlock()
664 if (s->verbosity >= 2) in BZ2_compressBlock()
H A Dbzlib_private.h254 Int32 verbosity; member
374 Int32 verbosity; member
H A Ddecompress.c238 if (s->verbosity >= 2) in BZ2_decompress()
522 if (s->verbosity >= 2) VPrintf0 ( "rt+rld" ); in BZ2_decompress()
H A Dblocksort.c1037 Int32 verb = s->verbosity; in BZ2_blockSort()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c812 int verbosity, const char *label, int severity, in writemsg() argument
848 dolabel = (verbosity & MV_LBL) && (label != MM_NULLLBL); in writemsg()
849 dosev = (verbosity & MV_SEV) && (severity != MM_NULLSEV); in writemsg()
850 dotext = (verbosity & MV_TXT) && (text != MM_NULLTXT); in writemsg()
851 doaction = (verbosity & MV_ACT) && (action != MM_NULLACT); in writemsg()
852 dotag = (verbosity & MV_TAG) && (tag != MM_NULLTAG); in writemsg()
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dheap.c753 sm_heap_report(stream, verbosity) in sm_heap_report() argument
755 int verbosity;
760 if (!HEAP_CHECK || verbosity <= 0)
769 if (verbosity > 2
770 || (verbosity > 1 && hi->hi_group != 0))
/titanic_41/usr/src/cmd/lvm/metassist/controller/
H A Dmetassist.c84 static int parse_verbose_arg(char *arg, int *verbosity);
360 int verbosity; in handle_common_opts() local
366 if ((error = parse_verbose_arg(optarg, &verbosity)) == 0) { in handle_common_opts()
367 set_max_verbosity(verbosity, stderr); in handle_common_opts()
739 int *verbosity) in parse_verbose_arg() argument
755 *verbosity = level; in parse_verbose_arg()
/titanic_41/usr/src/cmd/abi/spectrans/parser/
H A Dparser.h105 extern int verbosity;
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c1790 dump_object(objset_t *os, uint64_t object, int verbosity, int *print_header) in dump_object() argument
1833 if (doi.doi_checksum != ZIO_CHECKSUM_INHERIT || verbosity >= 6) { in dump_object()
1838 if (doi.doi_compress != ZIO_COMPRESS_INHERIT || verbosity >= 6) { in dump_object()
1847 if (doi.doi_bonus_type != DMU_OT_NONE && verbosity > 3) { in dump_object()
1853 if (verbosity >= 4) { in dump_object()
1870 if (verbosity >= 5) in dump_object()
1873 if (verbosity >= 5) { in dump_object()
1923 int verbosity = dump_opt['d']; in dump_dir() local
1947 if (verbosity >= 4) { in dump_dir()
1965 dump_object(os, zopt_object[i], verbosity, in dump_dir()
[all …]
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_setup.c50 uint_t verbosity = 0; variable
662 verbosity = level; in setup_mc_log()
H A Dmapfile-vers774 verbosity;
H A Dmeta_error.c2336 if (level <= verbosity) { in meta_mc_log()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME395 -d = increase debugging verbosity (-dd even more)
400 -q = decrease debugging verbosity (-qq even less)
/titanic_41/usr/src/head/
H A Dmeta.h1562 extern uint_t verbosity;
/titanic_41/usr/src/cmd/look/
H A Dwords23988 verbosity
/titanic_41/usr/src/cmd/spell/
H A Dlist23987 verbosity
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dchanges.txt6572 verbosity of this debug level. Len Brown.
14589 Removed most verbosity from the ACPI_DB_INFO debug level. Only