Searched defs:verbosity (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_output.c43 * Set the maximum level of verbosity to be reported to the user.
44 * Strings sent to oprintf() with a higher verbosity level than this
47 * @param verbosity
61 int verbosity,
66 switch (verbosity) {
71 max_verbosity = verbosity;
77 gettext("%d: invalid verbosity level"), verbosity);
85 * Get the maximum level of verbosity to be reported to the user.
103 * if the given verbosity i
60 set_max_verbosity( int verbosity, FILE *stream) argument
119 oprintf( int verbosity, char *fmt, ...) argument
156 oprintf_va( int verbosity, char *fmt, va_list ap) argument
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_setup.c50 uint_t verbosity = 0; variable
662 verbosity = level;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c786 * void writemsg(buf, size, verbosity, label, severity, text, action, tag)
791 * int verbosity A bit-string that indicates which components
801 * component into the provided buffer. The "verbosity" argument
812 int verbosity, const char *label, int severity,
848 dolabel = (verbosity & MV_LBL) && (label != MM_NULLLBL);
849 dosev = (verbosity & MV_SEV) && (severity != MM_NULLSEV);
850 dotext = (verbosity & MV_TXT) && (text != MM_NULLTXT);
851 doaction = (verbosity & MV_ACT) && (action != MM_NULLACT);
852 dotag = (verbosity & MV_TAG) && (tag != MM_NULLTAG);
1097 * Determine the "verbosity" o
811 writemsg(char *buf, size_t size, int verbosity, const char *label, int severity, const char *text, const char *action, const char *tag) argument
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/controller/
H A Dmetassist.c84 static int parse_verbose_arg(char *arg, int *verbosity);
359 /* Level of verbosity to report */
360 int verbosity; local
366 if ((error = parse_verbose_arg(optarg, &verbosity)) == 0) {
367 set_max_verbosity(verbosity, stderr);
725 * Parses the given verbosity level argument string.
728 * A string representation of a verbosity level
730 * @param verbosity
731 * RETURN: the verbosity level
733 * @return 0 if the given verbosity leve
737 parse_verbose_arg( char *arg, int *verbosity) argument
[all...]
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c234 int verbosity,
278 s->verbosity = verbosity;
634 int verbosity,
643 if (verbosity < 0 || verbosity > 4) return BZ_PARAM_ERROR;
665 s->verbosity = verbosity;
998 if (s->verbosity >= 3)
1001 if (s->verbosity >
231 BZ2_bzCompressInit( bz_stream* strm, int blockSize100k, int verbosity, int workFactor ) argument
632 BZ2_bzDecompressInit( bz_stream* strm, int verbosity, int small ) argument
1091 BZ2_bzWriteOpen( int* bzerror, FILE* f, int blockSize100k, int verbosity, int workFactor ) argument
1262 BZ2_bzReadOpen( int* bzerror, FILE* f, int verbosity, int small, void* unused, int nUnused ) argument
1422 BZ2_bzBuffToBuffCompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int blockSize100k, int verbosity, int workFactor ) argument
1571 int verbosity = 0; local
[all...]
H A Dbzlib_private.h254 Int32 verbosity; member in struct:__anon1948
374 Int32 verbosity; member in struct:__anon1949
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1811 dump_object(objset_t *os, uint64_t object, int verbosity, int *print_header) argument
1854 if (doi.doi_checksum != ZIO_CHECKSUM_INHERIT || verbosity >= 6) {
1859 if (doi.doi_compress != ZIO_COMPRESS_INHERIT || verbosity >= 6) {
1868 if (doi.doi_bonus_type != DMU_OT_NONE && verbosity > 3) {
1874 if (verbosity >= 4) {
1891 if (verbosity >= 5)
1894 if (verbosity >= 5) {
1944 int verbosity = dump_opt['d']; local
1968 if (verbosity >= 4) {
1986 dump_object(os, zopt_object[i], verbosity,
[all...]

Completed in 82 milliseconds