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

123

/freebsd-10.0-release/contrib/unbound/doc/
H A Dexample.conf.in15 # verbosity number, 0 is least verbose. 1 is default.
16 verbosity: 1
/freebsd-10.0-release/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-10.0-release/contrib/ldns/drill/
H A Dchasetrace.c124 if (verbosity != -1) {
127 /* checks itself for verbosity */
210 if (verbosity != -1) {
239 int verbosity)
267 if (verbosity != -1) {
314 if (verbosity >= 0) {
328 if (verbosity >= 0) {
334 if (verbosity >= 5) {
359 if (verbosity >= 4) {
368 if (verbosity >
231 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
176 verbosity = 2;
234 verbosity = atoi(optarg);
237 verbosity = -1;
546 if (verbosity >= 5) {
622 if (verbosity >= 3) {
634 verbosity);
636 if (verbosity != -1) {
641 if (verbosity != -1) {
653 if (verbosity !
[all...]
H A Ddrill.h34 extern int verbosity;
48 int verbosity);
H A Dsecuretrace.c73 if (verbosity >= 5) {
266 if (verbosity >= 5) {
325 if (verbosity >= 4) {
456 if (verbosity >= 2) {
496 if (verbosity >= 4) {
513 if (verbosity >= 2) {
517 if (verbosity >= 2) {
522 if (verbosity >= 2) {
528 if (verbosity >= 2) {
559 if (verbosity >
[all...]
/freebsd-10.0-release/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-10.0-release/contrib/expat/tests/
H A Dminicheck.c101 add_failure(SRunner *runner, int verbosity) argument
104 if (verbosity >= CK_VERBOSE) {
111 srunner_run_all(SRunner *runner, int verbosity) argument
126 add_failure(runner, verbosity);
133 add_failure(runner, verbosity);
141 add_failure(runner, verbosity);
149 if (verbosity) {
H A Dminicheck.h84 void srunner_run_all(SRunner *runner, int verbosity);
/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_log.c105 IN const osm_log_level_t verbosity, IN const char *p_str, ...)
122 if (!(verbosity & (OSM_LOG_SYS | p_log->level)))
130 if (verbosity & OSM_LOG_SYS) {
160 pid, verbosity, buffer);
174 result.tm_sec, usecs, pid, verbosity, buffer);
179 (p_log->flush || (verbosity & (OSM_LOG_ERROR | OSM_LOG_SYS)))
202 IN const osm_log_level_t verbosity, IN const char *p_buf)
204 if (p_log->level & verbosity) {
212 if (p_log->flush || (verbosity & OSM_LOG_ERROR))
104 osm_log(IN osm_log_t * const p_log, IN const osm_log_level_t verbosity, IN const char *p_str, ...) argument
201 osm_log_raw(IN osm_log_t * const p_log, IN const osm_log_level_t verbosity, IN const char *p_buf) argument
/freebsd-10.0-release/contrib/xz/src/xz/
H A Dmessage.c29 static enum message_verbosity verbosity = V_WARNING; variable in typeref:enum:message_verbosity
175 if (verbosity < V_DEBUG)
176 ++verbosity;
185 if (verbosity > V_SILENT)
186 --verbosity;
195 return verbosity;
250 if (verbosity >= V_VERBOSE
280 if (verbosity >= V_VERBOSE && progress_automatic) {
604 if (verbosity >= V_VERBOSE && progress_automatic) {
622 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-10.0-release/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c74 skim_printcap(const char *pcap_fname, int verbosity) argument
174 (verbosity > 1)) {
254 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-10.0-release/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.
153 * @param level: verbosity level for this message, compared to global
154 * verbosity setting.
/freebsd-10.0-release/contrib/gcc/
H A Dlanghooks.h383 const char *(*decl_printable_name) (tree decl, int verbosity);
388 const char *(*dwarf_name) (tree, int verbosity);
/freebsd-10.0-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_log.h227 * [in] The log verbosity level to be used.
285 IN const osm_log_level_t verbosity,
391 IN const osm_log_level_t verbosity, IN const char *p_buf);

Completed in 281 milliseconds

123