| /NextBSD/sys/dev/isci/scil/ |
| HD | sci_base_logger.c | 97 U8 verbosity in sci_base_logger_enable_log_object() argument 101 if ( (1<<verbosity) & verbosity_mask) in sci_base_logger_enable_log_object() 103 SCI_LOGGER_GET_OBJECT_MASK(logger, verbosity) |= log_object_mask; in sci_base_logger_enable_log_object() 104 (((SCI_BASE_LOGGER_T *)(logger))->verbosity_mask |= (1<<verbosity) ); in sci_base_logger_enable_log_object() 128 U8 verbosity in sci_base_logger_disable_log_object() argument 131 if ( (1<<verbosity) & verbosity_mask) in sci_base_logger_disable_log_object() 133 SCI_LOGGER_GET_OBJECT_MASK(logger, verbosity) &= ~log_object_mask; in sci_base_logger_disable_log_object() 137 if (SCI_LOGGER_GET_OBJECT_MASK(logger, verbosity) == 0) in sci_base_logger_disable_log_object() 138 (((SCI_BASE_LOGGER_T *)(logger))->verbosity_mask &= ~(1<<verbosity) ); in sci_base_logger_disable_log_object() 176 U8 verbosity in sci_logger_get_object_mask() argument [all …]
|
| HD | sci_logger.h | 160 U8 verbosity 238 #define sci_logger_get_object_mask(logger, verbosity)
|
| /NextBSD/contrib/ldns/drill/ |
| HD | dnssec.c | 39 if (verbosity < 5) { in drill_pkt_print() 75 if (verbosity < 5) { in drill_pkt_print_footer() 184 if (verbosity >= 5) { in ldns_verify_denial() 214 if (verbosity >= 3) { in ldns_verify_denial() 225 if (verbosity >= 3) { in ldns_verify_denial() 305 if (verbosity >= 4) { in ldns_nsec3_exact_match() 318 if (verbosity >= 4) { in ldns_nsec3_exact_match() 337 if (verbosity >= 4) { in ldns_nsec3_exact_match() 352 if (verbosity >= 4) { in ldns_nsec3_exact_match() 376 if (verbosity >= 4) { in ldns_nsec3_exact_match() [all …]
|
| HD | chasetrace.c | 126 if (verbosity != -1) { in do_trace() 212 if (verbosity != -1) { in do_trace() 241 int verbosity) in do_chase() argument 269 if (verbosity != -1) { in do_chase() 316 if (verbosity >= 0) { in do_chase() 330 if (verbosity >= 0) { in do_chase() 336 if (verbosity >= 5) { in do_chase() 361 if (verbosity >= 4) { in do_chase() 370 if (verbosity >= 2) { in do_chase() 379 if (verbosity >= 1) { in do_chase() [all …]
|
| HD | drill.c | 20 int verbosity; variable 179 verbosity = 2; in main() 237 verbosity = atoi(optarg); in main() 240 verbosity = -1; in main() 559 if (verbosity >= 5) { in main() 642 if (verbosity >= 3) { in main() 654 verbosity); in main() 656 if (verbosity != -1) { in main() 661 if (verbosity != -1) { in main() 673 if (verbosity != -1) { in main() [all …]
|
| HD | securetrace.c | 73 if (verbosity >= 5) { in get_dnssec_pkt() 271 if (verbosity >= 5) { in do_secure_trace() 330 if (verbosity >= 4) { in do_secure_trace() 480 if (verbosity >= 2) { in do_secure_trace() 520 if (verbosity >= 4) { in do_secure_trace() 537 if (verbosity >= 2) { in do_secure_trace() 541 if (verbosity >= 2) { in do_secure_trace() 546 if (verbosity >= 2) { in do_secure_trace() 552 if (verbosity >= 2) { in do_secure_trace() 583 if (verbosity >= 4) { in do_secure_trace() [all …]
|
| HD | error.c | 63 if (verbosity == -1) { in mesg() 77 if (verbosity < 1) { in verbose() 91 if (verbosity < 2) { in vverbose()
|
| HD | drill.h | 34 extern int verbosity; 48 int verbosity);
|
| /NextBSD/usr.sbin/mlxcontrol/ |
| HD | command.c | 185 int verbosity = *(int *)arg; in status_print() local 223 if (verbosity > 0) in status_print() 227 if (verbosity > 0) in status_print() 233 if (verbosity > 0) in status_print() 239 if (verbosity > 0) { in status_print() 243 if (verbosity > 0) { in status_print() 293 int verbosity = *(int *)arg; in controller_print() local 298 if (verbosity == 0) in controller_print() 327 if (verbosity > 1) { in controller_print() 371 mlx_print_phys_drv(&pd, channel, target, " ", verbosity - 1); in controller_print() [all …]
|
| /NextBSD/contrib/expat/tests/ |
| HD | minicheck.c | 101 add_failure(SRunner *runner, int verbosity) in add_failure() argument 104 if (verbosity >= CK_VERBOSE) { in add_failure() 111 srunner_run_all(SRunner *runner, int verbosity) in srunner_run_all() argument 126 add_failure(runner, verbosity); in srunner_run_all() 133 add_failure(runner, verbosity); in srunner_run_all() 141 add_failure(runner, verbosity); in srunner_run_all() 149 if (verbosity) { in srunner_run_all()
|
| /NextBSD/contrib/xz/src/xz/ |
| HD | message.c | 25 static enum message_verbosity verbosity = V_WARNING; variable 158 if (verbosity < V_DEBUG) in message_verbosity_increase() 159 ++verbosity; in message_verbosity_increase() 168 if (verbosity > V_SILENT) in message_verbosity_decrease() 169 --verbosity; in message_verbosity_decrease() 178 return verbosity; in message_verbosity_get() 233 if (verbosity >= V_VERBOSE in message_filename() 262 if (verbosity >= V_VERBOSE && progress_automatic) { in message_progress_start() 585 if (verbosity >= V_VERBOSE && progress_automatic) { in message_progress_update() 603 assert(verbosity >= V_VERBOSE); in message_progress_update() [all …]
|
| /NextBSD/contrib/ofed/management/opensm/opensm/ |
| HD | osm_log.c | 105 IN const osm_log_level_t verbosity, IN const char *p_str, ...) in osm_log() argument 122 if (!(verbosity & (OSM_LOG_SYS | p_log->level))) in osm_log() 130 if (verbosity & OSM_LOG_SYS) { in osm_log() 160 pid, verbosity, buffer); in osm_log() 174 result.tm_sec, usecs, pid, verbosity, buffer); in osm_log() 179 (p_log->flush || (verbosity & (OSM_LOG_ERROR | OSM_LOG_SYS))) in osm_log() 202 IN const osm_log_level_t verbosity, IN const char *p_buf) in osm_log_raw() argument 204 if (p_log->level & verbosity) { in osm_log_raw() 212 if (p_log->flush || (verbosity & OSM_LOG_ERROR)) in osm_log_raw()
|
| /NextBSD/contrib/bzip2/ |
| HD | bzlib.h | 103 int verbosity, 118 int verbosity, 142 int verbosity, 171 int verbosity, 210 int verbosity, 220 int verbosity
|
| HD | bzlib.c | 157 int verbosity, in BZ_API() 201 s->verbosity = verbosity; in BZ_API() 501 int verbosity, in BZ_API() 510 if (verbosity < 0 || verbosity > 4) return BZ_PARAM_ERROR; in BZ_API() 532 s->verbosity = verbosity; in BZ_API() 833 if (s->verbosity >= 3) in BZ_API() 836 if (s->verbosity >= 2) VPrintf0 ( "]" ); in BZ_API() 851 if (s->verbosity >= 3) in BZ_API() 928 int verbosity, in BZ_API() 939 (verbosity < 0 || verbosity > 4)) in BZ_API() [all …]
|
| HD | bzip2.c | 183 Int32 verbosity; variable 345 blockSize100k, verbosity, workFactor ); in compressStream() 348 if (verbosity >= 2) fprintf ( stderr, "\n" ); in compressStream() 381 if (verbosity >= 1) { in compressStream() 455 &bzerr, zStream, verbosity, in uncompressStream() 501 if (verbosity >= 2) fprintf ( stderr, "\n " ); in uncompressStream() 573 &bzerr, zStream, verbosity, in testStream() 601 if (verbosity >= 2) fprintf ( stderr, "\n " ); in testStream() 606 if (verbosity == 0) in testStream() 1286 if (verbosity >= 1) { in compress() [all …]
|
| HD | compress.c | 261 if (s->verbosity >= 3) in sendMTFValues() 302 if (s->verbosity >= 3) in sendMTFValues() 436 if (s->verbosity >= 3) { in sendMTFValues() 513 if (s->verbosity >= 3) in sendMTFValues() 525 if (s->verbosity >= 3) in sendMTFValues() 541 if (s->verbosity >= 3) in sendMTFValues() 596 if (s->verbosity >= 3) in sendMTFValues() 611 if (s->verbosity >= 2) in BZ2_compressBlock() 663 if (s->verbosity >= 2) in BZ2_compressBlock()
|
| /NextBSD/sys/dev/isci/ |
| HD | isci_logger.c | 49 isci_log_message(uint32_t verbosity, char *log_message_prefix, in isci_log_message() argument 56 if (verbosity > g_isci_debug_level) in isci_log_message() 80 verbosity, \ argument 87 if (!sci_logger_is_enabled(logger_object, log_object_mask, verbosity)) \ 95 isci_log_message(verbosity, log_message_prefix, buffer); \
|
| /NextBSD/usr.sbin/lpr/chkprintcap/ |
| HD | chkprintcap.c | 72 int c, error, makedirs, more, queuecnt, verbosity; in main() local 77 verbosity = 0; in main() 93 verbosity++; in main() 115 skres = skim_printcap(pcap_fname, verbosity); in main()
|
| HD | skimprintcap.c | 74 skim_printcap(const char *pcap_fname, int verbosity) in skim_printcap() argument 174 (verbosity > 1)) { in skim_printcap() 254 if (verbosity) in skim_printcap()
|
| /NextBSD/contrib/ntp/sntp/include/ |
| HD | debug-opt.def | 16 descrip = "Increase debug verbosity level"; 25 descrip = "Set the debug verbosity level";
|
| /NextBSD/contrib/unbound/util/ |
| HD | log.c | 64 enum verbosity_value verbosity = 0; variable 333 if(verbosity >= level) { in verbose() 376 log_hex_f(verbosity, msg, data, length); in log_hex() 381 if(verbosity < level) in log_buf()
|
| /NextBSD/contrib/libarchive/libarchive/test/ |
| HD | main.c | 218 static int verbosity = 0; variable 341 switch (verbosity) { in failure_start() 346 log_console = (verbosity >= VERBOSITY_FULL); in failure_start() 366 if (verbosity == VERBOSITY_LIGHT_REPORT) in failure_start() 2090 if (verbosity > VERBOSITY_FULL) in systemf() 2271 switch (verbosity) { in test_summarize() 2281 log_console = (verbosity == VERBOSITY_LIGHT_REPORT); in test_summarize() 2304 switch (verbosity) { in test_run() 2613 verbosity = atoi(vlevel); in main() 2614 if (verbosity < VERBOSITY_SUMMARY_ONLY || verbosity > VERBOSITY_FULL) in main() [all …]
|
| /NextBSD/contrib/libarchive/cpio/test/ |
| HD | main.c | 220 static int verbosity = 0; variable 343 switch (verbosity) { in failure_start() 348 log_console = (verbosity >= VERBOSITY_FULL); in failure_start() 368 if (verbosity == VERBOSITY_LIGHT_REPORT) in failure_start() 2079 if (verbosity > VERBOSITY_FULL) in systemf() 2252 switch (verbosity) { in test_summarize() 2262 log_console = (verbosity == VERBOSITY_LIGHT_REPORT); in test_summarize() 2285 switch (verbosity) { in test_run() 2594 verbosity = atoi(vlevel); in main() 2595 if (verbosity < VERBOSITY_SUMMARY_ONLY || verbosity > VERBOSITY_FULL) in main() [all …]
|
| /NextBSD/contrib/libarchive/tar/test/ |
| HD | main.c | 220 static int verbosity = 0; variable 343 switch (verbosity) { in failure_start() 348 log_console = (verbosity >= VERBOSITY_FULL); in failure_start() 368 if (verbosity == VERBOSITY_LIGHT_REPORT) in failure_start() 2080 if (verbosity > VERBOSITY_FULL) in systemf() 2253 switch (verbosity) { in test_summarize() 2263 log_console = (verbosity == VERBOSITY_LIGHT_REPORT); in test_summarize() 2286 switch (verbosity) { in test_run() 2595 verbosity = atoi(vlevel); in main() 2596 if (verbosity < VERBOSITY_SUMMARY_ONLY || verbosity > VERBOSITY_FULL) in main() [all …]
|
| /NextBSD/contrib/compiler-rt/lib/asan/ |
| HD | asan_activation.cc | 56 cf.verbosity = Verbosity(); in OverrideFromActivationFlags() 69 SetVerbosity(cf.verbosity); in OverrideFromActivationFlags()
|