Home
last modified time | relevance | path

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

/illumos-gate/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.c278 s->verbosity = verbosity; in BZ_API()
643 if (verbosity < 0 || verbosity > 4) return BZ_PARAM_ERROR; in BZ_API()
665 s->verbosity = verbosity; in BZ_API()
1007 if (s->verbosity >= 3) in BZ_API()
1025 if (s->verbosity >= 3) in BZ_API()
1115 (verbosity < 0 || verbosity > 4)) in BZ_API()
1274 int verbosity, in BZ_API()
1286 (verbosity < 0 || verbosity > 4) || in BZ_API()
1446 verbosity < 0 || verbosity > 4 || in BZ_API()
1497 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.c239 if (s->verbosity >= 2) in BZ2_decompress()
523 if (s->verbosity >= 2) VPrintf0 ( "rt+rld" ); in BZ2_decompress()
H A Dblocksort.c1037 Int32 verb = s->verbosity; in BZ2_blockSort()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c810 int verbosity, const char *label, int severity, in writemsg() argument
846 dolabel = (verbosity & MV_LBL) && (label != MM_NULLLBL); in writemsg()
847 dosev = (verbosity & MV_SEV) && (severity != MM_NULLSEV); in writemsg()
848 dotext = (verbosity & MV_TXT) && (text != MM_NULLTXT); in writemsg()
849 doaction = (verbosity & MV_ACT) && (action != MM_NULLACT); in writemsg()
850 dotag = (verbosity & MV_TAG) && (tag != MM_NULLTAG); in writemsg()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dheap.c751 sm_heap_report(stream, verbosity) in sm_heap_report() argument
753 int verbosity;
758 if (!HEAP_CHECK || verbosity <= 0)
767 if (verbosity > 2
768 || (verbosity > 1 && hi->hi_group != 0))
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dparser.h103 extern int verbosity;
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2321 if (doi.doi_bonus_type != DMU_OT_NONE && verbosity > 3) { in dump_object()
2327 if (verbosity >= 4) { in dump_object()
2357 if (verbosity >= 5) in dump_object()
2360 if (verbosity >= 5) { in dump_object()
2438 int verbosity = dump_opt['d']; in dump_dir() local
2469 if (verbosity >= 4) { in dump_dir()
2488 dump_object(os, zopt_object[i], verbosity, in dump_dir()
2494 if (dump_opt['i'] != 0 || verbosity >= 2) in dump_dir()
2508 if (verbosity < 2) in dump_dir()
2514 dump_object(os, 0, verbosity, &print_header, NULL); in dump_dir()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME393 -d = increase debugging verbosity (-dd even more)
398 -q = decrease debugging verbosity (-qq even less)
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt5284 Change: Reduce verbosity of error print.
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex355 In order to support this, the verbosity mechanism contains two distinct values \myindex{\texttt{DP\…
/illumos-gate/usr/src/cmd/look/
H A Dwords23986 verbosity
/illumos-gate/usr/src/cmd/spell/
H A Dlist23985 verbosity
/illumos-gate/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