/freebsd/sys/dev/isci/scil/ |
H A D | sci_base_logger.c | 79 * 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 in sci_base_logger_enable_log_object() argument 100 // Enable the log objects for the error verbosity if errs are enabled. in sci_base_logger_enable_log_object() 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() 110 * supplied log objects for the supplied verbosity levels. [all …]
|
H A D | sci_logger.h | 73 /* 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) is enabled. [all …]
|
/freebsd/contrib/ldns/drill/ |
H A D | dnssec.c | 39 if (verbosity < 5) { in drill_pkt_print() 75 if (verbosity < 5) { in drill_pkt_print_footer() 197 if (verbosity >= 5) { in ldns_verify_denial() 227 if (verbosity >= 3) { in ldns_verify_denial() 238 if (verbosity >= 3) { in ldns_verify_denial() 318 if (verbosity >= 4) { in ldns_nsec3_exact_match() 331 if (verbosity >= 4) { in ldns_nsec3_exact_match() 350 if (verbosity >= 4) { in ldns_nsec3_exact_match() 365 if (verbosity >= 4) { in ldns_nsec3_exact_match() 389 if (verbosity >= 4) { in ldns_nsec3_exact_match() [all …]
|
H A D | chasetrace.c | 36 if (ldns_rr_get_type(rr) == LDNS_RR_TYPE_NS && verbosity != -1) in add_rr_list_to_referrals() 234 /* checks itself for verbosity */ in do_trace() 305 if (verbosity != -1) { in do_trace() 369 if (verbosity != -1) { in do_chase() 416 if (verbosity >= 0) { in do_chase() 430 if (verbosity >= 0) { in do_chase() 436 if (verbosity >= 5) { in do_chase() 461 if (verbosity >= 4) { in do_chase() 470 if (verbosity >= 2) { in do_chase() 479 if (verbosity >= 1) { in do_chase() [all …]
|
H A D | drill.c | 18 int verbosity; variable 197 verbosity = 2; in main() 250 verbosity = atoi(optarg); in main() 254 verbosity = -1; in main() 665 if (verbosity >= 5) { in main() 781 if (verbosity >= 3) { in main() 794 if (verbosity != -1) { in main() 799 if (verbosity != -1) { in main() 811 if (verbosity != -1) { in main() 885 if (verbosity != -1) { in main() [all …]
|
H A D | securetrace.c | 73 if (verbosity >= 5) { in get_dnssec_pkt() 267 if (verbosity >= 5) { in do_secure_trace() 326 if (verbosity >= 4) { in do_secure_trace() 476 if (verbosity >= 2) { in do_secure_trace() 547 if (verbosity >= 4) { in do_secure_trace() 564 if (verbosity >= 2) { in do_secure_trace() 568 if (verbosity >= 2) { in do_secure_trace() 573 if (verbosity >= 2) { in do_secure_trace() 579 if (verbosity >= 2) { in do_secure_trace() 610 if (verbosity >= 4) { in do_secure_trace() [all …]
|
/freebsd/contrib/expat/tests/ |
H A D | minicheck.c | 172 handle_success(int verbosity) { in handle_success() argument 173 if (verbosity >= CK_VERBOSE) { in handle_success() 179 handle_failure(SRunner *runner, int verbosity, const char *context, in handle_failure() argument 182 if (verbosity != CK_SILENT) { in handle_failure() 192 srunner_run_all(SRunner *runner, const char *context, int verbosity) { in srunner_run_all() argument 207 handle_failure(runner, verbosity, context, "during setup"); in srunner_run_all() 214 handle_failure(runner, verbosity, context, "during actual test"); in srunner_run_all() 223 handle_failure(runner, verbosity, context, "during teardown"); in srunner_run_all() 229 handle_success(verbosity); in srunner_run_all() 236 srunner_summarize(SRunner *runner, int verbosity) { in srunner_summarize() argument [all …]
|
H A D | runtests.c | 83 int verbosity = CK_NORMAL; in main() local 90 verbosity = CK_VERBOSE; in main() 92 verbosity = CK_SILENT; in main() 98 if (verbosity != CK_SILENT) in main() 108 srunner_run_all(sr, context, verbosity); in main() 111 srunner_summarize(sr, verbosity); in main()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_log.c | 113 void osm_log(IN osm_log_t * p_log, IN osm_log_level_t verbosity, in osm_log() argument 131 if (!(verbosity & p_log->level)) in osm_log() 153 if (verbosity & OSM_LOG_SYS) { in osm_log() 183 pid, verbosity, buffer); in osm_log() 197 result.tm_sec, usecs, pid, verbosity, buffer); in osm_log() 202 (p_log->flush || (verbosity & (OSM_LOG_ERROR | OSM_LOG_SYS))) in osm_log() 224 void osm_log_v2(IN osm_log_t * p_log, IN osm_log_level_t verbosity, in osm_log_v2() argument 243 if (!(verbosity & p_log->level)) { in osm_log_v2() 244 if (!(verbosity & p_log->per_mod_log_tbl[file_id])) in osm_log_v2() 267 if (verbosity & OSM_LOG_SYS) { in osm_log_v2() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_profiling.cpp | 207 if (Verbosity()) in profilingFlush() 214 if (Verbosity()) in profilingFlush() 226 if (Verbosity()) in profilingFlush() 238 if (Verbosity()) in profilingFlush() 243 if (Verbosity()) in profilingFlush() 317 if (Verbosity()) in profilingFinalize() 359 if (Verbosity()) in profilingLoggingInit() 379 if (Verbosity()) in profilingLoggingInit() 394 if (Verbosity()) in profilingLoggingInit() 410 if (Verbosity()) in profilingLoggingInit() [all …]
|
H A D | xray_allocator.h | 45 if (Verbosity()) in allocate() 56 if (Verbosity()) in allocate() 67 if (Verbosity()) in allocate() 96 if (Verbosity()) in allocateBuffer() 106 if (Verbosity()) in allocateBuffer() 116 if (Verbosity()) in allocateBuffer() 185 if (Verbosity()) in Alloc() 199 if (Verbosity()) in Alloc()
|
H A D | xray_basic_logging.cpp | 128 if (Verbosity()) in getThreadLocalData() 140 if (Verbosity()) in getThreadLocalData() 347 if (Verbosity()) in TLDDestructor() 352 if (Verbosity()) in TLDDestructor() 378 if (Verbosity()) in basicLoggingInit() 392 if (!atomic_load(&UseRealTSC, memory_order_relaxed) && Verbosity()) in basicLoggingInit() 446 Verbosity()) in basicLoggingFinalize() 474 Verbosity()) in basicLogDynamicInitializer() 481 if (Verbosity()) in basicLogDynamicInitializer() 493 if (Verbosity()) in basicLogDynamicInitializer()
|
H A D | xray_fdr_logging.cpp | 193 if (Verbosity()) in fdrIterator() 279 if (Verbosity()) in fdrLoggingFlush() 287 if (Verbosity()) in fdrLoggingFlush() 293 if (Verbosity()) in fdrLoggingFlush() 320 if (Verbosity()) in fdrLoggingFlush() 388 if (Verbosity()) in fdrLoggingFinalize() 396 if (Verbosity()) in fdrLoggingFinalize() 620 if (Verbosity()) in fdrLoggingInit() 625 if (Verbosity()) in fdrLoggingInit() 671 if (Verbosity()) in fdrLoggingInit() [all …]
|
/freebsd/usr.sbin/mlxcontrol/ |
H A D | command.c | 181 /* XXX more verbosity! */ 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() [all …]
|
/freebsd/contrib/unbound/util/ |
H A D | log.h | 47 * 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. 196 * @param level: verbosity level for this message, compared to global 197 * verbosity setting.
|
/freebsd/contrib/bzip2/ |
H A D | bzlib.h | 103 int verbosity, 118 int verbosity, 142 int verbosity, 171 int verbosity, 210 int verbosity, 220 int verbosity
|
H A D | bzlib.c | 154 int verbosity, in BZ_API() 198 s->verbosity = verbosity; in BZ_API() 498 int verbosity, in BZ_API() 507 if (verbosity < 0 || verbosity > 4) return BZ_PARAM_ERROR; in BZ_API() 529 s->verbosity = verbosity; in BZ_API() 830 if (s->verbosity >= 3) in BZ_API() 833 if (s->verbosity >= 2) VPrintf0 ( "]" ); in BZ_API() 848 if (s->verbosity >= 3) in BZ_API() 925 int verbosity, in BZ_API() 936 (verbosity < 0 || verbosity > 4)) in BZ_API() [all …]
|
/freebsd/contrib/unbound/dnstap/ |
H A D | unbound-dnstap-socket.c | 486 if(verbosity == 0) return; in log_control_frame() 720 if(verbosity) log_info("dnstap client stream closed from %s", in receive_bytes() 737 if(verbosity) log_info("dnstap client stream closed from %s", in receive_bytes() 784 if(verbosity) log_info("dnstap client stream closed from %s", in ssl_read_bytes() 796 if(errno == ECONNRESET && verbosity < 2) in ssl_read_bytes() 802 if(verbosity) log_info("dnstap client stream closed from %s", in ssl_read_bytes() 807 if(verbosity) log_info("dnstap client stream closed from %s", in ssl_read_bytes() 863 if(verbosity) log_info("sent control frame(accept) content-type:(%s)", in reply_with_accept() 911 if(verbosity) log_info("sent control frame(finish)"); in reply_with_finish() 936 if(verbosity) log_info("SSL connection %s" in tap_check_peer() [all …]
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zdb.8 | 183 If specified multiple times provides greater and greater verbosity. 294 Specify multiple times to increase verbosity. 341 for increasing verbosity. 354 for increasing verbosity. 497 Enable verbosity. 498 Specify multiple times for increased verbosity. 522 Specifying a display option more than once enables verbosity for only that 523 option, with more occurrences enabling more verbosity. 526 displayed at default verbosity.
|
/freebsd/contrib/sendmail/libsm/ |
H A D | heap.html | 45 void sm_heap_report(FILE *stream, int verbosity); 317 <tt> void sm_heap_report(FILE *stream, int verbosity) </tt> 320 If verbosity <= 0, this function does nothing. 323 If verbosity >= 1, then sm_heap_report prints a single line 330 If verbosity >= 2, then sm_heap_report additionally prints one line 337 If verbosity >= 3, then sm_heap_report prints one line for each 388 to invoke sm_heap_report with verbosity=1 just before exit. 393 to invoke sm_heap_report with verbosity=2 just before exit. 398 to invoke sm_heap_report with verbosity=3 just before exit.
|
/freebsd/contrib/opencsd/decoder/source/ |
H A D | ocsd_error_logger.cpp | 66 bool ocsdDefaultErrorLogger::initErrorLogger(const ocsd_err_severity_t verbosity, bool bCreateOutpu… in initErrorLogger() argument 69 m_Verbosity = verbosity; in initErrorLogger() 102 // only log errors that match or exceed the current verbosity in LogError() 137 // only log errors that match or exceed the current verbosity in LogMessage()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_activation.cpp | 58 cf.verbosity = Verbosity(); in OverrideFromActivationFlags() 68 if (Verbosity()) ReportUnrecognizedFlags(); in OverrideFromActivationFlags() 137 if (Verbosity()) { in AsanActivate()
|
/freebsd/crypto/openssl/test/ |
H A D | README.md | 21 You may want increased verbosity, that can be accomplished like this: 23 Full verbosity, showing full output of all successful and failed test cases 30 Verbosity on failed (sub-)tests only 35 Verbosity on failed (sub-)tests, in addition progress on succeeded (sub-)tests
|
/freebsd/contrib/libder/libder/ |
H A D | libder.3 | 160 functions may be used to check or set the verbosity of the given 167 With a verbosity level of 1, an error will be printed when the error state is 170 With a verbosity level of 2, the filename and line within
|
/freebsd/contrib/ntp/sntp/include/ |
H A D | debug-opt.def | 16 descrip = "Increase debug verbosity level"; 25 descrip = "Set the debug verbosity level";
|