Searched refs:verbosity (Results 1 - 25 of 85) sorted by relevance

1234

/freebsd-11-stable/contrib/unbound/doc/
H A Dexample.conf15 # verbosity number, 0 is least verbose. 1 is default.
16 verbosity: 1
/freebsd-11-stable/sys/dev/isci/scil/
H A Dsci_base_logger.c79 * supplied log objects for the supplied verbosity levels.
82 * to attempt to enable log object and verbosity levels.
85 * @param[in] verbosity_mask This parameter specifies the verbosity levels
87 * @param[in] verbosity This parameter specifies the specific verbosity level
97 U8 verbosity
100 // Enable the log objects for the error verbosity if errs are enabled.
101 if ( (1<<verbosity) & verbosity_mask)
103 SCI_LOGGER_GET_OBJECT_MASK(logger, verbosity) |= log_object_mask;
104 (((SCI_BASE_LOGGER_T *)(logger))->verbosity_mask |= (1<<verbosity) );
[all...]
H A Dsci_logger.h73 /* The following is a list of verbosity levels that can be used to enable */
102 * @brief This method will return the verbosity levels enabled for the object
111 * to retrieve the associated verbosity levels.
115 * @return This method will return the verbosity levels enabled for the
118 * verbosity level was set for the supplied log_object.
120 * verbosity level was set for the supplied log_object.
122 * informational verbosity level was set for the supplied log_object.
124 * verbosity level was set for the supplied log_object.
126 * transition verbosity level was set for the supplied log_object
136 * level (verbosity) i
[all...]
/freebsd-11-stable/contrib/ldns/drill/
H A Dchasetrace.c126 if (verbosity != -1) {
129 /* checks itself for verbosity */
212 if (verbosity != -1) {
241 int verbosity)
269 if (verbosity != -1) {
316 if (verbosity >= 0) {
330 if (verbosity >= 0) {
336 if (verbosity >= 5) {
361 if (verbosity >= 4) {
370 if (verbosity >
233 do_chase(ldns_resolver *res, ldns_rdf *name, ldns_rr_type type, ldns_rr_class c, ldns_rr_list *trusted_keys, ldns_pkt *pkt_o, uint16_t qflags, ldns_rr_list * ATTR_UNUSED(prev_key_list), int verbosity) argument
[all...]
H A Derror.c63 if (verbosity == -1) {
77 if (verbosity < 1) {
91 if (verbosity < 2) {
H A Ddnssec.c39 if (verbosity < 5) {
75 if (verbosity < 5) {
184 if (verbosity >= 5) {
214 if (verbosity >= 3) {
225 if (verbosity >= 3) {
305 if (verbosity >= 4) {
318 if (verbosity >= 4) {
337 if (verbosity >= 4) {
352 if (verbosity >= 4) {
376 if (verbosity >
[all...]
H A Ddrill.c20 int verbosity; variable
179 verbosity = 2;
237 verbosity = atoi(optarg);
240 verbosity = -1;
559 if (verbosity >= 5) {
642 if (verbosity >= 3) {
654 verbosity);
656 if (verbosity != -1) {
661 if (verbosity != -1) {
673 if (verbosity !
[all...]
H A Ddrill.h34 extern int verbosity;
48 int verbosity);
H A Dsecuretrace.c73 if (verbosity >= 5) {
271 if (verbosity >= 5) {
330 if (verbosity >= 4) {
480 if (verbosity >= 2) {
520 if (verbosity >= 4) {
537 if (verbosity >= 2) {
541 if (verbosity >= 2) {
546 if (verbosity >= 2) {
552 if (verbosity >= 2) {
583 if (verbosity >
[all...]
/freebsd-11-stable/sys/dev/isci/
H A Disci_logger.c49 isci_log_message(uint32_t verbosity, char *log_message_prefix, argument
56 if (verbosity > g_isci_debug_level)
80 verbosity, \
87 if (!sci_logger_is_enabled(logger_object, log_object_mask, verbosity)) \
95 isci_log_message(verbosity, log_message_prefix, buffer); \
/freebsd-11-stable/contrib/expat/tests/
H A Dminicheck.c144 add_failure(SRunner *runner, int verbosity) { argument
146 if (verbosity >= CK_VERBOSE) {
153 srunner_run_all(SRunner *runner, int verbosity) { argument
167 add_failure(runner, verbosity);
174 add_failure(runner, verbosity);
182 add_failure(runner, verbosity);
190 if (verbosity) {
H A Dminicheck.h113 void srunner_run_all(SRunner *runner, int verbosity);
/freebsd-11-stable/usr.sbin/mlxcontrol/
H A Dcommand.c183 /* XXX more verbosity! */
187 int verbosity = *(int *)arg; local
225 if (verbosity > 0)
229 if (verbosity > 0)
235 if (verbosity > 0)
241 if (verbosity > 0) {
245 if (verbosity > 0) {
295 int verbosity = *(int *)arg; local
300 if (verbosity == 0)
329 if (verbosity >
386 int ch, verbosity = 1, i, unit; local
[all...]
/freebsd-11-stable/contrib/bzip2/
H A Dbzlib.h103 int verbosity,
118 int verbosity,
142 int verbosity,
171 int verbosity,
210 int verbosity,
220 int verbosity
H A Dbzlib.c157 int verbosity,
201 s->verbosity = verbosity;
501 int verbosity,
510 if (verbosity < 0 || verbosity > 4) return BZ_PARAM_ERROR;
532 s->verbosity = verbosity;
833 if (s->verbosity >= 3)
836 if (s->verbosity >
154 BZ2_bzCompressInit( bz_stream* strm, int blockSize100k, int verbosity, int workFactor ) argument
499 BZ2_bzDecompressInit( bz_stream* strm, int verbosity, int small ) argument
924 BZ2_bzWriteOpen( int* bzerror, FILE* f, int blockSize100k, int verbosity, int workFactor ) argument
1095 BZ2_bzReadOpen( int* bzerror, FILE* f, int verbosity, int small, void* unused, int nUnused ) argument
1255 BZ2_bzBuffToBuffCompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int blockSize100k, int verbosity, int workFactor ) argument
1404 int verbosity = 0; local
[all...]
H A Dbzip2.c183 Int32 verbosity; variable
345 blockSize100k, verbosity, workFactor );
348 if (verbosity >= 2) fprintf ( stderr, "\n" );
381 if (verbosity >= 1) {
455 &bzerr, zStream, verbosity,
501 if (verbosity >= 2) fprintf ( stderr, "\n " );
573 &bzerr, zStream, verbosity,
601 if (verbosity >= 2) fprintf ( stderr, "\n " );
606 if (verbosity == 0)
1286 if (verbosity >
[all...]
H A Dcompress.c261 if (s->verbosity >= 3)
302 if (s->verbosity >= 3)
436 if (s->verbosity >= 3) {
513 if (s->verbosity >= 3)
525 if (s->verbosity >= 3)
541 if (s->verbosity >= 3)
596 if (s->verbosity >= 3)
611 if (s->verbosity >= 2)
663 if (s->verbosity >= 2)
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_log.c113 void osm_log(IN osm_log_t * p_log, IN osm_log_level_t verbosity, argument
131 if (!(verbosity & p_log->level))
153 if (verbosity & OSM_LOG_SYS) {
183 pid, verbosity, buffer);
197 result.tm_sec, usecs, pid, verbosity, buffer);
202 (p_log->flush || (verbosity & (OSM_LOG_ERROR | OSM_LOG_SYS)))
224 void osm_log_v2(IN osm_log_t * p_log, IN osm_log_level_t verbosity, argument
243 if (!(verbosity & p_log->level)) {
244 if (!(verbosity & p_log->per_mod_log_tbl[file_id]))
267 if (verbosity
340 osm_log_raw(IN osm_log_t * p_log, IN osm_log_level_t verbosity, IN const char *p_buf) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc62 int, verbosity, 0,
/freebsd-11-stable/contrib/xz/src/xz/
H A Dmessage.c25 static enum message_verbosity verbosity = V_WARNING; variable in typeref:enum:message_verbosity
163 if (verbosity < V_DEBUG)
164 ++verbosity;
173 if (verbosity > V_SILENT)
174 --verbosity;
183 return verbosity;
238 if (verbosity >= V_VERBOSE
268 if (verbosity >= V_VERBOSE && progress_automatic) {
599 if (verbosity >= V_VERBOSE && progress_automatic) {
617 assert(verbosity >
[all...]
H A Dmessage.h34 /// Increase verbosity level by one step unless it was at maximum.
37 /// Decrease verbosity level by one step unless it was at minimum.
40 /// Get the current verbosity level.
44 /// \brief Print a message if verbosity level is at least "verbosity"
47 extern void message(enum message_verbosity verbosity, const char *fmt, ...)
53 /// The message is printed only if verbosity level is at least V_WARNING.
61 /// The message is printed only if verbosity level is at least V_ERROR.
69 /// The message is printed only if verbosity level is at least V_ERROR.
/freebsd-11-stable/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c390 if(verbosity == 0) return;
623 if(verbosity) log_info("dnstap client stream closed from %s",
640 if(verbosity) log_info("dnstap client stream closed from %s",
687 if(verbosity) log_info("dnstap client stream closed from %s",
699 if(errno == ECONNRESET && verbosity < 2)
705 if(verbosity) log_info("dnstap client stream closed from %s",
710 if(verbosity) log_info("dnstap client stream closed from %s",
777 if(verbosity) log_info("sent control frame(accept) content-type:(%s)",
809 if(verbosity) log_info("sent control frame(finish)");
830 if(verbosity) log_inf
[all...]
/freebsd-11-stable/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c76 skim_printcap(const char *pcap_fname, int verbosity) argument
176 (verbosity > 1)) {
256 if (verbosity)
H A Dchkprintcap.c72 int c, error, makedirs, more, queuecnt, verbosity; local
77 verbosity = 0;
93 verbosity++;
115 skres = skim_printcap(pcap_fname, verbosity);
/freebsd-11-stable/contrib/unbound/util/
H A Dlog.h47 * verbosity value:
64 /** The global verbosity setting */
65 extern enum verbosity_value verbosity;
70 * @param level: verbosity level for this message, compared to global
71 * verbosity setting.
190 * @param level: verbosity level for this message, compared to global
191 * verbosity setting.

Completed in 278 milliseconds

1234