Searched refs:verbosity (Results 51 - 75 of 107) sorted by relevance

12345

/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc399 // Verifies that Log() behaves correctly for the given verbosity level
401 void TestLogWithSeverity(const std::string& verbosity, LogSeverity severity, argument
404 GMOCK_FLAG_SET(verbose, verbosity);
505 // Verifies that Log() behaves correctly for the given verbosity level
507 std::string GrabOutput(void (*logger)(), const char* verbosity) { argument
509 GMOCK_FLAG_SET(verbose, verbosity);
/freebsd-current/contrib/bzip2/
H A Dbzlib_private.h249 Int32 verbosity; member in struct:__anon426
369 Int32 verbosity; member in struct:__anon427
/freebsd-current/contrib/unbound/dnstap/
H A Ddtstream.c778 if(errno == EPIPE && verbosity < 2)
782 if(errno == ECONNRESET && verbosity < 2)
977 verbosity < 4)
978 return 0; /* no log retries on low verbosity */
986 verbosity < 4)
987 return 0; /* no log retries on low verbosity */
1008 verbosity < 4)
1009 return 0; /* no log retries on low verbosity */
1022 errno == ECONNRESET && verbosity < 4)
1413 if(errno == EPIPE && verbosity <
[all...]
/freebsd-current/sys/dev/ioat/
H A Dioat_test.c80 static void _ioat_test_log(int verbosity, const char *fmt, ...);
602 _ioat_test_log(int verbosity, const char *fmt, ...) argument
606 if (verbosity > g_ioat_debug_level)
/freebsd-current/contrib/unbound/services/cache/
H A Drrset.c468 if(verbosity >= VERB_ALGO) {
477 log_nametypeclass(verbosity, "this "
481 else log_nametypeclass(verbosity, "this "
/freebsd-current/contrib/unbound/daemon/
H A Dunbound.c152 printf("-v verbose (more times to increase verbosity).\n");
299 /** set verbosity, check rlimits, cache settings */
305 verbosity = cmdline_verbose + cfg->verbosity;
685 * @param cmdline_verbose: verbosity resulting from commandline -v.
686 * These increase verbosity as specified in the config file.
799 verbosity++;
H A Dworker.c130 if(verbosity < VERB_ALGO)
200 if(verbosity < VERB_QUERY)
1085 if(verbosity >= VERB_DETAIL) {
1122 if(verbosity >= VERB_ALGO) {
1134 if(verbosity >= VERB_ALGO) {
1916 if(verbosity >= VERB_CLIENT) {
2333 if(worker->env.mesh && verbosity >= VERB_OPS) {
/freebsd-current/crypto/openssl/apps/lib/
H A Dhttp_server.c34 static int verbosity = LOG_INFO; variable
61 if (verbosity < level)
/freebsd-current/contrib/unbound/util/data/
H A Dpacked_rrset.c267 if(verbosity >= v)
313 if(verbosity < v)
/freebsd-current/contrib/unbound/libunbound/
H A Dcontext.c64 verbosity = cfg->verbosity;
H A Dlibunbound.c109 verbosity = NO_VERBOSE; /* errors only */
293 if(verbosity > 2)
531 verbosity = d;
532 ctx->env->cfg->verbosity = d;
/freebsd-current/contrib/libarchive/test_utils/
H A Dtest_main.c369 static int verbosity = 0; variable
374 /* A few places generate even more output for verbosity > VERBOSITY_FULL,
492 switch (verbosity) {
497 log_console = (verbosity >= VERBOSITY_FULL);
517 if (verbosity == VERBOSITY_LIGHT_REPORT)
3089 if (verbosity > VERBOSITY_FULL)
3510 switch (verbosity) {
3520 log_console = (verbosity == VERBOSITY_LIGHT_REPORT);
3548 switch (verbosity) {
3989 verbosity
[all...]
/freebsd-current/contrib/unbound/services/
H A Dauthzone.c1580 if(verbosity >= VERB_ALGO) {
1944 if(verbosity >= VERB_ALGO) {
1952 if(verbosity >= VERB_ALGO) {
1975 if(verbosity >= VERB_ALGO) {
3457 if(verbosity >= VERB_ALGO) {
4875 if(verbosity>=7) log_rrlist_position("apply ixfr",
4934 if(verbosity>=7) log_rrlist_position((delmode?"del":"add"),
4948 if(verbosity>=4) log_rrlist_position(
4968 if(verbosity>=4) log_rrlist_position(
5022 if(verbosity>
[all...]
H A Dlisten_dnsport.c116 if(verbosity >= VERB_ALGO) {
142 if(verbosity >= VERB_ALGO) {
308 if(errno != ENOPROTOOPT || verbosity >= 3)
326 if(errno != ENOPROTOOPT || verbosity >= 3)
643 !(errno == EACCES && verbosity < 4 && !listen)
645 && !(errno == EADDRNOTAVAIL && verbosity < 4 && !listen)
655 !(WSAGetLastError() == WSAEACCES && verbosity < 4 && !listen)) {
783 if(errno != ENOPROTOOPT || verbosity >= 3)
886 disabled, except when verbosity enabled for debugging */
887 if(errno != ENOPROTOOPT || verbosity >
[all...]
/freebsd-current/sys/dev/isci/
H A Disci.h345 void isci_log_message(uint32_t verbosity, char *log_message_prefix,
/freebsd-current/tests/sys/fs/fusefs/
H A Dmockfs.hh71 extern int verbosity;
/freebsd-current/sys/dev/sound/midi/
H A Dmpu401.c286 mpu401_mdescr(struct snd_midi *sm, void *arg, int verbosity) argument
/freebsd-current/crypto/openssl/test/
H A Drun_tests.pl43 ( verbosity => $ENV{HARNESS_VERBOSE} ? 1 : 0,
174 # We rely heavily on perl closures to make failure verbosity work
/freebsd-current/contrib/unbound/util/
H A Dnet_help.c176 if(WSAGetLastError() != WSAEINVAL || verbosity >= 4)
212 if(verbosity < v)
232 if(verbosity >= 4)
549 if(verbosity < v)
614 if(verbosity < v)
651 if(verbosity >= 4)
1081 if(verbosity < level) return;
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c750 int verbosity; member in struct:send_dump_data
1237 if (sdd->verbosity != 0) {
1266 pa.pa_verbosity = sdd->verbosity;
1631 pa.pa_verbosity = flags->verbosity;
1826 FILE *fout = (flags->verbosity > 0 && flags->dryrun) ? stdout : stderr;
1835 if (flags->verbosity != 0) {
1916 if (flags->verbosity != 0 || flags->progressastitle) {
1949 pa.pa_verbosity = flags->verbosity;
2389 flags->replicate, flags->verbosity > 0, flags->dryrun,
2407 sdd.verbosity
[all...]
/freebsd-current/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api.cpp270 OCSD_C_API ocsd_err_t ocsd_def_errlog_init(const ocsd_err_severity_t verbosity, const int create_output_logger) argument
272 if(DecodeTree::getDefaultErrorLogger()->initErrorLogger(verbosity,(bool)(create_output_logger != 0)))
/freebsd-current/contrib/unbound/ipset/
H A Dipset.c120 if(verbosity >= VERB_QUERY) {
/freebsd-current/contrib/unbound/edns-subnet/
H A Dsubnetmod.c756 if(verbosity >= VERB_ALGO) {
883 if(verbosity >= VERB_ALGO) {
938 if(verbosity >= VERB_ALGO) {
/freebsd-current/contrib/unbound/cachedb/
H A Dcachedb.c417 if(verbosity >= VERB_ALGO)
801 if(verbosity >= VERB_ALGO) {
818 if(verbosity >= VERB_ALGO)
/freebsd-current/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2870 dump_bookmarks(objset_t *os, int verbosity) argument
2877 if (verbosity < 4)
2891 (void) dump_bookmark(dp, buf, verbosity >= 5, verbosity >= 6);
3616 dump_object(objset_t *os, uint64_t object, int verbosity, argument
3697 if (doi.doi_checksum != ZIO_CHECKSUM_INHERIT || verbosity >= 6) {
3703 ZIO_COMPRESS_HASLEVEL(os->os_compress) && verbosity >= 6) {
3717 } else if (doi.doi_compress == ZIO_COMPRESS_INHERIT && verbosity >= 6) {
3720 } else if (doi.doi_compress != ZIO_COMPRESS_INHERIT || verbosity >= 6) {
3729 if (doi.doi_bonus_type != DMU_OT_NONE && verbosity >
3971 int verbosity = dump_opt['d']; local
[all...]

Completed in 666 milliseconds

12345