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

12345

/freebsd-current/contrib/unbound/doc/
H A Dexample.conf19 # verbosity number, 0 is least verbose. 1 is default.
20 verbosity: 1
/freebsd-current/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-current/contrib/expat/tests/
H A Druntests.c83 int verbosity = CK_NORMAL; local
90 verbosity = CK_VERBOSE;
92 verbosity = CK_SILENT;
98 if (verbosity != CK_SILENT)
108 srunner_run_all(sr, context, verbosity);
111 srunner_summarize(sr, verbosity);
H A Dminicheck.c172 handle_success(int verbosity) { argument
173 if (verbosity >= CK_VERBOSE) {
179 handle_failure(SRunner *runner, int verbosity, const char *context, argument
182 if (verbosity != CK_SILENT) {
192 srunner_run_all(SRunner *runner, const char *context, int verbosity) { argument
207 handle_failure(runner, verbosity, context, "during setup");
214 handle_failure(runner, verbosity, context, "during actual test");
223 handle_failure(runner, verbosity, context, "during teardown");
229 handle_success(verbosity);
236 srunner_summarize(SRunner *runner, int verbosity) { argument
[all...]
H A Dminicheck.h144 void srunner_run_all(SRunner *runner, const char *context, int verbosity);
145 void srunner_summarize(SRunner *runner, int verbosity);
/freebsd-current/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-current/contrib/ldns/drill/
H A Ddnssec.c39 if (verbosity < 5) {
75 if (verbosity < 5) {
197 if (verbosity >= 5) {
227 if (verbosity >= 3) {
238 if (verbosity >= 3) {
318 if (verbosity >= 4) {
331 if (verbosity >= 4) {
350 if (verbosity >= 4) {
365 if (verbosity >= 4) {
389 if (verbosity >
[all...]
H A Derror.c63 if (verbosity == -1) {
78 if (verbosity < 1) {
H A Dchasetrace.c36 if (ldns_rr_get_type(rr) == LDNS_RR_TYPE_NS && verbosity != -1)
234 /* checks itself for verbosity */
305 if (verbosity != -1) {
369 if (verbosity != -1) {
416 if (verbosity >= 0) {
430 if (verbosity >= 0) {
436 if (verbosity >= 5) {
461 if (verbosity >= 4) {
470 if (verbosity >= 2) {
479 if (verbosity >
[all...]
/freebsd-current/usr.sbin/mlxcontrol/
H A Dcommand.c181 /* XXX more verbosity! */
185 int verbosity = *(int *)arg; local
223 if (verbosity > 0)
227 if (verbosity > 0)
233 if (verbosity > 0)
239 if (verbosity > 0) {
243 if (verbosity > 0) {
293 int verbosity = *(int *)arg; local
298 if (verbosity == 0)
327 if (verbosity >
384 int ch, verbosity = 1, i, unit; local
[all...]
/freebsd-current/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.c154 int verbosity,
198 s->verbosity = verbosity;
498 int verbosity,
507 if (verbosity < 0 || verbosity > 4) return BZ_PARAM_ERROR;
529 s->verbosity = verbosity;
830 if (s->verbosity >= 3)
833 if (s->verbosity >
151 BZ2_bzCompressInit( bz_stream* strm, int blockSize100k, int verbosity, int workFactor ) argument
496 BZ2_bzDecompressInit( bz_stream* strm, int verbosity, int small ) argument
921 BZ2_bzWriteOpen( int* bzerror, FILE* f, int blockSize100k, int verbosity, int workFactor ) argument
1092 BZ2_bzReadOpen( int* bzerror, FILE* f, int verbosity, int small, void* unused, int nUnused ) argument
1252 BZ2_bzBuffToBuffCompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int blockSize100k, int verbosity, int workFactor ) argument
1401 int verbosity = 0; local
[all...]
/freebsd-current/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-current/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) {
596 if (verbosity >= V_VERBOSE && progress_automatic) {
614 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"
48 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-current/contrib/unbound/testdata/ip_ratelimit.tdir/
H A Dip_ratelimit.conf2 verbosity: 5
/freebsd-current/contrib/unbound/testdata/stat_values.tdir/
H A Dstat_values_downstream_cookies.conf2 verbosity: 5
H A Dstat_values_cachedb.conf2 verbosity: 5
/freebsd-current/contrib/unbound/testdata/cachedb_no_store.tdir/
H A Dcachedb_no_store.conf2 verbosity: 4
/freebsd-current/contrib/unbound/testdata/root_zonemd.tdir/
H A Droot_zonemd.conf2 verbosity: 7
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc69 int, verbosity, 0,
/freebsd-current/contrib/unbound/testdata/rpz_reload.tdir/
H A Drpz_reload.conf2 verbosity: 7
/freebsd-current/contrib/opencsd/decoder/source/
H A Docsd_error_logger.cpp66 bool ocsdDefaultErrorLogger::initErrorLogger(const ocsd_err_severity_t verbosity, bool bCreateOutputLogger /*= false*/) argument
69 m_Verbosity = verbosity;
102 // only log errors that match or exceed the current verbosity
137 // only log errors that match or exceed the current verbosity
/freebsd-current/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c391 if(verbosity == 0) return;
625 if(verbosity) log_info("dnstap client stream closed from %s",
642 if(verbosity) log_info("dnstap client stream closed from %s",
689 if(verbosity) log_info("dnstap client stream closed from %s",
701 if(errno == ECONNRESET && verbosity < 2)
707 if(verbosity) log_info("dnstap client stream closed from %s",
712 if(verbosity) log_info("dnstap client stream closed from %s",
780 if(verbosity) log_info("sent control frame(accept) content-type:(%s)",
826 if(verbosity) log_info("sent control frame(finish)");
847 if(verbosity) log_inf
[all...]

Completed in 246 milliseconds

12345