Symbol: verbose
bin/ksh/misc.c
196
static void printoptions(int verbose);
bin/ksh/misc.c
211
printoptions(int verbose)
bin/ksh/misc.c
215
if (verbose) {
games/battlestar/cypher.c
374
verbose = 1;
games/battlestar/cypher.c
379
verbose = 0;
games/battlestar/extern.h
298
extern int verbose;
games/battlestar/globals.c
267
int verbose = 0;
games/battlestar/room.c
45
if (beenthere[position] < ROOMDESC || verbose) {
lib/libedit/terminal.c
1449
int verbose = 0, silent = 0;
lib/libedit/terminal.c
1465
verbose = 1;
lib/libedit/terminal.c
1549
if (verbose)
lib/libedit/terminal.c
1599
if (verbose)
lib/libutil/readlabel.c
102
if (verbose)
lib/libutil/readlabel.c
115
if (verbose)
lib/libutil/readlabel.c
120
if (verbose)
lib/libutil/readlabel.c
129
if (verbose)
lib/libutil/readlabel.c
135
if (verbose)
lib/libutil/readlabel.c
143
if (verbose)
lib/libutil/readlabel.c
51
readlabelfs(char *device, int verbose)
lib/libutil/readlabel.c
78
if (verbose)
lib/libz/zutil.c
123
# ifndef verbose
lib/libz/zutil.c
126
int ZLIB_INTERNAL z_verbose = verbose;
libexec/ld.so/ldconfig/ldconfig.c
118
verbose = 1;
libexec/ld.so/ldconfig/ldconfig.c
240
if (verbose)
libexec/ld.so/ldconfig/ldconfig.c
260
if (verbose)
libexec/ld.so/ldconfig/ldconfig.c
325
if (verbose)
libexec/ld.so/ldconfig/ldconfig.c
56
int verbose;
libexec/snmpd/snmpd_metrics/log.c
171
if (verbose > 1) {
libexec/snmpd/snmpd_metrics/log.c
28
static int verbose;
libexec/snmpd/snmpd_metrics/log.c
58
verbose = n_debug;
libexec/snmpd/snmpd_metrics/log.c
77
verbose = v;
libexec/snmpd/snmpd_metrics/log.c
83
return (verbose);
libexec/snmpd/snmpd_metrics/mib.c
3241
int verbose = 0, daemonize = 1, debug = 0;
libexec/snmpd/snmpd_metrics/mib.c
3298
verbose++;
libexec/snmpd/snmpd_metrics/mib.c
4382
log_setverbose(verbose);
libexec/spamd/spamd.c
1047
if (verbose && cp->data_body && *p)
libexec/spamd/spamd.c
1050
else if (verbose && (match(p, "FROM:") ||
libexec/spamd/spamd.c
1341
verbose = 1;
libexec/spamd/spamd.c
163
int verbose;
libexec/spamd/spamd.c
914
if (verbose)
regress/lib/libagentx/log.c
171
if (verbose > 1) {
regress/lib/libagentx/log.c
28
static int verbose;
regress/lib/libagentx/log.c
58
verbose = n_debug;
regress/lib/libagentx/log.c
77
verbose = v;
regress/lib/libagentx/log.c
83
return (verbose);
regress/lib/libc/printf/int.c
108
if (verbose && happy)
regress/lib/libc/printf/int.c
172
if (verbose && happy)
regress/lib/libc/printf/int.c
190
verbose = 1;
regress/lib/libc/printf/int.c
373
else if (verbose)
regress/lib/libc/printf/int.c
43
static int verbose; /* For debugging. */
regress/lib/libc/printf/string.c
114
if (verbose && happy)
regress/lib/libc/printf/string.c
141
} else if (verbose)
regress/lib/libc/printf/string.c
178
if (verbose && happy)
regress/lib/libc/printf/string.c
219
if (verbose && happy)
regress/lib/libc/printf/string.c
246
} else if (verbose)
regress/lib/libc/printf/string.c
267
verbose = 1;
regress/lib/libc/printf/string.c
38
static int verbose; /* For debugging. */
regress/lib/libc/printf/string.c
432
else if (verbose)
regress/lib/libc/printf/string.c
73
if (verbose && happy)
regress/lib/libc/qsort/qsort_test.c
130
if (verbose || compares > max_compares) {
regress/lib/libc/qsort/qsort_test.c
57
static bool dump_table, timing, verbose;
regress/lib/libc/qsort/qsort_test.c
644
if (verbose || ret != 0) {
regress/lib/libc/qsort/qsort_test.c
753
verbose = true;
regress/lib/libc/time/time_conversion/timetest.c
1826
int verbose = 0;
regress/lib/libc/time/time_conversion/timetest.c
1839
failures += dotimetest(&timetests[i], verbose);
regress/lib/libcrypto/cms/cmstest.c
187
if (verbose) {
regress/lib/libcrypto/cms/cmstest.c
28
static int verbose = 0;
regress/lib/libcrypto/cms/cmstest.c
295
if (verbose) {
regress/lib/libcrypto/evp/evptest.c
143
if (verbose) {
regress/lib/libcrypto/evp/evptest.c
238
if (verbose)
regress/lib/libcrypto/evp/evptest.c
271
if (verbose) {
regress/lib/libcrypto/evp/evptest.c
311
if (verbose)
regress/lib/libcrypto/evp/evptest.c
328
verbose = 1;
regress/lib/libcrypto/evp/evptest.c
379
if (strstr(cipher, "AES") == cipher && verbose) {
regress/lib/libcrypto/evp/evptest.c
380
if (verbose)
regress/lib/libcrypto/evp/evptest.c
386
if (strstr(cipher, "DES") == cipher && verbose) {
regress/lib/libcrypto/evp/evptest.c
387
if (verbose)
regress/lib/libcrypto/evp/evptest.c
393
if (strstr(cipher, "RC4") == cipher && verbose) {
regress/lib/libcrypto/evp/evptest.c
394
if (verbose)
regress/lib/libcrypto/evp/evptest.c
400
if (strstr(cipher, "CAMELLIA") == cipher && verbose) {
regress/lib/libcrypto/evp/evptest.c
401
if (verbose)
regress/lib/libcrypto/evp/evptest.c
408
if (verbose)
regress/lib/libcrypto/evp/evptest.c
415
if (verbose)
regress/lib/libcrypto/evp/evptest.c
423
if (verbose)
regress/lib/libcrypto/evp/evptest.c
60
int verbose;
regress/lib/libcrypto/x509/bettertls/verify.c
132
if (verbose)
regress/lib/libcrypto/x509/bettertls/verify.c
163
if (verbose)
regress/lib/libcrypto/x509/bettertls/verify.c
31
static int verbose = 0;
regress/lib/libcrypto/x509/callback.c
154
if (verbose)
regress/lib/libcrypto/x509/callback.c
35
static int verbose = 1;
regress/lib/libcrypto/x509/callbackfailures.c
158
if (verbose)
regress/lib/libcrypto/x509/callbackfailures.c
35
static int verbose = 1;
regress/lib/libcrypto/x509/expirecallback.c
159
if (verbose)
regress/lib/libcrypto/x509/expirecallback.c
35
static int verbose = 1;
regress/lib/libcrypto/x509/policy/policy.c
159
if (verbose)
regress/lib/libcrypto/x509/policy/policy.c
35
static int verbose = 1;
regress/lib/libcrypto/x509/verify.c
188
if (verbose && verify_cb == NULL)
regress/lib/libcrypto/x509/verify.c
245
if (verbose && verify_cb == NULL)
regress/lib/libcrypto/x509/verify.c
266
for (c = 0; verbose && c < *chains; c++) {
regress/lib/libcrypto/x509/verify.c
36
static int verbose = 1;
regress/lib/libssl/ssl/ssltest.c
1094
if (verbose)
regress/lib/libssl/ssl/ssltest.c
1338
if (verbose)
regress/lib/libssl/ssl/ssltest.c
315
static int verbose = 0;
regress/lib/libssl/ssl/ssltest.c
437
verbose = 0;
regress/lib/libssl/ssl/ssltest.c
457
verbose = 1;
regress/lib/libssl/ssl/ssltest.c
726
if (!verbose) {
regress/lib/libutil/fmt_scaled/fmt_test.c
131
if (verbose) {
regress/lib/libutil/fmt_scaled/fmt_test.c
28
static int verbose = 0;
regress/lib/libutil/fmt_scaled/fmt_test.c
297
if (verbose && input != sdata[i].input)
regress/lib/libutil/fmt_scaled/fmt_test.c
305
if (verbose)
regress/lib/libutil/fmt_scaled/fmt_test.c
44
verbose = 1;
regress/lib/libutil/fmt_scaled/fmt_test.c
55
if (verbose)
regress/lib/libutil/fmt_scaled/fmt_test.c
58
if (verbose)
regress/lib/libutil/fmt_scaled/fmt_test.c
64
if (verbose)
regress/sys/dev/kcov/kcov.c
125
verbose = 1;
regress/sys/dev/kcov/kcov.c
162
if (verbose)
regress/sys/dev/kcov/kcov.c
93
int verbose = 0;
regress/sys/kern/flock/flock.c
1065
if (verbose) printf("14 - soak test: ");
regress/sys/kern/flock/flock.c
1117
if (verbose) {
regress/sys/kern/flock/flock.c
1142
if (verbose) {
regress/sys/kern/flock/flock.c
1209
if (verbose)
regress/sys/kern/flock/flock.c
1299
if (verbose) printf("15 - flock(2) semantics: ");
regress/sys/kern/flock/flock.c
154
if (verbose) printf("2 - F_SETLK on locked region: ");
regress/sys/kern/flock/flock.c
1902
verbose = 1;
regress/sys/kern/flock/flock.c
225
if (verbose) printf("3 - F_SETLKW on locked region: ");
regress/sys/kern/flock/flock.c
297
if (verbose) printf("4 - F_GETLK on locked region: ");
regress/sys/kern/flock/flock.c
380
if (verbose) printf("5 - F_SETLKW simple deadlock: ");
regress/sys/kern/flock/flock.c
47
int verbose = 0;
regress/sys/kern/flock/flock.c
483
if (verbose) printf("6 - F_SETLKW complex deadlock: ");
regress/sys/kern/flock/flock.c
566
if (verbose) printf("7 - F_SETLK shared lock on exclusive locked region: ");
regress/sys/kern/flock/flock.c
638
if (verbose) printf("8 - F_SETLK shared lock on share locked region: ");
regress/sys/kern/flock/flock.c
715
if (verbose) printf("9 - F_SETLK exclusive lock on share locked region: ");
regress/sys/kern/flock/flock.c
783
if (verbose) printf("10 - trying to set bogus pid or sysid values: ");
regress/sys/kern/flock/flock.c
821
if (verbose) printf("11 - remote locks: ");
regress/sys/kern/flock/flock.c
88
if (verbose) printf("1 - F_GETLK on unlocked region: ");
regress/sys/kern/flock/flock.c
935
if (verbose) printf("12 - F_SETLKW on locked region which is then unlocked: ");
regress/sys/kern/flock/flock.c
976
if (verbose) printf("13 - F_SETLKW on locked region, race with owner: ");
regress/sys/kern/flock/lockf.c
120
verbose = 1;
regress/sys/kern/flock/lockf.c
27
int verbose = 0;
regress/sys/kern/flock/util.h
21
if (verbose) \
regress/sys/kern/flock/util.h
29
if (verbose) \
regress/sys/kern/flock/util.h
43
extern int verbose;
regress/sys/kern/pipe/pipe.c
34
int verbose = 0;
regress/sys/kern/pipe/pipe.c
67
verbose = 1;
regress/sys/kern/pipe/pipe.h
41
extern int verbose;
regress/sys/kern/pipe/test-thundering-herd.c
125
if (verbose)
regress/sys/kern/pipe/test-thundering-herd.c
130
if (verbose)
regress/sys/kern/pipe/test-thundering-herd.c
145
if (verbose)
regress/sys/kern/pipe/test-thundering-herd.c
181
if (verbose)
regress/sys/kern/sysvmsg/msgtest.c
148
if (verbose)
regress/sys/kern/sysvmsg/msgtest.c
164
if (verbose)
regress/sys/kern/sysvmsg/msgtest.c
192
if (verbose)
regress/sys/kern/sysvmsg/msgtest.c
254
if (verbose)
regress/sys/kern/sysvmsg/msgtest.c
324
if (verbose)
regress/sys/kern/sysvmsg/msgtest.c
341
if (verbose)
regress/sys/kern/sysvmsg/msgtest.c
80
int verbose;
regress/sys/kern/sysvmsg/msgtest.c
99
verbose = 1;
regress/sys/kern/sysvsem/semtest.c
144
if (verbose)
regress/sys/kern/sysvsem/semtest.c
162
if (verbose)
regress/sys/kern/sysvsem/semtest.c
256
if (verbose)
regress/sys/kern/sysvsem/semtest.c
331
if (verbose)
regress/sys/kern/sysvsem/semtest.c
66
int verbose;
regress/sys/kern/sysvsem/semtest.c
93
verbose = 1;
regress/sys/kern/sysvshm/shmtest.c
138
if (verbose)
regress/sys/kern/sysvshm/shmtest.c
154
if (verbose)
regress/sys/kern/sysvshm/shmtest.c
225
if (verbose)
regress/sys/kern/sysvshm/shmtest.c
292
if (verbose)
regress/sys/kern/sysvshm/shmtest.c
321
if (verbose)
regress/sys/kern/sysvshm/shmtest.c
66
int verbose;
regress/sys/kern/sysvshm/shmtest.c
87
verbose = 1;
regress/usr.sbin/rpki-client/test-aspa.c
34
int verbose;
regress/usr.sbin/rpki-client/test-cert.c
36
int verbose;
regress/usr.sbin/rpki-client/test-ip.c
35
int verbose;
regress/usr.sbin/rpki-client/test-mft.c
36
int verbose;
regress/usr.sbin/rpki-client/test-roa.c
33
int verbose;
regress/usr.sbin/rpki-client/test-rrdp.c
40
int verbose;
regress/usr.sbin/rpki-client/test-rsc.c
36
int verbose;
regress/usr.sbin/rpki-client/test-seqnum.c
172
int experimental, filemode, outformats, verbose;
regress/usr.sbin/rpki-client/test-spl.c
34
int verbose;
regress/usr.sbin/rpki-client/test-tak.c
34
int verbose;
regress/usr.sbin/rpki-client/test-tal.c
33
int verbose;
regress/usr.sbin/snmpd/agentx.c
3126
if (verbose && n != 0) {
regress/usr.sbin/snmpd/agentx.c
3167
if (verbose) {
regress/usr.sbin/snmpd/regress.h
114
extern int verbose;
regress/usr.sbin/snmpd/snmp.c
276
if (verbose) {
regress/usr.sbin/snmpd/snmp.c
339
if (verbose) {
regress/usr.sbin/snmpd/snmp.c
481
if (verbose) {
regress/usr.sbin/snmpd/snmp.c
501
if (verbose) {
regress/usr.sbin/snmpd/snmp.c
570
if (verbose) {
regress/usr.sbin/snmpd/snmpd_regress.c
229
int verbose = 0;
regress/usr.sbin/snmpd/snmpd_regress.c
258
verbose = 1;
regress/usr.sbin/snmpd/transport.c
132
if (verbose) {
sbin/bioctl/bioctl.c
1395
if (verbose)
sbin/bioctl/bioctl.c
1402
if (verbose)
sbin/bioctl/bioctl.c
210
verbose = 1;
sbin/bioctl/bioctl.c
597
if (verbose)
sbin/bioctl/bioctl.c
90
int verbose;
sbin/dhcp6leased/control.c
231
int verbose;
sbin/dhcp6leased/control.c
264
if (IMSG_DATA_SIZE(imsg) != sizeof(verbose))
sbin/dhcp6leased/control.c
273
memcpy(&verbose, imsg.data, sizeof(verbose));
sbin/dhcp6leased/control.c
274
log_setverbose(verbose);
sbin/dhcp6leased/dhcp6leased.c
140
int verbose = 0, no_action = 0;
sbin/dhcp6leased/dhcp6leased.c
178
verbose++;
sbin/dhcp6leased/dhcp6leased.c
191
engine(debug, verbose);
sbin/dhcp6leased/dhcp6leased.c
193
frontend(debug, verbose);
sbin/dhcp6leased/dhcp6leased.c
200
if (verbose)
sbin/dhcp6leased/dhcp6leased.c
201
print_config(main_conf, verbose);
sbin/dhcp6leased/dhcp6leased.c
223
log_setverbose(verbose);
sbin/dhcp6leased/dhcp6leased.c
237
debug, verbose);
sbin/dhcp6leased/dhcp6leased.c
239
pipe_main2frontend[1], debug, verbose);
sbin/dhcp6leased/dhcp6leased.c
374
verbose)
sbin/dhcp6leased/dhcp6leased.c
409
if (verbose)
sbin/dhcp6leased/dhcp6leased.c
411
if (verbose > 1)
sbin/dhcp6leased/dhcp6leased.c
429
int verbose;
sbin/dhcp6leased/dhcp6leased.c
469
if (IMSG_DATA_SIZE(imsg) != sizeof(verbose))
sbin/dhcp6leased/dhcp6leased.c
472
memcpy(&verbose, imsg.data, sizeof(verbose));
sbin/dhcp6leased/dhcp6leased.c
473
log_setverbose(verbose);
sbin/dhcp6leased/engine.c
176
engine(int debug, int verbose)
sbin/dhcp6leased/engine.c
184
log_setverbose(verbose);
sbin/dhcp6leased/engine.c
281
int verbose;
sbin/dhcp6leased/engine.c
307
if (IMSG_DATA_SIZE(imsg) != sizeof(verbose))
sbin/dhcp6leased/engine.c
310
memcpy(&verbose, imsg.data, sizeof(verbose));
sbin/dhcp6leased/engine.c
311
log_setverbose(verbose);
sbin/dhcp6leased/frontend.c
119
frontend(int debug, int verbose)
sbin/dhcp6leased/frontend.c
128
log_setverbose(verbose);
sbin/dhcp6leased/log.c
152
if (verbose) {
sbin/dhcp6leased/log.c
30
static int verbose;
sbin/dhcp6leased/log.c
39
verbose = n_debug;
sbin/dhcp6leased/log.c
58
verbose = v;
sbin/dhcp6leased/log.c
64
return (verbose);
sbin/dhcp6leased/printconf.c
107
print_iface_conf(iface, verbose);
sbin/dhcp6leased/printconf.c
45
print_iface_pd_conf(char *indent, struct iface_pd_conf *pd_conf, int verbose)
sbin/dhcp6leased/printconf.c
47
if (verbose > 1) {
sbin/dhcp6leased/printconf.c
66
print_iface_ia_conf(struct iface_ia_conf *ia_conf, int verbose)
sbin/dhcp6leased/printconf.c
72
ia_conf->prefix_len >= 32 ? verbose : 1);
sbin/dhcp6leased/printconf.c
76
print_iface_conf(struct iface_conf *iface, int verbose)
sbin/dhcp6leased/printconf.c
86
if (verbose > 1) {
sbin/dhcp6leased/printconf.c
94
print_iface_ia_conf(ia_conf, verbose);
sbin/dhcp6leased/printconf.c
99
print_config(struct dhcp6leased_conf *conf, int verbose)
sbin/dhcpleased/control.c
231
int verbose;
sbin/dhcpleased/control.c
269
if (imsg_get_data(&imsg, &verbose,
sbin/dhcpleased/control.c
270
sizeof(verbose)) == -1)
sbin/dhcpleased/control.c
275
frontend_imsg_compose_main(type, pid, &verbose,
sbin/dhcpleased/control.c
276
sizeof(verbose));
sbin/dhcpleased/control.c
277
frontend_imsg_compose_engine(type, 0, pid, &verbose,
sbin/dhcpleased/control.c
278
sizeof(verbose));
sbin/dhcpleased/control.c
280
log_setverbose(verbose);
sbin/dhcpleased/dhcpleased.c
149
int verbose = 0, no_action = 0;
sbin/dhcpleased/dhcpleased.c
188
verbose++;
sbin/dhcpleased/dhcpleased.c
201
engine(debug, verbose);
sbin/dhcpleased/dhcpleased.c
203
frontend(debug, verbose);
sbin/dhcpleased/dhcpleased.c
211
if (verbose)
sbin/dhcpleased/dhcpleased.c
235
log_setverbose(verbose);
sbin/dhcpleased/dhcpleased.c
249
debug, verbose);
sbin/dhcpleased/dhcpleased.c
251
pipe_main2frontend[1], debug, verbose);
sbin/dhcpleased/dhcpleased.c
389
verbose)
sbin/dhcpleased/dhcpleased.c
424
if (verbose)
sbin/dhcpleased/dhcpleased.c
426
if (verbose > 1)
sbin/dhcpleased/dhcpleased.c
445
int verbose;
sbin/dhcpleased/dhcpleased.c
489
if (imsg_get_data(&imsg, &verbose,
sbin/dhcpleased/dhcpleased.c
490
sizeof(verbose)) == -1)
sbin/dhcpleased/dhcpleased.c
493
log_setverbose(verbose);
sbin/dhcpleased/engine.c
185
engine(int debug, int verbose)
sbin/dhcpleased/engine.c
195
log_setverbose(verbose);
sbin/dhcpleased/engine.c
293
int verbose;
sbin/dhcpleased/engine.c
323
if (imsg_get_data(&imsg, &verbose,
sbin/dhcpleased/engine.c
324
sizeof(verbose)) == -1)
sbin/dhcpleased/engine.c
327
log_setverbose(verbose);
sbin/dhcpleased/frontend.c
131
frontend(int debug, int verbose)
sbin/dhcpleased/frontend.c
141
log_setverbose(verbose);
sbin/dhcpleased/log.c
152
if (verbose) {
sbin/dhcpleased/log.c
30
static int verbose;
sbin/dhcpleased/log.c
39
verbose = n_debug;
sbin/dhcpleased/log.c
58
verbose = v;
sbin/dhcpleased/log.c
64
return (verbose);
sbin/disklabel/disklabel.c
187
verbose = 1;
sbin/disklabel/disklabel.c
87
int verbose;
sbin/disklabel/editor.c
1408
if (verbose)
sbin/disklabel/extern.h
45
extern int verbose;
sbin/iked/iked.c
146
verbose++;
sbin/iked/iked.c
188
log_setverbose(verbose);
sbin/iked/iked.c
73
int debug = 0, verbose = 0;
sbin/iked/log.c
171
if (verbose > 1) {
sbin/iked/log.c
28
static int verbose;
sbin/iked/log.c
58
verbose = n_debug;
sbin/iked/log.c
77
verbose = v;
sbin/iked/log.c
83
return (verbose);
sbin/kbd/kbd_wscons.c
232
kbd_set(char *name, int verbose)
sbin/kbd/kbd_wscons.c
299
if (verbose && v > 0)
sbin/kbd/kbd_wscons.c
89
void kbd_set(char *name, int verbose);
sbin/kbd/main.c
56
int ch, list_tables = 0, verbose = 1;
sbin/kbd/main.c
64
verbose = 0;
sbin/kbd/main.c
75
kbd_set(argv[optind], verbose);
sbin/mount/mount.c
155
verbose = 1;
sbin/mount/mount.c
388
if (verbose) {
sbin/mount/mount.c
460
if (verbose) {
sbin/mount/mount.c
481
if (verbose &&
sbin/mount/mount.c
488
if (verbose && !(flags & MNT_RDONLY))
sbin/mount/mount.c
502
if (verbose) {
sbin/mount/mount.c
530
else if (verbose)
sbin/mount/mount.c
538
if (verbose || nfs_args->wsize != NFS_WSIZE)
sbin/mount/mount.c
541
if (verbose || nfs_args->rsize != NFS_RSIZE)
sbin/mount/mount.c
544
if (verbose || nfs_args->readdirsize != NFS_READDIRSIZE)
sbin/mount/mount.c
547
if (verbose || nfs_args->timeo != 10) /* XXX */
sbin/mount/mount.c
550
if (verbose || nfs_args->retrans != NFS_RETRANS)
sbin/mount/mount.c
553
if (verbose || nfs_args->maxgrouplist != NFS_MAXGRPS)
sbin/mount/mount.c
556
if (verbose || nfs_args->readahead != NFS_DEFRAHEAD)
sbin/mount/mount.c
559
if (verbose) {
sbin/mount/mount.c
56
int debug, verbose, skip;
sbin/mount/mount.c
582
if (verbose || msdosfs_args->uid || msdosfs_args->gid)
sbin/mount/mount.c
585
if (verbose || msdosfs_args->mask != 0755)
sbin/mount/mount.c
607
if (verbose || tmpfs_args->ta_root_uid || tmpfs_args->ta_root_gid)
sbin/mount/mount.c
610
if (verbose || tmpfs_args->ta_root_mode != 040755)
sbin/mount/mount.c
613
if (verbose || tmpfs_args->ta_size_max)
sbin/mount/mount.c
616
if (verbose || tmpfs_args->ta_nodes_max)
sbin/pdisk/pdisk.c
504
do_dump_map(struct partition_map *map, int verbose)
sbin/pdisk/pdisk.c
506
if (verbose)
sbin/pfctl/pf_print_state.c
52
print_addr(struct pf_addr_wrap *addr, sa_family_t af, int verbose)
sbin/pfctl/pf_print_state.c
65
if (verbose) {
sbin/pfctl/pf_print_state.c
74
if (verbose)
sbin/pfctl/pfctl_parser.c
1196
PF_POOL_NAT, verbose);
sbin/pfctl/pfctl_parser.c
1201
PF_POOL_RDR, verbose);
sbin/pfctl/pfctl_parser.c
1208
PF_POOL_NAT, verbose);
sbin/pfctl/pfctl_parser.c
1213
r->rdr.proxy_port[1], r->af, PF_POOL_RDR, verbose);
sbin/pfctl/pfctl_parser.c
1224
print_pool(&r->route, 0, 0, r->af, PF_POOL_ROUTE, verbose);
sbin/pfctl/pfctl_parser.c
425
int verbose = opts & (PF_OPT_VERBOSE2 | PF_OPT_DEBUG);
sbin/pfctl/pfctl_parser.c
440
print_addr(&src->addr, af, verbose);
sbin/pfctl/pfctl_parser.c
452
print_addr(&dst->addr, af, verbose);
sbin/pfctl/pfctl_parser.c
462
sa_family_t af, int id, int verbose)
sbin/pfctl/pfctl_parser.c
466
print_addr(&pool->addr, af, verbose);
sbin/pfctl/pfctl_parser.c
471
print_addr(&pool->addr, af, verbose);
sbin/pfctl/pfctl_parser.c
762
int verbose = opts & (PF_OPT_VERBOSE2 | PF_OPT_DEBUG);
sbin/pfctl/pfctl_parser.c
765
if ((r->rule_flag & PFRULE_EXPIRED) && (!verbose))
sbin/pfctl/pfctl_parser.c
768
if (verbose)
sbin/pfctl/pfctl_table.c
381
print_table(struct pfr_table *ta, int verbose, int debug)
sbin/pfctl/pfctl_table.c
385
if (verbose)
sbin/resolvd/resolvd.c
123
int verbose = 0;
sbin/resolvd/resolvd.c
178
verbose++;
sbin/resolvd/resolvd.c
819
if (verbose)
sbin/route/route.c
1145
verbose = 1;
sbin/route/route.c
1229
if (verbose) {
sbin/route/route.c
1309
if (verbose) \
sbin/route/route.c
1353
if (verbose)
sbin/route/route.c
1443
if (verbose == 0)
sbin/route/route.c
1547
if (verbose) {
sbin/route/route.c
1618
if (verbose) {
sbin/route/route.c
178
verbose = 1;
sbin/route/route.c
1803
if (verbose)
sbin/route/route.c
1913
if (!verbose && ((fmask & RTF_BFD) != RTF_BFD)) {
sbin/route/route.c
381
if (verbose) {
sbin/route/route.c
394
if (verbose)
sbin/route/route.c
419
if (verbose)
sbin/route/route.c
79
int iflag, verbose, aflen = sizeof(struct sockaddr_in);
sbin/route/show.c
271
if (verbose)
sbin/route/show.c
350
if (verbose && rti_info[RTAX_LABEL])
sbin/route/show.h
43
extern int verbose;
sbin/savecore/savecore.c
111
int clear, zcompress, force, verbose; /* flags */
sbin/savecore/savecore.c
146
verbose = 1;
sbin/savecore/savecore.c
253
if (verbose)
sbin/savecore/savecore.c
294
if(verbose)
sbin/savecore/savecore.c
367
if (verbose)
sbin/savecore/savecore.c
597
if (verbose)
sbin/scsi/scsi.c
134
verbose = 1;
sbin/scsi/scsi.c
171
if (verbose && name && *name)
sbin/scsi/scsi.c
193
if (verbose && name)
sbin/scsi/scsi.c
203
if (verbose && name && *name)
sbin/scsi/scsi.c
240
if (verbose)
sbin/scsi/scsi.c
67
int verbose = 0;
sbin/scsi/scsi.c
718
if (!fmt && verbose) {
sbin/scsi/scsi.c
734
verbose = 1;
sbin/scsi/scsi.c
816
verbose = 1;
sbin/slaacd/control.c
232
int verbose;
sbin/slaacd/control.c
266
if (imsg_get_data(&imsg, &verbose,
sbin/slaacd/control.c
267
sizeof(verbose)) == -1)
sbin/slaacd/control.c
271
frontend_imsg_compose_main(type, pid, &verbose,
sbin/slaacd/control.c
272
sizeof(verbose));
sbin/slaacd/control.c
273
frontend_imsg_compose_engine(type, 0, pid, &verbose,
sbin/slaacd/control.c
274
sizeof(verbose));
sbin/slaacd/control.c
276
log_setverbose(verbose);
sbin/slaacd/engine.c
355
engine(int debug, int verbose)
sbin/slaacd/engine.c
361
log_setverbose(verbose);
sbin/slaacd/engine.c
465
int verbose;
sbin/slaacd/engine.c
495
if (imsg_get_data(&imsg, &verbose,
sbin/slaacd/engine.c
496
sizeof(verbose)) == -1)
sbin/slaacd/engine.c
499
log_setverbose(verbose);
sbin/slaacd/frontend.c
131
frontend(int debug, int verbose)
sbin/slaacd/frontend.c
142
log_setverbose(verbose);
sbin/slaacd/log.c
152
if (verbose) {
sbin/slaacd/log.c
30
static int verbose;
sbin/slaacd/log.c
39
verbose = n_debug;
sbin/slaacd/log.c
58
verbose = v;
sbin/slaacd/log.c
64
return (verbose);
sbin/slaacd/slaacd.c
130
int verbose = 0;
sbin/slaacd/slaacd.c
164
verbose++;
sbin/slaacd/slaacd.c
177
engine(debug, verbose);
sbin/slaacd/slaacd.c
179
frontend(debug, verbose);
sbin/slaacd/slaacd.c
197
log_setverbose(verbose);
sbin/slaacd/slaacd.c
211
debug, verbose);
sbin/slaacd/slaacd.c
213
pipe_main2frontend[1], debug, verbose);
sbin/slaacd/slaacd.c
341
start_child(enum slaacd_process p, char *argv0, int fd, int debug, int verbose)
sbin/slaacd/slaacd.c
376
if (verbose)
sbin/slaacd/slaacd.c
378
if (verbose > 1)
sbin/slaacd/slaacd.c
398
int verbose;
sbin/slaacd/slaacd.c
436
if (imsg_get_data(&imsg, &verbose,
sbin/slaacd/slaacd.c
437
sizeof(verbose)) == -1)
sbin/slaacd/slaacd.c
440
log_setverbose(verbose);
sbin/umount/umount.c
214
if (verbose)
sbin/umount/umount.c
54
int fflag, verbose;
sbin/umount/umount.c
94
verbose = 1;
sbin/unwind/control.c
231
int verbose;
sbin/unwind/control.c
286
if (IMSG_DATA_SIZE(imsg) != sizeof(verbose))
sbin/unwind/control.c
295
memcpy(&verbose, imsg.data, sizeof(verbose));
sbin/unwind/control.c
296
log_setverbose(verbose);
sbin/unwind/frontend.c
195
frontend(int debug, int verbose)
sbin/unwind/frontend.c
203
log_setverbose(verbose);
sbin/unwind/libunbound/dns64/dns64.c
371
verbose(VERB_ALGO, "dns64-prefix: %s", dns64_prefix);
sbin/unwind/libunbound/dns64/dns64.c
484
verbose(VERB_ALGO, "dns64: rewrite PTR record");
sbin/unwind/libunbound/dns64/dns64.c
518
verbose(VERB_ALGO, "dns64: query A record");
sbin/unwind/libunbound/dns64/dns64.c
529
verbose(VERB_ALGO, "dns64: sub-query creation failed");
sbin/unwind/libunbound/dns64/dns64.c
594
verbose(VERB_ALGO, "dns64: ignore-aaaa and synthesize anyway");
sbin/unwind/libunbound/dns64/dns64.c
603
verbose(VERB_ALGO, "dns64: pass to next module");
sbin/unwind/libunbound/dns64/dns64.c
651
verbose(VERB_ALGO, "dns64: ignore-aaaa and synthesize anyway");
sbin/unwind/libunbound/dns64/dns64.c
688
verbose(VERB_QUERY, "dns64[module %d] operate: extstate:%s event:%s",
sbin/unwind/libunbound/dns64/dns64.c
829
verbose(VERB_ALGO, "converting A answers to AAAA answers");
sbin/unwind/libunbound/dns64/dns64.c
923
verbose(VERB_ALGO, "adjusting PTR reply");
sbin/unwind/libunbound/iterator/iter_donotq.c
85
verbose(VERB_QUERY, "duplicate donotquery address ignored.");
sbin/unwind/libunbound/iterator/iter_donotq.c
97
verbose(VERB_ALGO, "donotq: %s", str);
sbin/unwind/libunbound/iterator/iter_fwd.c
305
verbose(VERB_QUERY, "Forward zone server list:");
sbin/unwind/libunbound/iterator/iter_hints.c
335
verbose(VERB_QUERY, "Reading root hints from %s", fname);
sbin/unwind/libunbound/iterator/iter_hints.c
470
verbose(VERB_ALGO, "no config, using builtin root hints.");
sbin/unwind/libunbound/iterator/iter_priv.c
101
verbose(VERB_QUERY, "ignoring duplicate "
sbin/unwind/libunbound/iterator/iter_priv.c
140
verbose(VERB_QUERY, "ignoring duplicate "
sbin/unwind/libunbound/iterator/iter_scrub.c
193
verbose(VERB_ALGO, "Found CNAME rrset with "
sbin/unwind/libunbound/iterator/iter_scrub.c
517
verbose(VERB_ALGO, "Found DNAME rrset with "
sbin/unwind/libunbound/iterator/iter_scrub.c
524
verbose(VERB_ALGO, "synthesized CNAME "
sbin/unwind/libunbound/iterator/iter_scrub.c
596
verbose(VERB_ALGO, "normalize: re-order of DNAME and its CNAME");
sbin/unwind/libunbound/iterator/iter_utils.c
1175
verbose(VERB_ALGO, "caps fallback: removing additional section");
sbin/unwind/libunbound/iterator/iter_utils.c
1188
verbose(VERB_ALGO, "caps fallback: removing NS rrset");
sbin/unwind/libunbound/iterator/iter_utils.c
1585
verbose(level, "stub for %s %s has no_cache", qname, dpname);
sbin/unwind/libunbound/iterator/iter_utils.c
1589
verbose(VERB_ALGO, "no cache stub dpname too long");
sbin/unwind/libunbound/iterator/iter_utils.c
1614
verbose(level, "forward for %s %s has no_cache", qname, dpname);
sbin/unwind/libunbound/iterator/iter_utils.c
1618
verbose(VERB_ALGO, "no cache dpname too long");
sbin/unwind/libunbound/iterator/iter_utils.c
217
verbose(VERB_QUERY, "target fetch policy for level %d is %d",
sbin/unwind/libunbound/iterator/iter_utils.c
362
verbose(VERB_ALGO, " rtt=%d%s%s%s%s%s", rtt,
sbin/unwind/libunbound/iterator/iter_utils.c
496
verbose(VERB_ALGO, "Bad choices, trying to get more choice");
sbin/unwind/libunbound/iterator/iter_utils.c
683
verbose(VERB_ALGO, "selrtt %d", selrtt);
sbin/unwind/libunbound/iterator/iter_utils.c
686
verbose(VERB_ALGO, "chase to "
sbin/unwind/libunbound/iterator/iter_utils.c
691
verbose(VERB_ALGO, "chase to "
sbin/unwind/libunbound/iterator/iter_utils.c
697
verbose(VERB_ALGO, "chase to recursion lame server");
sbin/unwind/libunbound/iterator/iter_utils.c
701
verbose(VERB_ALGO, "chase to dnssec lame server");
sbin/unwind/libunbound/iterator/iter_utils.c
705
verbose(VERB_ALGO, "chase to blacklisted lame server");
sbin/unwind/libunbound/iterator/iterator.c
1041
verbose(VERB_ALGO, "could not prime stub");
sbin/unwind/libunbound/iterator/iterator.c
1112
verbose(VERB_ALGO, "auth_zone %s "
sbin/unwind/libunbound/iterator/iterator.c
1129
verbose(VERB_ALGO, "auth_zone %s "
sbin/unwind/libunbound/iterator/iterator.c
1219
verbose(VERB_ALGO, "could not generate addr check");
sbin/unwind/libunbound/iterator/iterator.c
1263
verbose(VERB_ALGO, "could not generate ns check");
sbin/unwind/libunbound/iterator/iterator.c
1330
verbose(VERB_ALGO, "could not generate dnskey prefetch");
sbin/unwind/libunbound/iterator/iterator.c
1374
verbose(VERB_ALGO, "forwarding request");
sbin/unwind/libunbound/iterator/iterator.c
1411
verbose(VERB_QUERY, "request has exceeded the maximum number"
sbin/unwind/libunbound/iterator/iterator.c
1424
verbose(VERB_ALGO, "request has dependency depth of %d", iq->depth);
sbin/unwind/libunbound/iterator/iterator.c
1426
verbose(VERB_QUERY, "request has exceeded the maximum "
sbin/unwind/libunbound/iterator/iterator.c
1511
verbose(VERB_ALGO, "no-cache set, going to the network");
sbin/unwind/libunbound/iterator/iterator.c
1518
verbose(VERB_ALGO, "cache blacklisted, going to the network");
sbin/unwind/libunbound/iterator/iterator.c
1549
verbose(VERB_ALGO, "msg ttl is %d, prefetch ttl %d",
sbin/unwind/libunbound/iterator/iterator.c
1557
verbose(VERB_ALGO, "returning CNAME response from "
sbin/unwind/libunbound/iterator/iterator.c
1586
verbose(VERB_ALGO, "returning answer from cache.");
sbin/unwind/libunbound/iterator/iterator.c
1613
verbose(VERB_ALGO, "cannot forward RD=0 query, to stop query loops");
sbin/unwind/libunbound/iterator/iterator.c
1745
verbose(VERB_QUERY, "cache has stub "
sbin/unwind/libunbound/iterator/iterator.c
1757
verbose(VERB_ALGO, "useless dp "
sbin/unwind/libunbound/iterator/iterator.c
1769
verbose(VERB_QUERY, "Cache has root NS but "
sbin/unwind/libunbound/iterator/iterator.c
1790
verbose(VERB_ALGO,
sbin/unwind/libunbound/iterator/iterator.c
1801
verbose(VERB_ALGO, "cache delegation returns delegpt");
sbin/unwind/libunbound/iterator/iterator.c
2053
verbose(VERB_QUERY, "request %s has exceeded the maximum "
sbin/unwind/libunbound/iterator/iterator.c
2061
verbose(VERB_QUERY, "request %s has exceeded the maximum "
sbin/unwind/libunbound/iterator/iterator.c
2168
verbose(VERB_ALGO, "No more query targets, attempting last resort");
sbin/unwind/libunbound/iterator/iterator.c
2178
verbose(VERB_QUERY, "configured stub or forward servers failed -- returning SERVFAIL");
sbin/unwind/libunbound/iterator/iterator.c
2187
verbose(VERB_ALGO, "try unverified glue from cache");
sbin/unwind/libunbound/iterator/iterator.c
2222
verbose(VERB_ALGO, "try to grab parent NS");
sbin/unwind/libunbound/iterator/iterator.c
2240
verbose(VERB_ALGO, "try parent-side-name, w. glue from cache");
sbin/unwind/libunbound/iterator/iterator.c
2247
verbose(VERB_ALGO, "try parent-side glue from cache");
sbin/unwind/libunbound/iterator/iterator.c
2253
verbose(VERB_ALGO, "try parent-side target name");
sbin/unwind/libunbound/iterator/iterator.c
2269
verbose(VERB_QUERY, "maxdepth and need more nameservers, fail");
sbin/unwind/libunbound/iterator/iterator.c
2277
verbose(VERB_QUERY, "request %s has exceeded the maximum "
sbin/unwind/libunbound/iterator/iterator.c
2316
verbose(VERB_ALGO, "try parent-side glue lookup");
sbin/unwind/libunbound/iterator/iterator.c
2336
verbose(VERB_ALGO, "try parent-side glue lookup");
sbin/unwind/libunbound/iterator/iterator.c
2355
verbose(VERB_QUERY, "out of query targets -- returning SERVFAIL");
sbin/unwind/libunbound/iterator/iterator.c
2379
verbose(VERB_ALGO, "processDSNSFind");
sbin/unwind/libunbound/iterator/iterator.c
241
verbose(VERB_ALGO, "subq error, but not interested");
sbin/unwind/libunbound/iterator/iterator.c
2425
verbose(VERB_ALGO, "waiting for %d targets to "
sbin/unwind/libunbound/iterator/iterator.c
2431
verbose(VERB_ALGO, "waiting for %d targets to "
sbin/unwind/libunbound/iterator/iterator.c
2435
verbose(VERB_ALGO, "waiting for %d "
sbin/unwind/libunbound/iterator/iterator.c
2477
verbose(VERB_ALGO, "processQueryTargets: targetqueries %d, "
sbin/unwind/libunbound/iterator/iterator.c
2483
verbose(VERB_QUERY, "request has exceeded the maximum "
sbin/unwind/libunbound/iterator/iterator.c
2489
verbose(VERB_QUERY, "request has exceeded the maximum "
sbin/unwind/libunbound/iterator/iterator.c
2504
verbose(VERB_ALGO, "request has exceeded the maximum "
sbin/unwind/libunbound/iterator/iterator.c
2509
verbose(VERB_QUERY, "Failed to get a delegation, "
sbin/unwind/libunbound/iterator/iterator.c
2518
verbose(VERB_ALGO, "parent-side information is "
sbin/unwind/libunbound/iterator/iterator.c
2524
verbose(VERB_ALGO, "initiating parent-side fallback for "
sbin/unwind/libunbound/iterator/iterator.c
2536
verbose(VERB_ALGO, "out of memory while initiating "
sbin/unwind/libunbound/iterator/iterator.c
2552
verbose(VERB_QUERY, "Failed to get a delegation, "
sbin/unwind/libunbound/iterator/iterator.c
2560
verbose(VERB_ALGO, "request has exceeded the maximum "
sbin/unwind/libunbound/iterator/iterator.c
2571
verbose(VERB_ALGO, "this delegation point "
sbin/unwind/libunbound/iterator/iterator.c
2584
verbose(VERB_QUERY, "Failed to get a delegation, giving up");
sbin/unwind/libunbound/iterator/iterator.c
2598
verbose(VERB_ALGO, "woke up, but wait for outstanding query");
sbin/unwind/libunbound/iterator/iterator.c
2668
verbose(VERB_QUERY, "removing %d labels", labdiff-1);
sbin/unwind/libunbound/iterator/iterator.c
2708
verbose(VERB_ALGO,
sbin/unwind/libunbound/iterator/iterator.c
2760
verbose(VERB_ALGO, "forwarder, ignoring referral from auth zone");
sbin/unwind/libunbound/iterator/iterator.c
277
verbose(VERB_QUERY, "return error response %s",
sbin/unwind/libunbound/iterator/iterator.c
2774
verbose(VERB_ALGO, "auth zone lookup failed, no fallback,"
sbin/unwind/libunbound/iterator/iterator.c
2819
verbose(VERB_ALGO, "wait for all targets for fallback");
sbin/unwind/libunbound/iterator/iterator.c
2839
verbose(VERB_ALGO, "0x20 fallback had %d responses "
sbin/unwind/libunbound/iterator/iterator.c
2852
verbose(VERB_ALGO, "0x20 fallback number %d",
sbin/unwind/libunbound/iterator/iterator.c
2861
verbose(VERB_ALGO, "attempt to get extra %d targets",
sbin/unwind/libunbound/iterator/iterator.c
2957
verbose(VERB_ALGO, "querying for next "
sbin/unwind/libunbound/iterator/iterator.c
3000
verbose(VERB_ALGO, "0x20 fallback had %d responses, "
sbin/unwind/libunbound/iterator/iterator.c
3020
verbose(VERB_ALGO, "no current targets");
sbin/unwind/libunbound/iterator/iterator.c
3043
verbose(VERB_ALGO, "available target exists in cache but "
sbin/unwind/libunbound/iterator/iterator.c
305
verbose(VERB_ALGO, "error response for prefetch in cache");
sbin/unwind/libunbound/iterator/iterator.c
3068
verbose(VERB_QUERY, "request %s has exceeded the maximum "
sbin/unwind/libunbound/iterator/iterator.c
3082
verbose(VERB_ALGO, "dnssec status: %s%s",
sbin/unwind/libunbound/iterator/iterator.c
3108
verbose(VERB_ALGO, "query exceeded ratelimits");
sbin/unwind/libunbound/iterator/iterator.c
3175
verbose(VERB_ALGO, "query response was timeout");
sbin/unwind/libunbound/iterator/iterator.c
322
verbose(VERB_ALGO, "reset serve-expired-ttl for "
sbin/unwind/libunbound/iterator/iterator.c
3245
verbose(VERB_ALGO, "bad referral, throwaway");
sbin/unwind/libunbound/iterator/iterator.c
327
verbose(VERB_ALGO, "set serve-expired-norec-ttl for "
sbin/unwind/libunbound/iterator/iterator.c
3301
verbose(VERB_DETAIL, "query response was %s",
sbin/unwind/libunbound/iterator/iterator.c
3328
verbose(VERB_ALGO, "make DNSKEY minimal for serve "
sbin/unwind/libunbound/iterator/iterator.c
3397
verbose(VERB_ALGO,
sbin/unwind/libunbound/iterator/iterator.c
3409
verbose(VERB_DETAIL, "query response was REFERRAL");
sbin/unwind/libunbound/iterator/iterator.c
3523
verbose(VERB_ALGO, "cleared outbound list for next round");
sbin/unwind/libunbound/iterator/iterator.c
3531
verbose(VERB_DETAIL, "query response was CNAME");
sbin/unwind/libunbound/iterator/iterator.c
3552
verbose(VERB_ALGO, "continue query minimisation, "
sbin/unwind/libunbound/iterator/iterator.c
360
verbose(VERB_ALGO, "store error response in message cache");
sbin/unwind/libunbound/iterator/iterator.c
3638
verbose(VERB_ALGO, "cleared outbound list for query restart");
sbin/unwind/libunbound/iterator/iterator.c
3643
verbose(VERB_DETAIL, "query response was categorized as %sLAME",
sbin/unwind/libunbound/iterator/iterator.c
3661
verbose(VERB_DETAIL, "query response REC_LAME: "
sbin/unwind/libunbound/iterator/iterator.c
3669
verbose(VERB_DETAIL, "mark as REC_LAME");
sbin/unwind/libunbound/iterator/iterator.c
3682
verbose(VERB_DETAIL, "query response was categorized as THROWAWAY");
sbin/unwind/libunbound/iterator/iterator.c
3699
verbose(VERB_ALGO, "auth zone response bad, and no"
sbin/unwind/libunbound/iterator/iterator.c
3705
verbose(VERB_ALGO, "auth zone response was bad, "
sbin/unwind/libunbound/iterator/iterator.c
3741
verbose(VERB_ALGO, "prime response was not a positive "
sbin/unwind/libunbound/iterator/iterator.c
3812
verbose(VERB_ALGO, "could not generate prime check");
sbin/unwind/libunbound/iterator/iterator.c
3856
verbose(VERB_ALGO, "subq: parent not interested, was reset");
sbin/unwind/libunbound/iterator/iterator.c
3863
verbose(VERB_ALGO, "subq: parent not interested anymore");
sbin/unwind/libunbound/iterator/iterator.c
3909
verbose(VERB_ALGO, "added target response");
sbin/unwind/libunbound/iterator/iterator.c
3912
verbose(VERB_ALGO, "iterator TargetResponse failed");
sbin/unwind/libunbound/iterator/iterator.c
397
verbose(VERB_ALGO, "prepending %d rrsets", (int)num_an + (int)num_ns);
sbin/unwind/libunbound/iterator/iterator.c
4111
verbose(VERB_ALGO, "No root hints or fwds, giving up "
sbin/unwind/libunbound/iterator/iterator.c
4146
verbose(VERB_ALGO, "No response is set, servfail");
sbin/unwind/libunbound/iterator/iterator.c
4169
verbose(VERB_ALGO, "iterator EDE: %s", err_str);
sbin/unwind/libunbound/iterator/iterator.c
4250
verbose(VERB_ALGO, "iter_handle processing q with state %s",
sbin/unwind/libunbound/iterator/iterator.c
4305
verbose(VERB_ALGO, "process_request: new external request event");
sbin/unwind/libunbound/iterator/iterator.c
4319
verbose(VERB_ALGO, "process_response: new external response event");
sbin/unwind/libunbound/iterator/iterator.c
4337
verbose(VERB_DETAIL, "Capsforid: timeouts, starting fallback");
sbin/unwind/libunbound/iterator/iterator.c
4366
verbose(VERB_ALGO, "parse error on reply packet");
sbin/unwind/libunbound/iterator/iterator.c
4408
verbose(VERB_DETAIL, "Capsforid: scrub failed, starting fallback with no response");
sbin/unwind/libunbound/iterator/iterator.c
4455
verbose(VERB_DETAIL, "Capsforid: starting fallback");
sbin/unwind/libunbound/iterator/iterator.c
4481
verbose(VERB_DETAIL, "Capsforid fallback: "
sbin/unwind/libunbound/iterator/iterator.c
4493
verbose(VERB_DETAIL, "Capsforid: reply is equal. "
sbin/unwind/libunbound/iterator/iterator.c
4511
verbose(VERB_QUERY, "iterator[module %d] operate: extstate:%s event:%s",
sbin/unwind/libunbound/iterator/iterator.c
4540
verbose(VERB_ALGO, "got called with event error, giving up");
sbin/unwind/libunbound/iterator/iterator.c
928
verbose(VERB_DETAIL, "priming . %s NS",
sbin/unwind/libunbound/iterator/iterator.c
933
verbose(VERB_ALGO, "Cannot prime due to lack of hints");
sbin/unwind/libunbound/iterator/iterator.c
942
verbose(VERB_ALGO, "could not prime root");
sbin/unwind/libunbound/respip/respip.c
1105
verbose(VERB_ALGO, "respip: pass to next module");
sbin/unwind/libunbound/respip/respip.c
195
verbose(VERB_QUERY, "duplicate response-ip action for '%s', overridden.",
sbin/unwind/libunbound/respip/respip.c
702
verbose(VERB_ALGO,
sbin/unwind/libunbound/respip/respip.c
918
verbose(VERB_ALGO, "respip: failed because view %s no "
sbin/unwind/libunbound/respip/respip.c
995
verbose(VERB_ALGO, "respip: rpz: response-ip trigger %s/%d on %s %s with action %s", nm, raddr->node.net, qn, ip, rpz_action_to_string(respip_action_to_rpz_action(action)));
sbin/unwind/libunbound/services/authzone.c
1521
verbose(VERB_ALGO, "opening $INCLUDE %s",
sbin/unwind/libunbound/services/authzone.c
1543
verbose(VERB_ALGO, "done with $INCLUDE %s",
sbin/unwind/libunbound/services/authzone.c
1590
verbose(VERB_ALGO, "read zonefile %s for %s", zfilename, nm);
sbin/unwind/libunbound/services/authzone.c
1597
verbose(VERB_ALGO, "no zonefile %s for %s",
sbin/unwind/libunbound/services/authzone.c
1703
verbose(VERB_ALGO, "failed to rr2str rr %d", (int)i);
sbin/unwind/libunbound/services/authzone.c
1865
verbose(VERB_ALGO, "zonemd duplicate for scheme %d "
sbin/unwind/libunbound/services/authzone.c
1954
verbose(VERB_ALGO, "auth-zone %s ZONEMD %d %d is unsupported: %s", zstr, (int)scheme, (int)hashalgo, *reason);
sbin/unwind/libunbound/services/authzone.c
1963
verbose(VERB_ALGO, "auth-zone %s ZONEMD hash is correct", zstr);
sbin/unwind/libunbound/services/authzone.c
1985
verbose(VERB_ALGO, "auth-zone %s ZONEMD failed: %s", zstr, *reason);
sbin/unwind/libunbound/services/authzone.c
4444
verbose(VERB_ALGO, "http chunkline, "
sbin/unwind/libunbound/services/authzone.c
4562
verbose(VERB_ALGO, "http chunkline: "
sbin/unwind/libunbound/services/authzone.c
4863
verbose(VERB_ALGO, "%s at[%d] %s %s", label, (int)rr_counter,
sbin/unwind/libunbound/services/authzone.c
4880
verbose(VERB_OPS, "IXFR has no second SOA record");
sbin/unwind/libunbound/services/authzone.c
4886
verbose(VERB_OPS, "IXFR cannot parse second SOA record");
sbin/unwind/libunbound/services/authzone.c
4891
verbose(VERB_OPS, "IXFR second record is not type SOA");
sbin/unwind/libunbound/services/authzone.c
4895
verbose(VERB_OPS, "IXFR, second SOA has short rdlength");
sbin/unwind/libunbound/services/authzone.c
4901
verbose(VERB_OPS, "IXFR second serial same as first");
sbin/unwind/libunbound/services/authzone.c
4907
verbose(VERB_OPS, "IXFR is from serial %u to %u but %u "
sbin/unwind/libunbound/services/authzone.c
5048
verbose(VERB_ALGO, "IXFR did not apply cleanly, fetching full zone");
sbin/unwind/libunbound/services/authzone.c
5145
verbose(VERB_ALGO, "http download %s of size %d",
sbin/unwind/libunbound/services/authzone.c
5196
verbose(VERB_ALGO, "error parsing ORIGIN on line [%s:%d] %s",
sbin/unwind/libunbound/services/authzone.c
5206
verbose(VERB_ALGO, "error parsing TTL on line [%s:%d] %s",
sbin/unwind/libunbound/services/authzone.c
5215
verbose(VERB_ALGO, "error parsing line [%s:%d] %s",
sbin/unwind/libunbound/services/authzone.c
5284
verbose(VERB_ALGO, "write zonefile %s for %s", zfilename, nm);
sbin/unwind/libunbound/services/authzone.c
5289
verbose(VERB_ALGO, "tmpfilename too long, cannot update "
sbin/unwind/libunbound/services/authzone.c
5363
verbose(VERB_ALGO, "http from %s: could not store data",
sbin/unwind/libunbound/services/authzone.c
5371
verbose(VERB_ALGO, "xfr from %s: could not store IXFR"
sbin/unwind/libunbound/services/authzone.c
5379
verbose(VERB_ALGO, "xfr from %s: could not store AXFR"
sbin/unwind/libunbound/services/authzone.c
5388
verbose(VERB_ALGO, "xfr from %s: no SOA in zone after update"
sbin/unwind/libunbound/services/authzone.c
5410
verbose(VERB_ALGO, "xfr from %s: ZONEMD failed for %s, transfer is failed", xfr->task_transfer->master->host, zname);
sbin/unwind/libunbound/services/authzone.c
5435
verbose(VERB_QUERY, "auth zone %s updated to serial %u", zname,
sbin/unwind/libunbound/services/authzone.c
5593
verbose(VERB_ALGO, "cannot create http cp "
sbin/unwind/libunbound/services/authzone.c
5602
verbose(VERB_ALGO, "auth zone %s transfer next HTTP fetch from %s started", zname, as);
sbin/unwind/libunbound/services/authzone.c
5625
verbose(VERB_ALGO, "cannot create tcp cp connection for "
sbin/unwind/libunbound/services/authzone.c
5634
verbose(VERB_ALGO, "auth zone %s transfer next %s fetch from %s started", zname,
sbin/unwind/libunbound/services/authzone.c
5657
verbose(VERB_ALGO, "auth zone %s transfer next target lookup", zname);
sbin/unwind/libunbound/services/authzone.c
5680
verbose(VERB_ALGO, "auth zone %s transfer failed, wait", zname);
sbin/unwind/libunbound/services/authzone.c
5737
verbose(VERB_ALGO, "auth host %s lookup %s",
sbin/unwind/libunbound/services/authzone.c
5765
verbose(VERB_OPS, "auth zone %s: primary %s address lookup is DNSSEC bogus: %s",
sbin/unwind/libunbound/services/authzone.c
5791
verbose(VERB_ALGO, "auth zone %s host %s type %s transfer lookup has nodata", zname, xfr->task_transfer->lookup_target->host, (xfr->task_transfer->lookup_aaaa?"AAAA":"A"));
sbin/unwind/libunbound/services/authzone.c
5798
verbose(VERB_ALGO, "auth zone %s host %s type %s transfer lookup has no answer", zname, xfr->task_transfer->lookup_target->host, (xfr->task_transfer->lookup_aaaa?"AAAA":"A"));
sbin/unwind/libunbound/services/authzone.c
5806
verbose(VERB_ALGO, "auth zone %s host %s type %s transfer lookup failed", zname, xfr->task_transfer->lookup_target->host, (xfr->task_transfer->lookup_aaaa?"AAAA":"A"));
sbin/unwind/libunbound/services/authzone.c
5833
verbose(VERB_ALGO, "xfr to %s failed, packet too small",
sbin/unwind/libunbound/services/authzone.c
5838
verbose(VERB_ALGO, "xfr to %s failed, packet has no QR flag",
sbin/unwind/libunbound/services/authzone.c
5843
verbose(VERB_ALGO, "xfr to %s failed, packet has TC flag",
sbin/unwind/libunbound/services/authzone.c
5849
verbose(VERB_ALGO, "xfr to %s failed, packet wrong ID",
sbin/unwind/libunbound/services/authzone.c
5863
verbose(VERB_ALGO, "xfr to %s, fallback "
sbin/unwind/libunbound/services/authzone.c
5872
verbose(VERB_ALGO, "xfr to %s failed, packet with rcode %s",
sbin/unwind/libunbound/services/authzone.c
5877
verbose(VERB_ALGO, "xfr to %s failed, packet with bad opcode",
sbin/unwind/libunbound/services/authzone.c
5882
verbose(VERB_ALGO, "xfr to %s failed, packet has qdcount %d",
sbin/unwind/libunbound/services/authzone.c
5894
verbose(VERB_ALGO, "xfr to %s failed, packet with "
sbin/unwind/libunbound/services/authzone.c
5901
verbose(VERB_ALGO, "xfr to %s failed, packet with "
sbin/unwind/libunbound/services/authzone.c
5907
verbose(VERB_ALGO, "xfr to %s failed, packet with "
sbin/unwind/libunbound/services/authzone.c
5915
verbose(VERB_ALGO, "xfr to %s failed, packet with "
sbin/unwind/libunbound/services/authzone.c
5922
verbose(VERB_ALGO, "xfr to %s failed, packet "
sbin/unwind/libunbound/services/authzone.c
5929
verbose(VERB_ALGO, "xfr to %s failed, packet "
sbin/unwind/libunbound/services/authzone.c
5944
verbose(VERB_ALGO, "xfr to %s failed, packet with "
sbin/unwind/libunbound/services/authzone.c
5950
verbose(VERB_ALGO, "xfr to %s failed, packet with "
sbin/unwind/libunbound/services/authzone.c
5960
verbose(VERB_ALGO, "xfr to %s failed, packet with "
sbin/unwind/libunbound/services/authzone.c
5970
verbose(VERB_ALGO, "xfr to %s failed, packet with "
sbin/unwind/libunbound/services/authzone.c
5984
verbose(VERB_ALGO, "xfr to %s failed, packet "
sbin/unwind/libunbound/services/authzone.c
5991
verbose(VERB_ALGO, "xfr to %s failed, packet "
sbin/unwind/libunbound/services/authzone.c
6005
verbose(VERB_ALGO, "xfr to %s ended, "
sbin/unwind/libunbound/services/authzone.c
6020
verbose(VERB_ALGO, "xfr %s: contains "
sbin/unwind/libunbound/services/authzone.c
6030
verbose(VERB_ALGO, "xfr %s: last AXFR packet",
sbin/unwind/libunbound/services/authzone.c
6042
verbose(VERB_ALGO, "xfr %s: last IXFR packet",
sbin/unwind/libunbound/services/authzone.c
6060
verbose(VERB_ALGO, "xfr to %s failed, packet with "
sbin/unwind/libunbound/services/authzone.c
6066
verbose(VERB_ALGO, "xfr to %s failed, packet with "
sbin/unwind/libunbound/services/authzone.c
6076
verbose(VERB_ALGO, "xfr to %s failed, packet with "
sbin/unwind/libunbound/services/authzone.c
6089
verbose(VERB_ALGO, "xfr to %s failed, packet with "
sbin/unwind/libunbound/services/authzone.c
6095
verbose(VERB_ALGO, "xfr to %s failed, packet with "
sbin/unwind/libunbound/services/authzone.c
6105
verbose(VERB_ALGO, "xfr to %s failed, packet with "
sbin/unwind/libunbound/services/authzone.c
6209
verbose(VERB_ALGO, "xfr stopped, connection timeout to %s",
sbin/unwind/libunbound/services/authzone.c
6217
verbose(VERB_ALGO, "xfr to %s, fallback "
sbin/unwind/libunbound/services/authzone.c
6257
verbose(VERB_ALGO, "xfr stopped, connection lost to %s",
sbin/unwind/libunbound/services/authzone.c
6265
verbose(VERB_ALGO, "xfr to %s, fallback "
sbin/unwind/libunbound/services/authzone.c
6296
verbose(VERB_ALGO, "xfr stopped to %s, malloc failed",
sbin/unwind/libunbound/services/authzone.c
6331
verbose(VERB_ALGO, "auth zone transfer http callback");
sbin/unwind/libunbound/services/authzone.c
6339
verbose(VERB_ALGO, "http stopped, connection lost to %s",
sbin/unwind/libunbound/services/authzone.c
6356
verbose(VERB_ALGO, "auth zone http queued up %d bytes",
sbin/unwind/libunbound/services/authzone.c
6359
verbose(VERB_ALGO, "http stopped to %s, malloc failed",
sbin/unwind/libunbound/services/authzone.c
6491
verbose(VERB_ALGO, "cannot create udp cp for "
sbin/unwind/libunbound/services/authzone.c
6511
verbose(VERB_ALGO, "failed to send soa probe for %s to %s",
sbin/unwind/libunbound/services/authzone.c
6519
verbose(VERB_ALGO, "auth zone %s soa probe sent to %s", zname,
sbin/unwind/libunbound/services/authzone.c
6549
verbose(VERB_ALGO, "auth zone %s soa probe timeout", zname);
sbin/unwind/libunbound/services/authzone.c
6597
verbose(VERB_ALGO, "auth zone %s: soa probe "
sbin/unwind/libunbound/services/authzone.c
6604
verbose(VERB_ALGO, "auth_zone updated, start transfer");
sbin/unwind/libunbound/services/authzone.c
6626
verbose(VERB_ALGO, "auth_zone master reports unchanged soa serial");
sbin/unwind/libunbound/services/authzone.c
6636
verbose(VERB_ALGO, "auth zone %s: bad reply to soa probe", buf);
sbin/unwind/libunbound/services/authzone.c
6643
verbose(VERB_ALGO, "auth zone %s: soa probe failed", buf);
sbin/unwind/libunbound/services/authzone.c
6758
verbose(VERB_ALGO, "auth zone %s probe next target lookup", zname);
sbin/unwind/libunbound/services/authzone.c
6771
verbose(VERB_ALGO, "auth zone %s probe: notify addrs updated", zname);
sbin/unwind/libunbound/services/authzone.c
6779
verbose(VERB_ALGO, "auth zone %s probe: finished only_lookup", zname);
sbin/unwind/libunbound/services/authzone.c
6815
verbose(VERB_ALGO, "auth_zone %s unchanged, new lease, wait", zname);
sbin/unwind/libunbound/services/authzone.c
6826
verbose(VERB_ALGO, "auth zone %s soa probe failed, wait to retry", zname);
sbin/unwind/libunbound/services/authzone.c
6858
verbose(VERB_OPS, "auth zone %s: primary %s address probe lookup is DNSSEC bogus: %s",
sbin/unwind/libunbound/services/authzone.c
6884
verbose(VERB_ALGO, "auth zone %s host %s type %s probe lookup has nodata", zname, xfr->task_probe->lookup_target->host, (xfr->task_probe->lookup_aaaa?"AAAA":"A"));
sbin/unwind/libunbound/services/authzone.c
6891
verbose(VERB_ALGO, "auth zone %s host %s type %s probe lookup has no address", zname, xfr->task_probe->lookup_target->host, (xfr->task_probe->lookup_aaaa?"AAAA":"A"));
sbin/unwind/libunbound/services/authzone.c
6899
verbose(VERB_ALGO, "auth zone %s host %s type %s probe lookup failed", zname, xfr->task_probe->lookup_target->host, (xfr->task_probe->lookup_aaaa?"AAAA":"A"));
sbin/unwind/libunbound/services/authzone.c
7084
verbose(VERB_ALGO, "auth zone %s timeout in %d seconds",
sbin/unwind/libunbound/services/authzone.c
7861
verbose(VERB_ALGO, "zonemd scheme=%d hashalgo=%d",
sbin/unwind/libunbound/services/authzone.c
7872
verbose(VERB_ALGO, "zonemd scheme=%d hashalgo=%d",
sbin/unwind/libunbound/services/authzone.c
7895
verbose(level, "auth zone %s %s", str, msg);
sbin/unwind/libunbound/services/authzone.c
8113
verbose(VERB_ALGO, "zonemd-permissive-mode enabled, "
sbin/unwind/libunbound/services/cache/dns.c
1155
verbose(VERB_ALGO, "set "
sbin/unwind/libunbound/services/cache/dns.c
1166
verbose(VERB_ALGO, "reset "
sbin/unwind/libunbound/services/cache/dns.c
1174
verbose(VERB_ALGO, "a validated expired entry "
sbin/unwind/libunbound/services/cache/dns.c
189
verbose(VERB_ALGO, "TTL 0: dropped msg from cache");
sbin/unwind/libunbound/services/cache/infra.c
1133
verbose(VERB_OPS, "ratelimit exceeded %s %d query %s %s %s from %s", buf, lim, qnm, cs, ts, ip);
sbin/unwind/libunbound/services/cache/infra.c
1135
verbose(VERB_OPS, "ratelimit exceeded %s %d query %s %s %s", buf, lim, qnm, cs, ts);
sbin/unwind/libunbound/services/cache/infra.c
1228
verbose(VERB_OPS, "ip_ratelimit exceeded %s %d%s %s",
sbin/unwind/libunbound/services/cache/infra.c
1232
verbose(VERB_OPS, "ip_ratelimit exceeded %s %d%s (no query name)",
sbin/unwind/libunbound/services/cache/rrset.c
298
verbose(VERB_ALGO, "wildcard canonical parent outside signer authority");
sbin/unwind/libunbound/services/listen_dnsport.c
1471
verbose(VERB_ALGO, "setup TCP for SSL service");
sbin/unwind/libunbound/services/listen_dnsport.c
156
verbose(VERB_ALGO, "creating %s%s socket %s %d%s%s",
sbin/unwind/libunbound/services/listen_dnsport.c
1774
verbose(4, "interface %s has address %s", search_ifa, addr_buf);
sbin/unwind/libunbound/services/listen_dnsport.c
2302
verbose(VERB_ALGO, "tcp channel read side closed %d", req->cp->fd);
sbin/unwind/libunbound/services/listen_dnsport.c
2408
verbose(VERB_ALGO, "drop stream reply, no space left, in stream-wait-size");
sbin/unwind/libunbound/services/listen_dnsport.c
2527
verbose(VERB_QUERY, "http2: cannot get stream data, closing "
sbin/unwind/libunbound/services/listen_dnsport.c
2533
verbose(VERB_QUERY, "http2: cannot submit buffer. No data "
sbin/unwind/libunbound/services/listen_dnsport.c
2573
verbose(VERB_QUERY, "http2: nghttp2_submit_rst_stream failed, "
sbin/unwind/libunbound/services/listen_dnsport.c
2608
verbose(VERB_QUERY, "http2: submit response error: "
sbin/unwind/libunbound/services/listen_dnsport.c
2619
verbose(VERB_ALGO, "reset HTTP2 stream, no space left, "
sbin/unwind/libunbound/services/listen_dnsport.c
2662
verbose(VERB_QUERY, "http2: set_stream_user_data failed, "
sbin/unwind/libunbound/services/listen_dnsport.c
2709
verbose(VERB_QUERY, "http2: cannot get stream data, closing "
sbin/unwind/libunbound/services/listen_dnsport.c
2737
verbose(VERB_QUERY, "http2: submit error failed, "
sbin/unwind/libunbound/services/listen_dnsport.c
2753
verbose(VERB_QUERY, "http2: submit error failed, "
sbin/unwind/libunbound/services/listen_dnsport.c
2773
verbose(VERB_ALGO, "http2_query_read_done failure: shared "
sbin/unwind/libunbound/services/listen_dnsport.c
2785
verbose(VERB_ALGO, "http2_query_read_done failure: can't fit "
sbin/unwind/libunbound/services/listen_dnsport.c
2862
verbose(VERB_QUERY, "http2 request invalid, returning :status="
sbin/unwind/libunbound/services/listen_dnsport.c
2883
verbose(VERB_QUERY, "http2 query dropped in worker cb");
sbin/unwind/libunbound/services/listen_dnsport.c
2894
verbose(VERB_QUERY, "http2 query submitted to session");
sbin/unwind/libunbound/services/listen_dnsport.c
2921
verbose(VERB_QUERY, "http2: set_stream_user_data failed, "
sbin/unwind/libunbound/services/listen_dnsport.c
2948
verbose(VERB_ALGO, "http2_req_header fail, "
sbin/unwind/libunbound/services/listen_dnsport.c
2966
verbose(VERB_ALGO, "reset HTTP2 stream, no space left, "
sbin/unwind/libunbound/services/listen_dnsport.c
2983
verbose(VERB_ALGO, "HTTP2 stream contains wrong b64 encoding");
sbin/unwind/libunbound/services/listen_dnsport.c
3182
verbose(VERB_ALGO, "reset HTTP2 stream, no space left, "
sbin/unwind/libunbound/services/listen_dnsport.c
3197
verbose(VERB_ALGO, "http2 data_chunk_recv failed. Not enough "
sbin/unwind/libunbound/services/listen_dnsport.c
3512
verbose(VERB_ALGO, "doq %s timer set %d.%6.6d in %d.%6.6d",
sbin/unwind/libunbound/services/listen_dnsport.c
3964
verbose(VERB_ALGO, "doq: shutdown stream_id %d with app_error_code %d",
sbin/unwind/libunbound/services/listen_dnsport.c
3978
verbose(VERB_ALGO, "doq: conn extend max streams bidi by 1");
sbin/unwind/libunbound/services/listen_dnsport.c
4004
verbose(VERB_ALGO, "doq stream: no space for reply length");
sbin/unwind/libunbound/services/listen_dnsport.c
4026
verbose(VERB_ALGO, "doq stream %d response\n%s",
sbin/unwind/libunbound/services/listen_dnsport.c
4080
verbose(VERB_ALGO, "doq stream: no space for query length");
sbin/unwind/libunbound/services/listen_dnsport.c
4103
verbose(VERB_ALGO, "doq %s stream %d incoming query\n%s",
sbin/unwind/libunbound/services/listen_dnsport.c
4110
verbose(VERB_ALGO, "doq_stream_data_complete: no in buffer");
sbin/unwind/libunbound/services/listen_dnsport.c
4114
verbose(VERB_ALGO, "doq_stream_data_complete: query too long");
sbin/unwind/libunbound/services/listen_dnsport.c
4122
verbose(VERB_ALGO, "doq_stream_data_complete: connection "
sbin/unwind/libunbound/services/listen_dnsport.c
4133
verbose(VERB_ALGO, "doq: failed to send_reply");
sbin/unwind/libunbound/services/listen_dnsport.c
4179
verbose(VERB_ALGO, "doq stream buffer too small");
sbin/unwind/libunbound/services/listen_dnsport.c
4186
verbose(VERB_ALGO, "doq: stream has "
sbin/unwind/libunbound/services/listen_dnsport.c
4206
verbose(VERB_ALGO, "doq: completed stream has "
sbin/unwind/libunbound/services/listen_dnsport.c
4221
verbose(VERB_ALGO, "doq: stream recv FIN, but is "
sbin/unwind/libunbound/services/listen_dnsport.c
4252
verbose(VERB_ALGO, "doq_conn_generate_new_conid failed: could not "
sbin/unwind/libunbound/services/listen_dnsport.c
4326
verbose(VERB_ALGO, "doq submit new token");
sbin/unwind/libunbound/services/listen_dnsport.c
4341
verbose(VERB_ALGO, "doq handshake_completed callback");
sbin/unwind/libunbound/services/listen_dnsport.c
4342
verbose(VERB_ALGO, "ngtcp2_conn_get_max_data_left is %d",
sbin/unwind/libunbound/services/listen_dnsport.c
4345
verbose(VERB_ALGO, "ngtcp2_conn_get_max_local_streams_uni is %d",
sbin/unwind/libunbound/services/listen_dnsport.c
4348
verbose(VERB_ALGO, "ngtcp2_conn_get_streams_uni_left is %d",
sbin/unwind/libunbound/services/listen_dnsport.c
4350
verbose(VERB_ALGO, "ngtcp2_conn_get_streams_bidi_left is %d",
sbin/unwind/libunbound/services/listen_dnsport.c
4352
verbose(VERB_ALGO, "negotiated cipher name is %s",
sbin/unwind/libunbound/services/listen_dnsport.c
4363
verbose(VERB_ALGO, "negotiated ALPN is '%s'", alpnstr);
sbin/unwind/libunbound/services/listen_dnsport.c
4378
verbose(VERB_ALGO, "doq new stream %x", (int)stream_id);
sbin/unwind/libunbound/services/listen_dnsport.c
4380
verbose(VERB_ALGO, "doq: stream with this id already exists");
sbin/unwind/libunbound/services/listen_dnsport.c
4389
verbose(VERB_ALGO, "doq: no mem for new stream");
sbin/unwind/libunbound/services/listen_dnsport.c
4421
verbose(VERB_ALGO, "doq recv stream data stream id %d offset %d "
sbin/unwind/libunbound/services/listen_dnsport.c
4432
verbose(VERB_ALGO, "doq: received stream data for "
sbin/unwind/libunbound/services/listen_dnsport.c
4437
verbose(VERB_ALGO, "doq: stream is closed, ignore recv data");
sbin/unwind/libunbound/services/listen_dnsport.c
4468
verbose(VERB_ALGO, "doq stream close for stream id %d %sapp_error_code %d",
sbin/unwind/libunbound/services/listen_dnsport.c
4474
verbose(VERB_ALGO, "doq stream close for stream id %d",
sbin/unwind/libunbound/services/listen_dnsport.c
4479
verbose(VERB_ALGO, "doq: stream close for "
sbin/unwind/libunbound/services/listen_dnsport.c
4496
verbose(VERB_ALGO, "doq stream reset for stream id %d final_size %d "
sbin/unwind/libunbound/services/listen_dnsport.c
4502
verbose(VERB_ALGO, "doq: stream reset for "
sbin/unwind/libunbound/services/listen_dnsport.c
4518
verbose(VERB_ALGO, "doq extend_max_stream_data stream id %d "
sbin/unwind/libunbound/services/listen_dnsport.c
4524
verbose(VERB_ALGO, "doq: unknown stream %d", (int)stream_id);
sbin/unwind/libunbound/services/listen_dnsport.c
4542
verbose(VERB_ALGO, "doq stream acked data for stream id %d offset %d "
sbin/unwind/libunbound/services/listen_dnsport.c
4547
verbose(VERB_ALGO, "doq: stream acked data for "
sbin/unwind/libunbound/services/listen_dnsport.c
4571
verbose(VERB_ALGO, "libngtcp2: %s", buf);
sbin/unwind/libunbound/services/listen_dnsport.c
4580
verbose(VERB_ALGO, "doq application tx key cb");
sbin/unwind/libunbound/services/listen_dnsport.c
4583
verbose(VERB_ALGO, "doq ngtcp2_conn_get_max_data_left is %d",
sbin/unwind/libunbound/services/listen_dnsport.c
4586
verbose(VERB_ALGO, "doq ngtcp2_conn_get_max_local_streams_uni is %d",
sbin/unwind/libunbound/services/listen_dnsport.c
4589
verbose(VERB_ALGO, "doq ngtcp2_conn_get_streams_uni_left is %d",
sbin/unwind/libunbound/services/listen_dnsport.c
4591
verbose(VERB_ALGO, "doq ngtcp2_conn_get_streams_bidi_left is %d",
sbin/unwind/libunbound/services/listen_dnsport.c
461
verbose(VERB_ALGO, "setsockopt(..., SO_SNDBUFFORCE, "
sbin/unwind/libunbound/services/listen_dnsport.c
4618
verbose(VERB_ALGO, "doq: ngtcp2_crypto_derive_and_install_rx_key for level %d ossl %d", (int)level, (int)ossl_level);
sbin/unwind/libunbound/services/listen_dnsport.c
4629
verbose(VERB_ALGO, "doq: ngtcp2_crypto_derive_and_install_tx_key for level %d ossl %d", (int)level, (int)ossl_level);
sbin/unwind/libunbound/services/listen_dnsport.c
4666
verbose(VERB_ALGO, "doq_add_handshake_data: "
sbin/unwind/libunbound/services/listen_dnsport.c
4707
verbose(VERB_ALGO, "doq alpn_select_cb: ALPN from client does "
sbin/unwind/libunbound/services/listen_dnsport.c
5084
verbose(VERB_ALGO, "doq connection id already exists for "
sbin/unwind/libunbound/services/listen_dnsport.c
5288
verbose(VERB_ALGO, "doq send connection close");
sbin/unwind/libunbound/services/listen_dnsport.c
5348
verbose(VERB_ALGO, "ngtcp2_conn_read_pkt returned %s",
sbin/unwind/libunbound/services/listen_dnsport.c
5353
verbose(VERB_ALGO, "ngtcp2_conn_read_pkt returned %s",
sbin/unwind/libunbound/services/listen_dnsport.c
5359
verbose(VERB_ALGO, "ngtcp2_conn_read_pkt returned %s",
sbin/unwind/libunbound/services/listen_dnsport.c
5443
verbose(VERB_ALGO, "doq: doq_conn write stream %d",
sbin/unwind/libunbound/services/listen_dnsport.c
5463
verbose(VERB_ALGO, "doq: doq_conn write stream -1");
sbin/unwind/libunbound/services/listen_dnsport.c
5485
verbose(VERB_ALGO, "doq: write more, ndatalen %d", (int)ndatalen);
sbin/unwind/libunbound/services/listen_dnsport.c
5496
verbose(VERB_ALGO, "doq: ngtcp2_conn_writev_stream returned NGTCP2_ERR_STREAM_DATA_BLOCKED");
sbin/unwind/libunbound/services/listen_dnsport.c
5505
verbose(VERB_ALGO, "doq: ngtcp2_conn_writev_stream returned NGTCP2_ERR_STREAM_SHUT_WR");
sbin/unwind/libunbound/services/listen_dnsport.c
5537
verbose(VERB_ALGO, "doq: writev_stream pkt size %d ndatawritten %d",
sbin/unwind/libunbound/services/listen_dnsport.c
5696
verbose(VERB_ALGO, "ngtcp2_conn_handle_expiry failed: %s",
sbin/unwind/libunbound/services/listen_dnsport.c
785
verbose(VERB_ALGO,
sbin/unwind/libunbound/services/listen_dnsport.c
985
verbose(VERB_ALGO, "creating unix socket %s", path);
sbin/unwind/libunbound/services/localzone.c
1178
if(c) verbose(VERB_ALGO, "applied tags to %d local zones", c);
sbin/unwind/libunbound/services/localzone.c
1533
verbose(VERB_ALGO, "redirect with tag data [%d] %s",
sbin/unwind/libunbound/services/localzone.c
1828
verbose(VERB_ALGO, "local zone override to type %s",
sbin/unwind/libunbound/services/localzone.c
1853
verbose(VERB_ALGO, "matched tag [%d] %s",
sbin/unwind/libunbound/services/localzone.c
1858
verbose(VERB_ALGO, "tag action [%d] %s to type %s",
sbin/unwind/libunbound/services/localzone.c
1919
verbose(VERB_ALGO, "using localzone %s %s from view %s",
sbin/unwind/libunbound/services/localzone.c
1941
verbose(VERB_ALGO, "using localzone %s %s", zname,
sbin/unwind/libunbound/services/localzone.c
616
verbose(VERB_ALGO, "ignoring duplicate RR: %s", rrstr);
sbin/unwind/libunbound/services/mesh.c
1265
verbose(VERB_ALGO, "attach failed, cycle detected");
sbin/unwind/libunbound/services/mesh.c
1603
verbose(VERB_ALGO, "query took " ARG_LL "d.%6.6d sec",
sbin/unwind/libunbound/services/mesh.c
1732
verbose(VERB_ALGO, "DNS Error Reporting: report query qname too long; "
sbin/unwind/libunbound/services/mesh.c
1790
verbose(VERB_ALGO, "drop reply, it is older than discard-timeout");
sbin/unwind/libunbound/services/mesh.c
2238
verbose(VERB_ALGO, "mesh_run: start");
sbin/unwind/libunbound/services/mesh.c
2250
verbose(VERB_ALGO, "mesh_run: %s module exit state is %s",
sbin/unwind/libunbound/services/mesh.c
2294
verbose(VERB_DETAIL, "%s %u recursion states (%u with reply, "
sbin/unwind/libunbound/services/mesh.c
2490
verbose(VERB_ALGO, "Serve expired: Trying to reply with expired data");
sbin/unwind/libunbound/services/mesh.c
2496
verbose(VERB_ALGO,
sbin/unwind/libunbound/services/mesh.c
2584
verbose(VERB_ALGO, "drop reply, it is older than discard-timeout");
sbin/unwind/libunbound/services/mesh.c
317
verbose(VERB_ALGO, "notify supers of failure");
sbin/unwind/libunbound/services/mesh.c
369
verbose(VERB_ALGO, "Serve expired: bogus answer found in cache");
sbin/unwind/libunbound/services/mesh.c
372
verbose(VERB_ALGO, "Serve expired: unchecked entry needs "
sbin/unwind/libunbound/services/mesh.c
377
verbose(VERB_ALGO, "Serve expired: secure entry"
sbin/unwind/libunbound/services/mesh.c
446
verbose(VERB_ALGO, "Too many queries waiting from the IP. "
sbin/unwind/libunbound/services/mesh.c
466
verbose(VERB_ALGO, "Too many queries. dropping "
sbin/unwind/libunbound/services/mesh.c
481
verbose(VERB_ALGO, "Too many requests queued. "
sbin/unwind/libunbound/services/mesh.c
745
verbose(VERB_ALGO, "Too many queries. dropped prefetch.");
sbin/unwind/libunbound/services/mesh.c
816
verbose(VERB_ALGO, "Too many queries. dropped prefetch.");
sbin/unwind/libunbound/services/modstack.c
112
verbose(VERB_QUERY, "module config: \"%s\"", module_conf);
sbin/unwind/libunbound/services/modstack.c
249
verbose(VERB_OPS, "startup module %d: %s",
sbin/unwind/libunbound/services/modstack.c
292
verbose(VERB_OPS, "init module %d: %s",
sbin/unwind/libunbound/services/outside_network.c
1118
verbose(VERB_CLIENT, "reuse_move_writewait_away current %s %d bytes were written",
sbin/unwind/libunbound/services/outside_network.c
1143
verbose(VERB_CLIENT, "reuse_move_writewait_away item %s", buf);
sbin/unwind/libunbound/services/outside_network.c
1155
verbose(VERB_CLIENT, "reuse_tcp_remove_tree_list");
sbin/unwind/libunbound/services/outside_network.c
1234
verbose(VERB_CLIENT, "decommission_pending_tcp");
sbin/unwind/libunbound/services/outside_network.c
1350
verbose(VERB_ALGO, "outnettcp cb");
sbin/unwind/libunbound/services/outside_network.c
1353
verbose(VERB_QUERY, "outnettcp got tcp timeout "
sbin/unwind/libunbound/services/outside_network.c
1359
verbose(VERB_QUERY, "outnettcp got tcp timeout %s",
sbin/unwind/libunbound/services/outside_network.c
1368
verbose(VERB_ALGO, "outnet tcp pkt was written event");
sbin/unwind/libunbound/services/outside_network.c
1379
verbose(VERB_ALGO, "outnet tcp setup next pkt");
sbin/unwind/libunbound/services/outside_network.c
1390
verbose(VERB_ALGO, "outnet tcp writes done, wait");
sbin/unwind/libunbound/services/outside_network.c
1400
verbose(VERB_QUERY, "outnettcp got tcp error %d", error);
sbin/unwind/libunbound/services/outside_network.c
1441
verbose(VERB_CLIENT, "outnet tcp callback query err %d buflen %d",
sbin/unwind/libunbound/services/outside_network.c
1446
verbose(VERB_CLIENT, "outnet_tcp_cb reuse after cb");
sbin/unwind/libunbound/services/outside_network.c
1448
verbose(VERB_CLIENT, "outnet_tcp_cb reuse after cb: keep it");
sbin/unwind/libunbound/services/outside_network.c
1460
verbose(VERB_CLIENT, "outnet_tcp_cb reuse after cb: decommission it");
sbin/unwind/libunbound/services/outside_network.c
1479
verbose(VERB_ALGO, "close of port %d", pc->number);
sbin/unwind/libunbound/services/outside_network.c
1534
verbose(VERB_ALGO, "answer cb");
sbin/unwind/libunbound/services/outside_network.c
1537
verbose(VERB_QUERY, "outnetudp got udp error %d", error);
sbin/unwind/libunbound/services/outside_network.c
1541
verbose(VERB_QUERY, "outnetudp udp too short");
sbin/unwind/libunbound/services/outside_network.c
1550
verbose(VERB_ALGO, "Incoming reply id = %4.4x", key.id);
sbin/unwind/libunbound/services/outside_network.c
1555
verbose(VERB_ALGO, "lookup size is %d entries", (int)outnet->pending->count);
sbin/unwind/libunbound/services/outside_network.c
1558
verbose(VERB_QUERY, "received unwanted or unsolicited udp reply dropped.");
sbin/unwind/libunbound/services/outside_network.c
1575
verbose(VERB_ALGO, "received udp reply.");
sbin/unwind/libunbound/services/outside_network.c
1578
verbose(VERB_QUERY, "received reply id,addr on wrong port. "
sbin/unwind/libunbound/services/outside_network.c
1595
verbose(VERB_ALGO, "outnet handle udp reply");
sbin/unwind/libunbound/services/outside_network.c
1640
verbose(VERB_ALGO, "timeout udp with delay");
sbin/unwind/libunbound/services/outside_network.c
1652
verbose(VERB_ALGO, "timeout udp");
sbin/unwind/libunbound/services/outside_network.c
2111
verbose(VERB_ALGO, "inserted new pending reply id=%4.4x", pend->id);
sbin/unwind/libunbound/services/outside_network.c
2169
verbose(VERB_QUERY, "Need to send query but have no "
sbin/unwind/libunbound/services/outside_network.c
2192
verbose(VERB_ALGO, "using UDP if=%d port=%d",
sbin/unwind/libunbound/services/outside_network.c
2211
verbose(VERB_ALGO, "opened UDP if=%d port=%d",
sbin/unwind/libunbound/services/outside_network.c
2254
verbose(VERB_QUERY, "port %d in use, trying another", portno);
sbin/unwind/libunbound/services/outside_network.c
2348
verbose(VERB_ALGO, "no fds available, udp query waiting");
sbin/unwind/libunbound/services/outside_network.c
2381
verbose(VERB_CLIENT, "outnet_tcptimer");
sbin/unwind/libunbound/services/outside_network.c
2401
verbose(VERB_CLIENT, "reuse_tcp_close_oldest");
sbin/unwind/libunbound/services/outside_network.c
2494
verbose(VERB_CLIENT, "pending_tcp_query");
sbin/unwind/libunbound/services/outside_network.c
2496
verbose(VERB_ALGO, "pending tcp query with too short buffer < 2");
sbin/unwind/libunbound/services/outside_network.c
2571
verbose(VERB_CLIENT, "pending_tcp_query: reuse, store");
sbin/unwind/libunbound/services/outside_network.c
2590
verbose(VERB_CLIENT, "pending_tcp_query: new fd, connect");
sbin/unwind/libunbound/services/outside_network.c
2616
verbose(VERB_CLIENT, "pending_tcp_query: queue to wait");
sbin/unwind/libunbound/services/outside_network.c
2666
verbose(VERB_ALGO, "serviced send timer");
sbin/unwind/libunbound/services/outside_network.c
2775
verbose(VERB_CLIENT, "reuse_tcp_remove_serviced_keep");
sbin/unwind/libunbound/services/outside_network.c
2784
verbose(VERB_CLIENT, "reuse_tcp_remove_serviced_keep: -1 fd");
sbin/unwind/libunbound/services/outside_network.c
2789
verbose(VERB_CLIENT, "reuse_tcp_remove_serviced_keep: in use by other queries");
sbin/unwind/libunbound/services/outside_network.c
2799
verbose(VERB_CLIENT, "reuse_tcp_remove_serviced_keep: keep open");
sbin/unwind/libunbound/services/outside_network.c
2814
verbose(VERB_CLIENT, "serviced_delete");
sbin/unwind/libunbound/services/outside_network.c
2822
verbose(VERB_CLIENT, "serviced_delete: UDP");
sbin/unwind/libunbound/services/outside_network.c
2832
verbose(VERB_CLIENT, "serviced_delete: TCP");
sbin/unwind/libunbound/services/outside_network.c
2839
verbose(VERB_CLIENT, "serviced_delete: writewait");
sbin/unwind/libunbound/services/outside_network.c
2848
verbose(VERB_CLIENT, "serviced_delete: tcpreusekeep");
sbin/unwind/libunbound/services/outside_network.c
2861
verbose(VERB_CLIENT, "serviced_delete: tcpwait");
sbin/unwind/libunbound/services/outside_network.c
2907
verbose(VERB_ALGO, "qname perturbed to %s", buf);
sbin/unwind/libunbound/services/outside_network.c
2989
verbose(VERB_ALGO, "EDNS lookup known=%d vs=%d", edns_lame_known, vs);
sbin/unwind/libunbound/services/outside_network.c
3001
verbose(VERB_ALGO, "serviced query UDP timeout=%d msec", rtt);
sbin/unwind/libunbound/services/outside_network.c
3079
verbose(VERB_ALGO, "svcd callbacks start");
sbin/unwind/libunbound/services/outside_network.c
309
verbose(VERB_ALGO, "outgoing tcp:"
sbin/unwind/libunbound/services/outside_network.c
3091
verbose(VERB_DETAIL, "no qname in reply to check 0x20ID");
sbin/unwind/libunbound/services/outside_network.c
3100
verbose(VERB_DETAIL, "wrong 0x20-ID in reply qname");
sbin/unwind/libunbound/services/outside_network.c
3109
verbose(VERB_ALGO, "good 0x20-ID in reply qname");
sbin/unwind/libunbound/services/outside_network.c
3144
verbose(VERB_ALGO, "svcd callbacks end");
sbin/unwind/libunbound/services/outside_network.c
316
verbose(VERB_ALGO, "outgoing tcp:"
sbin/unwind/libunbound/services/outside_network.c
3224
verbose(VERB_ALGO, "measured TCP-time at %d msec", roundtime);
sbin/unwind/libunbound/services/outside_network.c
324
verbose(VERB_ALGO, "outgoing tcp:"
sbin/unwind/libunbound/services/outside_network.c
3251
verbose(VERB_ALGO, "initiate TCP query %s",
sbin/unwind/libunbound/services/outside_network.c
3263
verbose(VERB_ALGO, "serviced_tcp_initiate: failed to send tcp query");
sbin/unwind/libunbound/services/outside_network.c
328
verbose(VERB_ALGO, "outgoing tcp:"
sbin/unwind/libunbound/services/outside_network.c
335
verbose(VERB_ALGO, "outgoing tcp:"
sbin/unwind/libunbound/services/outside_network.c
3408
verbose(VERB_ALGO, "serviced query: attempt without EDNS");
sbin/unwind/libunbound/services/outside_network.c
343
verbose(VERB_ALGO, "outgoing tcp:"
sbin/unwind/libunbound/services/outside_network.c
3454
verbose(VERB_ALGO, "measured roundtrip at %d msec", roundtime);
sbin/unwind/libunbound/services/outside_network.c
347
verbose(VERB_ALGO, "outgoing tcp:"
sbin/unwind/libunbound/services/outside_network.c
3664
verbose(VERB_QUERY, "need ipv6 to send, but no ipv6 outgoing interfaces, for %s", to);
sbin/unwind/libunbound/services/outside_network.c
3673
verbose(VERB_QUERY, "need ipv4 to send, but no ipv4 outgoing interfaces, for %s", to);
sbin/unwind/libunbound/services/outside_network.c
394
verbose(v, "%s %s#%u fd %d", msg, addrbuf, (unsigned)port,
sbin/unwind/libunbound/services/outside_network.c
554
verbose(VERB_CLIENT, "reuse_tcp_find");
sbin/unwind/libunbound/services/outside_network.c
571
verbose(VERB_CLIENT, "reuse_tcp_find: num reuse streams %u",
sbin/unwind/libunbound/services/outside_network.c
588
verbose(VERB_CLIENT, "reuse_tcp_find: taking first");
sbin/unwind/libunbound/services/outside_network.c
601
verbose(VERB_CLIENT, "reuse_tcp_find: key too low");
sbin/unwind/libunbound/services/outside_network.c
605
verbose(VERB_CLIENT, "reuse_tcp_find check inexact match");
sbin/unwind/libunbound/services/outside_network.c
638
verbose(VERB_CLIENT, "outnet_tcp_take_query_setup: setup packet to write "
sbin/unwind/libunbound/services/outside_network.c
760
verbose(VERB_ALGO, "the query is using TLS encryption, for %s",
sbin/unwind/libunbound/services/rpz.c
1015
verbose(VERB_ALGO, "rpz: unable to parse client ip");
sbin/unwind/libunbound/services/rpz.c
1037
verbose(VERB_ALGO, "rpz: unable to parse ns ip");
sbin/unwind/libunbound/services/rpz.c
1060
verbose(VERB_ALGO, "rpz: unable to parse response ip");
sbin/unwind/libunbound/services/rpz.c
1068
verbose(VERB_ALGO, "rpz: respip trigger, %s skipping unsupported action: %s",
sbin/unwind/libunbound/services/rpz.c
1123
verbose(VERB_ALGO, "rpz: skipping invalid trigger");
sbin/unwind/libunbound/services/rpz.c
1153
verbose(VERB_ALGO, "rpz: skipping unsupported trigger: %s",
sbin/unwind/libunbound/services/rpz.c
1370
verbose(VERB_ALGO, "rpz: cannot remove RR from IXFR, "
sbin/unwind/libunbound/services/rpz.c
1415
verbose(VERB_ALGO, "rpz: cannot remove RR from IXFR, "
sbin/unwind/libunbound/services/rpz.c
1493
verbose(VERB_ALGO, "rpz: cannot remove RR from IXFR, "
sbin/unwind/libunbound/services/rpz.c
1689
verbose(VERB_ALGO, "rpz: trigger %s %s/%d on %s action=%s",
sbin/unwind/libunbound/services/rpz.c
1857
verbose(VERB_ALGO, "rpz: bug: local-data action but no local data");
sbin/unwind/libunbound/services/rpz.c
1864
verbose(VERB_ALGO, "rpz: unable to find local-data for query");
sbin/unwind/libunbound/services/rpz.c
1871
verbose(VERB_ALGO, "rpz: local data action: out of memory");
sbin/unwind/libunbound/services/rpz.c
1886
verbose(VERB_ALGO, "rpz: local data action soa: out of memory");
sbin/unwind/libunbound/services/rpz.c
2081
verbose(VERB_ALGO, "rpz: nsip: no matching local data found");
sbin/unwind/libunbound/services/rpz.c
2135
verbose(VERB_ALGO, "rpz: nsdname: qname not found");
sbin/unwind/libunbound/services/rpz.c
2141
verbose(VERB_ALGO, "rpz: nsdname: no matching local data found");
sbin/unwind/libunbound/services/rpz.c
2171
verbose(VERB_ALGO, "rpz: qname: name not found");
sbin/unwind/libunbound/services/rpz.c
2176
verbose(VERB_ALGO, "rpz: qname: type not found");
sbin/unwind/libunbound/services/rpz.c
2306
verbose(VERB_ALGO, "rpz: using override action=%s (replaces=%s)",
sbin/unwind/libunbound/services/rpz.c
2312
verbose(VERB_ALGO, "rpz: bug: nsip local data action but no local data");
sbin/unwind/libunbound/services/rpz.c
2352
verbose(VERB_ALGO, "rpz: nsip: bug: unhandled or invalid action: '%s'",
sbin/unwind/libunbound/services/rpz.c
2376
verbose(VERB_ALGO, "rpz: using override action=%s (replaces=%s)",
sbin/unwind/libunbound/services/rpz.c
2415
verbose(VERB_ALGO, "rpz: nsdname: bug: unhandled or invalid action: '%s'",
sbin/unwind/libunbound/services/rpz.c
2454
verbose(VERB_ALGO, "rpz: trigger nsdname %s on %s action=%s",
sbin/unwind/libunbound/services/rpz.c
2457
verbose(VERB_ALGO, "rpz: trigger nsdname %s action=%s",
sbin/unwind/libunbound/services/rpz.c
2479
verbose(VERB_ALGO, "query is rpz_passthru, no further processing");
sbin/unwind/libunbound/services/rpz.c
2488
verbose(VERB_ALGO, "rpz: iterator module callback: have_rpz=%d", az->rpz_first != NULL);
sbin/unwind/libunbound/services/rpz.c
2554
verbose(VERB_ALGO, "query is rpz_passthru, no further processing");
sbin/unwind/libunbound/services/rpz.c
2610
verbose(VERB_ALGO, "rpz: qname trigger %s on %s, with action=%s",
sbin/unwind/libunbound/services/rpz.c
2613
verbose(VERB_ALGO, "rpz: qname trigger %s, with action=%s",
sbin/unwind/libunbound/services/rpz.c
2646
verbose(VERB_ALGO, "rpz: qname trigger: bug: unhandled or invalid action: '%s'",
sbin/unwind/libunbound/services/rpz.c
2787
verbose(VERB_ALGO, "rpz: qname trigger %s on %s with action=%s",
sbin/unwind/libunbound/services/rpz.c
2790
verbose(VERB_ALGO, "rpz: qname trigger %s with action=%s",
sbin/unwind/libunbound/services/rpz.c
683
verbose(VERB_ALGO, "rpz: qname trigger, %s skipping unsupported action: %s",
sbin/unwind/libunbound/services/rpz.c
702
verbose(VERB_ALGO, "rpz: skipping duplicate record: '%s'", rrstr);
sbin/unwind/libunbound/services/rpz.c
746
verbose(VERB_ALGO, "rpz: %s: <%s>", msg, buf);
sbin/unwind/libunbound/services/rpz.c
755
verbose(VERB_ALGO, "rpz: skipping invalid action");
sbin/unwind/libunbound/services/rpz.c
811
verbose(VERB_ALGO, "rpz: skipping invalid action");
sbin/unwind/libunbound/services/rpz.c
989
verbose(VERB_ALGO, "rpz: unable to insert clientip rr");
sbin/unwind/libunbound/util/config_file.c
1482
verbose(VERB_QUERY, "setting "name": %lu", (unsigned long)val); \
sbin/unwind/libunbound/util/config_file.c
1527
verbose(VERB_QUERY, "wildcard found, processing %s", fname);
sbin/unwind/libunbound/util/config_file.c
1548
verbose(VERB_QUERY, "include: "
sbin/unwind/libunbound/util/configparser.y
1783
verbose(VERB_DETAIL, "ignored infra-lame-ttl: %s (option "
sbin/unwind/libunbound/util/configparser.y
1800
verbose(VERB_DETAIL, "ignored infra-cache-lame-size: %s "
sbin/unwind/libunbound/util/data/msgparse.c
1023
verbose(VERB_ALGO, "query with bad edns keepalive.");
sbin/unwind/libunbound/util/data/msgparse.c
1054
verbose(VERB_ALGO, "worker request: "
sbin/unwind/libunbound/util/data/msgparse.c
1340
verbose(level, "%s", info_str);
sbin/unwind/libunbound/util/data/msgparse.c
1346
verbose(level, " %s", str);
sbin/unwind/libunbound/util/data/msgreply.c
1160
verbose(VERB_ALGO, "attached EDE code: %d with message: '%s'", code, (txt?txt:""));
sbin/unwind/libunbound/util/data/msgreply.h
611
verbose(VERB_ALGO, "attached EDE code: %d with" \
sbin/unwind/libunbound/util/edns.c
91
verbose(VERB_QUERY, "duplicate EDNS client string ignored.");
sbin/unwind/libunbound/util/locks.h
167
verbose(VERB_ALGO, "Thread stack size set to %u", (unsigned)stacksize); \
sbin/unwind/libunbound/util/log.c
104
verbose(VERB_QUERY, "switching log to %s",
sbin/unwind/libunbound/util/log.c
418
verbose(v, "%s[%u]", msg, (unsigned)length);
sbin/unwind/libunbound/util/log.c
431
verbose(v, "%s[%u:%u] %.*s", msg, (unsigned)length,
sbin/unwind/libunbound/util/log.h
74
void verbose(enum verbosity_value level,
sbin/unwind/libunbound/util/module.c
395
verbose(level, "EDNS known options:");
sbin/unwind/libunbound/util/module.c
396
verbose(level, " Code: Bypass_cache_stage: Aggregate_mesh:");
sbin/unwind/libunbound/util/module.c
402
verbose(level, " %-8.8s %-19s %-15s", str,
sbin/unwind/libunbound/util/net_help.c
1168
verbose(level, "%s: \n%s", str, pp);
sbin/unwind/libunbound/util/net_help.c
1470
verbose(VERB_ALGO, "Adding Windows certificates from system root store to CA store");
sbin/unwind/libunbound/util/net_help.c
1498
verbose(VERB_ALGO, "CA certificate store for Windows is empty.");
sbin/unwind/libunbound/util/net_help.c
1510
verbose(VERB_ALGO, "%s %d:%s",
sbin/unwind/libunbound/util/net_help.c
1525
verbose(VERB_ALGO, "%s %d:%s\n",
sbin/unwind/libunbound/util/net_help.c
1546
verbose(VERB_ALGO, "Completed adding Windows certificates to CA store successfully");
sbin/unwind/libunbound/util/net_help.c
1740
verbose(VERB_ALGO, "the query has an auth_name, but libssl has no call to perform TLS authentication");
sbin/unwind/libunbound/util/net_help.c
1857
verbose(VERB_OPS, "read tls-session-ticket-key: %s", fstr);
sbin/unwind/libunbound/util/net_help.c
1898
verbose(VERB_CLIENT, "start session encrypt");
sbin/unwind/libunbound/util/net_help.c
1901
verbose(VERB_CLIENT, "RAND_bytes failed");
sbin/unwind/libunbound/util/net_help.c
1905
verbose(VERB_CLIENT, "EVP_EncryptInit_ex failed");
sbin/unwind/libunbound/util/net_help.c
1921
verbose(VERB_CLIENT, "HMAC_Init_ex failed");
sbin/unwind/libunbound/util/net_help.c
1931
verbose(VERB_CLIENT, "start session decrypt");
sbin/unwind/libunbound/util/net_help.c
1934
verbose(VERB_CLIENT, "Found session_key");
sbin/unwind/libunbound/util/net_help.c
1939
verbose(VERB_CLIENT, "Not found session_key");
sbin/unwind/libunbound/util/net_help.c
1956
verbose(VERB_CLIENT, "HMAC_Init_ex failed");
sbin/unwind/libunbound/util/net_help.c
226
verbose(v, "%s local %s", str, dest);
sbin/unwind/libunbound/util/net_help.c
236
verbose(v, "%s %s %s port %d (len %d)", str, family, dest,
sbin/unwind/libunbound/util/net_help.c
238
else verbose(v, "%s %s port %d", str, dest, (int)port);
sbin/unwind/libunbound/util/net_help.c
641
verbose(v, "%s <%s> %s%s#%d (addrlen %d)",
sbin/unwind/libunbound/util/net_help.c
643
else verbose(v, "%s <%s> %s%s#%d",
sbin/unwind/libunbound/util/netevent.c
1406
verbose(VERB_OPS, "doq sendmsg to %s %s "
sbin/unwind/libunbound/util/netevent.c
1410
verbose(VERB_OPS, "doq sendmsg failed: %s",
sbin/unwind/libunbound/util/netevent.c
1722
verbose(VERB_ALGO, "doq: found connection by address, dcid");
sbin/unwind/libunbound/util/netevent.c
1727
verbose(VERB_ALGO, "doq: found connection by dcid");
sbin/unwind/libunbound/util/netevent.c
1770
verbose(VERB_ALGO, "doq: could not decode version "
sbin/unwind/libunbound/util/netevent.c
1777
verbose(VERB_ALGO, "ngtcp2_pkt_decode_version_cid packet has "
sbin/unwind/libunbound/util/netevent.c
1837
verbose(VERB_ALGO, "doq: sending retry packet to %s %s", host, port);
sbin/unwind/libunbound/util/netevent.c
1900
verbose(VERB_ALGO, "doq: verifying retry token from %s %s", host,
sbin/unwind/libunbound/util/netevent.c
1912
verbose(VERB_ALGO, "doq: could not verify retry token "
sbin/unwind/libunbound/util/netevent.c
1916
verbose(VERB_ALGO, "doq: verified retry token from %s %s", host, port);
sbin/unwind/libunbound/util/netevent.c
1931
verbose(VERB_ALGO, "doq: verifying token from %s %s", host, port);
sbin/unwind/libunbound/util/netevent.c
1941
verbose(VERB_ALGO, "doq: could not verify token from %s %s",
sbin/unwind/libunbound/util/netevent.c
1945
verbose(VERB_ALGO, "doq: verified token from %s %s", host, port);
sbin/unwind/libunbound/util/netevent.c
2009
verbose(VERB_ALGO, "doq: no mem available for new connection");
sbin/unwind/libunbound/util/netevent.c
2033
verbose(VERB_ALGO, "doq: created new connection");
sbin/unwind/libunbound/util/netevent.c
2066
verbose(VERB_ALGO, "doq stateless address validation");
sbin/unwind/libunbound/util/netevent.c
2098
verbose(VERB_ALGO, "doq address validation: unrecognised "
sbin/unwind/libunbound/util/netevent.c
2189
verbose(VERB_ALGO, "doq pickup timer at %d.%6.6d in %d.%6.6d",
sbin/unwind/libunbound/util/netevent.c
2195
verbose(VERB_ALGO, "doq timer disabled");
sbin/unwind/libunbound/util/netevent.c
225
verbose(VERB_ALGO, "%s %s uses %s method.", evnm, evsys, evmethod);
sbin/unwind/libunbound/util/netevent.c
2382
verbose(VERB_ALGO, "doq socket want write");
sbin/unwind/libunbound/util/netevent.c
2393
verbose(VERB_ALGO, "doq socket want no write");
sbin/unwind/libunbound/util/netevent.c
2472
verbose(VERB_ALGO, "doq timer callback");
sbin/unwind/libunbound/util/netevent.c
2494
verbose(VERB_ALGO, "doq conn %s is deleted "
sbin/unwind/libunbound/util/netevent.c
2577
verbose(VERB_ALGO, "doq write connection %s %d",
sbin/unwind/libunbound/util/netevent.c
2703
verbose(VERB_ALGO, "doq check write enable");
sbin/unwind/libunbound/util/netevent.c
2867
verbose(VERB_ALGO, "doq: send_reply but %s is gone",
sbin/unwind/libunbound/util/netevent.c
2898
verbose(VERB_ALGO, "doq: drop_reply but %s is gone",
sbin/unwind/libunbound/util/netevent.c
2963
verbose(VERB_ALGO, "wait is over, slow accept disabled");
sbin/unwind/libunbound/util/netevent.c
3003
verbose(VERB_ALGO, "out of file descriptors: "
sbin/unwind/libunbound/util/netevent.c
3009
verbose(VERB_OPS, "accept failed, "
sbin/unwind/libunbound/util/netevent.c
3085
verbose(VERB_ALGO, "bio_cb %d, %s %s %s", oper,
sbin/unwind/libunbound/util/netevent.c
3154
verbose(VERB_QUERY, "http2: submit_settings failed, "
sbin/unwind/libunbound/util/netevent.c
3563
verbose(VERB_ALGO, "client doesn't support HTTP/2");
sbin/unwind/libunbound/util/netevent.c
3606
verbose(VERB_ALGO, "proxy_protocol: reading fixed "
sbin/unwind/libunbound/util/netevent.c
3671
verbose(VERB_ALGO, "proxy_protocol: reading variable "
sbin/unwind/libunbound/util/netevent.c
3731
verbose(VERB_ALGO, "proxy_protocol: successful read of "
sbin/unwind/libunbound/util/netevent.c
3777
verbose(VERB_QUERY, "ssl: dropped larger than buffer");
sbin/unwind/libunbound/util/netevent.c
3783
verbose(VERB_QUERY, "ssl: dropped bogus too short.");
sbin/unwind/libunbound/util/netevent.c
3787
verbose(VERB_ALGO, "Reading ssl tcp query of length %d",
sbin/unwind/libunbound/util/netevent.c
4030
verbose(VERB_ALGO, "proxy_protocol: reading fixed "
sbin/unwind/libunbound/util/netevent.c
4072
verbose(VERB_ALGO, "proxy_protocol: reading variable "
sbin/unwind/libunbound/util/netevent.c
4109
verbose(VERB_ALGO, "proxy_protocol: successful read of "
sbin/unwind/libunbound/util/netevent.c
4135
verbose(VERB_QUERY, "tcp: dropped larger than buffer");
sbin/unwind/libunbound/util/netevent.c
4142
verbose(VERB_QUERY, "tcp: dropped bogus too short.");
sbin/unwind/libunbound/util/netevent.c
4145
verbose(VERB_ALGO, "Reading tcp query of length %d",
sbin/unwind/libunbound/util/netevent.c
4365
verbose(VERB_ALGO, "tcp sendmsg for fastopen failed (with %s), try normal connect", strerror(errno));
sbin/unwind/libunbound/util/netevent.c
4643
verbose(VERB_QUERY, "tcp took too long, dropped");
sbin/unwind/libunbound/util/netevent.c
476
verbose(VERB_OPS, "send udp blocked "
sbin/unwind/libunbound/util/netevent.c
4762
verbose(VERB_ALGO, "ssl http read more skip to %d + %d",
sbin/unwind/libunbound/util/netevent.c
4800
verbose(VERB_ALGO, "http read more skip to %d + %d",
sbin/unwind/libunbound/util/netevent.c
4857
verbose(VERB_ALGO, "http header: %s", line);
sbin/unwind/libunbound/util/netevent.c
4861
verbose(VERB_ALGO, "http bad status %s", line+9);
sbin/unwind/libunbound/util/netevent.c
4871
verbose(VERB_ALGO, "http invalid Content-Length: " ARG_LL "d", cl);
sbin/unwind/libunbound/util/netevent.c
4904
verbose(VERB_ALGO, "http chunk trailer: %s", line);
sbin/unwind/libunbound/util/netevent.c
4927
verbose(VERB_ALGO, "http chunk header: %s", line);
sbin/unwind/libunbound/util/netevent.c
4935
verbose(VERB_ALGO, "http invalid chunk size: %ld",
sbin/unwind/libunbound/util/netevent.c
5007
verbose(VERB_ALGO, "http_chunked_segment: got now %d, tcpbytcount %d, http_stored %d, buffer pos %d, buffer limit %d", (int)got_now, (int)c->tcp_byte_count, (int)c->http_stored, (int)sldns_buffer_position(c->buffer), (int)sldns_buffer_limit(c->buffer));
sbin/unwind/libunbound/util/netevent.c
5266
verbose(VERB_QUERY, "http2: session_recv from %s failed, "
sbin/unwind/libunbound/util/netevent.c
556
verbose(VERB_OPS, "sendto failed: %s", sock_strerror(errno));
sbin/unwind/libunbound/util/netevent.c
558
verbose(VERB_OPS, "send failed: %s", sock_strerror(errno));
sbin/unwind/libunbound/util/netevent.c
5594
verbose(VERB_QUERY, "http2: session_send failed, "
sbin/unwind/libunbound/util/netevent.c
5687
verbose(VERB_QUERY, "http took too long, dropped");
sbin/unwind/libunbound/util/netevent.c
6579
verbose(5, "comm_point_close of %d: event_del", c->fd);
sbin/unwind/libunbound/util/netevent.c
6607
verbose(VERB_ALGO, "close fd %d", c->fd);
sbin/unwind/libunbound/util/netevent.c
6794
verbose(VERB_ALGO, "comm point stop listening %d", c->fd);
sbin/unwind/libunbound/util/netevent.c
6806
verbose(VERB_ALGO, "comm point start listening %d (%d msec)",
sbin/unwind/libunbound/util/netevent.c
6840
verbose(5, "startlistening %d mode rw", (newfd==-1?c->fd:newfd));
sbin/unwind/libunbound/util/netevent.c
6843
verbose(5, "startlistening %d mode r", (newfd==-1?c->fd:newfd));
sbin/unwind/libunbound/util/netevent.c
6846
verbose(5, "startlistening %d mode w", (newfd==-1?c->fd:newfd));
sbin/unwind/libunbound/util/netevent.c
6852
verbose(5, "cpsl close of fd %d for %d", c->fd, newfd);
sbin/unwind/libunbound/util/netevent.c
6867
verbose(VERB_ALGO, "comm point listen_for_rw %d %d", c->fd, wr);
sbin/unwind/libunbound/util/netevent.c
693
verbose(VERB_ALGO, "no IP_PKTINFO or IP_SENDSRCADDR");
sbin/unwind/libunbound/util/netevent.c
791
verbose(VERB_OPS, "send udp blocked "
sbin/unwind/libunbound/util/netevent.c
863
verbose(VERB_OPS, "sendmsg failed: %s", strerror(errno));
sbin/unwind/libunbound/util/tcp_conn_limit.c
99
verbose(VERB_QUERY, "duplicate tcl address ignored.");
sbin/unwind/libunbound/util/tube.c
552
verbose(VERB_ALGO, "tube created");
sbin/unwind/libunbound/util/tube.c
566
verbose(VERB_ALGO, "tube deleted");
sbin/unwind/libunbound/util/tube.c
572
verbose(VERB_ALGO, "tube close_read");
sbin/unwind/libunbound/util/tube.c
577
verbose(VERB_ALGO, "tube close_write");
sbin/unwind/libunbound/util/tube.c
586
verbose(VERB_ALGO, "tube remove_bg_listen");
sbin/unwind/libunbound/util/tube.c
595
verbose(VERB_ALGO, "tube remove_bg_write");
sbin/unwind/libunbound/util/tube.c
613
verbose(VERB_ALGO, "tube write_msg len %d", (int)len);
sbin/unwind/libunbound/util/tube.c
627
verbose(VERB_ALGO, "tube read_msg %s", nonblock?"nonblock":"blocking");
sbin/unwind/libunbound/util/tube.c
630
verbose(VERB_ALGO, "tube read_msg nodata");
sbin/unwind/libunbound/util/tube.c
644
verbose(VERB_ALGO, "tube read_msg lastdata");
sbin/unwind/libunbound/util/tube.c
657
verbose(VERB_ALGO, "tube read_msg len %d", (int)*len);
sbin/unwind/libunbound/util/tube.c
758
verbose(VERB_ALGO, "tube queue_item len %d", (int)len);
sbin/unwind/libunbound/util/tube.c
787
verbose(VERB_ALGO, "tube handle_signal");
sbin/unwind/libunbound/util/winsock_event.c
148
verbose(VERB_CLIENT, "winsock_event inited");
sbin/unwind/libunbound/util/winsock_event.c
170
verbose(VERB_CLIENT, "winsock_event handle_timeouts");
sbin/unwind/libunbound/util/winsock_event.c
188
verbose(VERB_CLIENT, "winsock_event wait=" ARG_LL "d.%6.6d",
sbin/unwind/libunbound/util/winsock_event.c
199
verbose(VERB_CLIENT, "winsock_event wait=(-1)");
sbin/unwind/libunbound/util/winsock_event.c
240
verbose(VERB_CLIENT, "winsock_event handle_select");
sbin/unwind/libunbound/util/winsock_event.c
265
verbose(VERB_CLIENT, "winsock_event bmax=%d numwait=%d wait=%s "
sbin/unwind/libunbound/util/winsock_event.c
293
verbose(VERB_CLIENT, "winsock_event wake was_timeout=%d startidx=%d",
sbin/unwind/libunbound/util/winsock_event.c
306
verbose(VERB_CLIENT, "winsock_event signals");
sbin/unwind/libunbound/util/winsock_event.c
319
verbose(VERB_CLIENT, "winsock_event net");
sbin/unwind/libunbound/util/winsock_event.c
343
verbose(VERB_ALGO, "FD_READ_BIT error: %s",
sbin/unwind/libunbound/util/winsock_event.c
349
verbose(VERB_ALGO, "FD_WRITE_BIT error: %s",
sbin/unwind/libunbound/util/winsock_event.c
355
verbose(VERB_ALGO, "FD_CONNECT_BIT error: %s",
sbin/unwind/libunbound/util/winsock_event.c
362
verbose(VERB_ALGO, "FD_ACCEPT_BIT error: %s",
sbin/unwind/libunbound/util/winsock_event.c
368
verbose(VERB_ALGO, "FD_CLOSE_BIT error: %s",
sbin/unwind/libunbound/util/winsock_event.c
374
verbose(VERB_ALGO, "winsock %d pass sticky %s%s",
sbin/unwind/libunbound/util/winsock_event.c
386
verbose(VERB_ALGO, "winsock %d store sticky %s%s",
sbin/unwind/libunbound/util/winsock_event.c
392
verbose(VERB_ALGO, "winsock event callback %p fd=%d "
sbin/unwind/libunbound/util/winsock_event.c
413
verbose(VERB_ALGO, "winsock %d got sticky %s%s",
sbin/unwind/libunbound/util/winsock_event.c
418
verbose(VERB_CLIENT, "winsock_event net");
sbin/unwind/libunbound/util/winsock_event.c
420
verbose(VERB_CLIENT, "winsock_event reinvigorated");
sbin/unwind/libunbound/util/winsock_event.c
425
verbose(VERB_CLIENT, "winsock_event handle_select end");
sbin/unwind/libunbound/util/winsock_event.c
453
verbose(VERB_CLIENT, "winsock_event loopexit");
sbin/unwind/libunbound/util/winsock_event.c
460
verbose(VERB_CLIENT, "winsock_event event_base_free");
sbin/unwind/libunbound/util/winsock_event.c
493
verbose(VERB_ALGO, "event_add %p added=%d fd=%d tv=" ARG_LL "d %s%s%s",
sbin/unwind/libunbound/util/winsock_event.c
574
verbose(VERB_ALGO, "event_del %p added=%d fd=%d tv=" ARG_LL "d %s%s%s",
sbin/unwind/libunbound/util/winsock_event.c
648
verbose(VERB_ALGO, "winsock: tcp wouldblock %s",
sbin/unwind/libunbound/validator/autotrust.c
1009
verbose(VERB_ALGO, "reading autotrust anchor file %s", nm);
sbin/unwind/libunbound/validator/autotrust.c
1217
verbose(VERB_ALGO, "autotrust: write to disk: %s", tempf);
sbin/unwind/libunbound/validator/autotrust.c
1246
verbose(VERB_ALGO, "autotrust: replaced %s", fname);
sbin/unwind/libunbound/validator/autotrust.c
1280
verbose(VERB_ALGO, "autotrust: validate DNSKEY with anchor: %s",
sbin/unwind/libunbound/validator/autotrust.c
1319
verbose(VERB_ALGO, "seen REVOKE flag, check self-signed, rr %d",
sbin/unwind/libunbound/validator/autotrust.c
1517
verbose(VERB_ALGO, "orig_ttl is %d", (int)origttl);
sbin/unwind/libunbound/validator/autotrust.c
1518
verbose(VERB_ALGO, "rrsig_exp_interval is %d",
sbin/unwind/libunbound/validator/autotrust.c
1520
verbose(VERB_ALGO, "query_interval: %d, retry_time: %d",
sbin/unwind/libunbound/validator/autotrust.c
153
verbose(level, "%s key %d %s", str?str:"??", keytag, msg);
sbin/unwind/libunbound/validator/autotrust.c
1608
verbose(VERB_ALGO, "DS match attempt failed");
sbin/unwind/libunbound/validator/autotrust.c
2059
verbose(VERB_ALGO, "scheduled next probe in " ARG_LL "d sec", (long long)tv.tv_sec);
sbin/unwind/libunbound/validator/autotrust.c
2095
verbose(VERB_ALGO, "trustpoint was deleted in set_next_probe");
sbin/unwind/libunbound/validator/autotrust.c
2111
verbose(VERB_ALGO, "next probe set in %d seconds",
sbin/unwind/libunbound/validator/autotrust.c
2200
verbose(VERB_ALGO, "autotrust: morekeys, reassemble");
sbin/unwind/libunbound/validator/autotrust.c
2208
verbose(VERB_ALGO, "autotrust: no dnskey rrset");
sbin/unwind/libunbound/validator/autotrust.c
2218
verbose(VERB_ALGO, "autotrust: revokedkeys, reassemble");
sbin/unwind/libunbound/validator/autotrust.c
2233
verbose(VERB_ALGO, "autotrust: dnskey did not verify.");
sbin/unwind/libunbound/validator/autotrust.c
2271
verbose(VERB_ALGO, "autotrust: changed, reassemble");
sbin/unwind/libunbound/validator/autotrust.c
2281
} else verbose(VERB_ALGO, "autotrust: no changes");
sbin/unwind/libunbound/validator/autotrust.c
2373
verbose(VERB_ALGO, "autotrust probe answer cb");
sbin/unwind/libunbound/validator/autotrust.c
2395
verbose(VERB_ALGO, "retry probe set in %d seconds",
sbin/unwind/libunbound/validator/autotrust.c
2471
verbose(VERB_ALGO, "autotrust probe timer callback");
sbin/unwind/libunbound/validator/autotrust.c
2481
verbose(VERB_ALGO, "autotrust probe timer %d callbacks done", num);
sbin/unwind/libunbound/validator/val_anchor.c
747
verbose(VERB_QUERY, "reading in bind-compat-mode: '%s'", fname);
sbin/unwind/libunbound/validator/val_anchor.c
799
verbose(VERB_QUERY, "wildcard found, processing %s", pat);
sbin/unwind/libunbound/validator/val_anchor.c
819
verbose(VERB_QUERY, "trusted-keys-file: "
sbin/unwind/libunbound/validator/val_nsec.c
225
verbose(VERB_ALGO, "NSEC RRset for the "
sbin/unwind/libunbound/validator/val_nsec.c
256
verbose(VERB_ALGO, "NSEC for empty non-terminal "
sbin/unwind/libunbound/validator/val_nsec.c
263
verbose(VERB_ALGO, "NSEC for empty non-terminal "
sbin/unwind/libunbound/validator/val_nsec3.c
1077
verbose(VERB_ALGO, "nsec3 proveClosestEncloser: could "
sbin/unwind/libunbound/validator/val_nsec3.c
1083
verbose(VERB_ALGO, "nsec3 proveClosestEncloser: could "
sbin/unwind/libunbound/validator/val_nsec3.c
1090
verbose(VERB_ALGO, "nsec3 proveClosestEncloser: could "
sbin/unwind/libunbound/validator/val_nsec3.c
1098
verbose(VERB_ALGO, "nsec3 proveClosestEncloser: "
sbin/unwind/libunbound/validator/val_nsec3.c
1113
verbose(VERB_ALGO, "nsec3 proveClosestEncloser: "
sbin/unwind/libunbound/validator/val_nsec3.c
1117
verbose(VERB_ALGO, "nsec3 proveClosestEncloser: closest "
sbin/unwind/libunbound/validator/val_nsec3.c
1122
verbose(VERB_ALGO, "nsec3 proveClosestEncloser: closest "
sbin/unwind/libunbound/validator/val_nsec3.c
1132
verbose(VERB_ALGO, "nsec3: Could not find proof that the "
sbin/unwind/libunbound/validator/val_nsec3.c
1138
verbose(VERB_ALGO, "nsec3: Could not find proof that the "
sbin/unwind/libunbound/validator/val_nsec3.c
1145
verbose(VERB_ALGO, "nsec3: Could not find proof that the "
sbin/unwind/libunbound/validator/val_nsec3.c
1190
verbose(VERB_ALGO, "nsec3 nameerror proof: failed "
sbin/unwind/libunbound/validator/val_nsec3.c
1193
verbose(VERB_ALGO, "nsec3 nameerror proof: will "
sbin/unwind/libunbound/validator/val_nsec3.c
1196
else verbose(VERB_ALGO, "nsec3 nameerror proof: closest "
sbin/unwind/libunbound/validator/val_nsec3.c
1207
verbose(VERB_ALGO, "nsec3 nameerror proof: could not prove "
sbin/unwind/libunbound/validator/val_nsec3.c
1213
verbose(VERB_ALGO, "nsec3 nameerror proof: could not prove "
sbin/unwind/libunbound/validator/val_nsec3.c
1219
verbose(VERB_ALGO, "nsec3 nameerror proof: could not prove "
sbin/unwind/libunbound/validator/val_nsec3.c
1226
verbose(VERB_ALGO, "nsec3 nameerror proof: could not prove "
sbin/unwind/libunbound/validator/val_nsec3.c
1232
verbose(VERB_ALGO, "nsec3 nameerror proof: nc has optout");
sbin/unwind/libunbound/validator/val_nsec3.c
1282
verbose(VERB_ALGO, "proveNodata: Matching NSEC3 "
sbin/unwind/libunbound/validator/val_nsec3.c
1286
verbose(VERB_ALGO, "proveNodata: Matching NSEC3 "
sbin/unwind/libunbound/validator/val_nsec3.c
1306
verbose(VERB_ALGO, "proveNodata: apex NSEC3 "
sbin/unwind/libunbound/validator/val_nsec3.c
1313
verbose(VERB_ALGO, "proveNodata: matching "
sbin/unwind/libunbound/validator/val_nsec3.c
1317
verbose(VERB_ALGO, "proveNodata: matching "
sbin/unwind/libunbound/validator/val_nsec3.c
1324
verbose(VERB_ALGO, "proveNodata: all attempted hash "
sbin/unwind/libunbound/validator/val_nsec3.c
1329
verbose(VERB_ALGO, "proveNodata: reached "
sbin/unwind/libunbound/validator/val_nsec3.c
1341
verbose(VERB_ALGO, "proveNodata: did not match qname, "
sbin/unwind/libunbound/validator/val_nsec3.c
1345
verbose(VERB_ALGO, "proveNodata: closest nsec3 is insecure "
sbin/unwind/libunbound/validator/val_nsec3.c
1361
verbose(VERB_ALGO, "nsec3 nodata proof: matching "
sbin/unwind/libunbound/validator/val_nsec3.c
1365
verbose(VERB_ALGO, "nsec3 nodata proof: matching "
sbin/unwind/libunbound/validator/val_nsec3.c
1371
verbose(VERB_ALGO, "nsec3 nodata proof: matching "
sbin/unwind/libunbound/validator/val_nsec3.c
1377
verbose(VERB_ALGO, "nsec3 nodata proof: matching "
sbin/unwind/libunbound/validator/val_nsec3.c
1383
verbose(VERB_ALGO, "nsec3 nodata proof: matching "
sbin/unwind/libunbound/validator/val_nsec3.c
1390
verbose(VERB_ALGO, "nsec3 nodata proof: all attempted hash "
sbin/unwind/libunbound/validator/val_nsec3.c
1395
verbose(VERB_ALGO, "nsec3 nodata proof: reached "
sbin/unwind/libunbound/validator/val_nsec3.c
1407
verbose(VERB_ALGO, "nsec3 nodata proof: no next closer nsec3");
sbin/unwind/libunbound/validator/val_nsec3.c
1415
verbose(VERB_ALGO, "proveNodata: covering NSEC3 was not "
sbin/unwind/libunbound/validator/val_nsec3.c
1417
else verbose(VERB_ALGO, "proveNodata: could not find matching "
sbin/unwind/libunbound/validator/val_nsec3.c
1483
verbose(VERB_ALGO, "proveWildcard: did not find a "
sbin/unwind/libunbound/validator/val_nsec3.c
1489
verbose(VERB_ALGO, "proveWildcard: did not find a "
sbin/unwind/libunbound/validator/val_nsec3.c
1496
verbose(VERB_ALGO, "proveWildcard: did not find a covering "
sbin/unwind/libunbound/validator/val_nsec3.c
1501
verbose(VERB_ALGO, "proveWildcard: NSEC3 optout");
sbin/unwind/libunbound/validator/val_nsec3.c
1530
verbose(VERB_ALGO, "NSEC3 did not verify");
sbin/unwind/libunbound/validator/val_nsec3.c
1582
verbose(VERB_ALGO, "nsec3 provenods: NSEC3 is from"
sbin/unwind/libunbound/validator/val_nsec3.c
1587
verbose(VERB_ALGO, "nsec3 provenods: NSEC3 has qtype"
sbin/unwind/libunbound/validator/val_nsec3.c
1600
verbose(VERB_ALGO, "nsec3 provenods: all attempted hash "
sbin/unwind/libunbound/validator/val_nsec3.c
1605
verbose(VERB_ALGO, "nsec3 provenods: reached "
sbin/unwind/libunbound/validator/val_nsec3.c
1619
verbose(VERB_ALGO, "nsec3 provenods: did not match qname, "
sbin/unwind/libunbound/validator/val_nsec3.c
1627
verbose(VERB_ALGO, "nsec3 nods proof: no next closer nsec3");
sbin/unwind/libunbound/validator/val_nsec3.c
1638
verbose(VERB_ALGO, "nsec3 provenods: covering NSEC3 was not "
sbin/unwind/libunbound/validator/val_nsec3.c
476
verbose(VERB_ALGO, "NSEC3 salt malformed");
sbin/unwind/libunbound/validator/val_nsec3.c
486
verbose(VERB_ALGO, "NSEC3 algorithm mismatch");
sbin/unwind/libunbound/validator/val_nsec3.c
492
verbose(VERB_ALGO, "NSEC3 iterations mismatch");
sbin/unwind/libunbound/validator/val_nsec3.c
498
verbose(VERB_ALGO, "NSEC3 salt malformed");
sbin/unwind/libunbound/validator/val_nsec3.c
505
verbose(VERB_ALGO, "NSEC3 salt mismatch");
sbin/unwind/libunbound/validator/val_nsec3.c
552
verbose(VERB_ALGO, "nsec3: keysize %d bits, max iterations %d",
sbin/unwind/libunbound/validator/val_secalgo.c
114
verbose(level, "%s crypto %s", str, buf);
sbin/unwind/libunbound/validator/val_secalgo.c
1314
verbose(VERB_QUERY, "verify: no digest algo");
sbin/unwind/libunbound/validator/val_secalgo.c
1357
verbose(VERB_QUERY, "verify: unknown algorithm %d",
sbin/unwind/libunbound/validator/val_secalgo.c
1397
verbose(VERB_QUERY, "verify: failed to setup key");
sbin/unwind/libunbound/validator/val_secalgo.c
1412
verbose(VERB_QUERY, "verify: failed DER decode");
sbin/unwind/libunbound/validator/val_secalgo.c
1432
verbose(VERB_QUERY, "verify: hash too large for buffer");
sbin/unwind/libunbound/validator/val_secalgo.c
1438
verbose(VERB_QUERY, "verify: HASH_HashBuf failed");
sbin/unwind/libunbound/validator/val_secalgo.c
1445
verbose(VERB_QUERY, "verify: hashprefix too large");
sbin/unwind/libunbound/validator/val_secalgo.c
1465
verbose(VERB_QUERY, "verify: PK11_Verify failed: %s",
sbin/unwind/libunbound/validator/val_secalgo.c
1477
verbose(VERB_QUERY, "verify: signature mismatch: %s",
sbin/unwind/libunbound/validator/val_secalgo.c
1705
verbose(VERB_QUERY, "unknown DS digest algorithm %d",
sbin/unwind/libunbound/validator/val_secalgo.c
322
verbose(VERB_QUERY, "unknown DS digest algorithm %d",
sbin/unwind/libunbound/validator/val_secalgo.c
557
verbose(VERB_QUERY, "verify: sldns_key_dsa2pkey failed");
sbin/unwind/libunbound/validator/val_secalgo.c
582
verbose(VERB_QUERY, "verify: sldns_key_rsa2pkey SHA failed");
sbin/unwind/libunbound/validator/val_secalgo.c
600
{ verbose(VERB_QUERY, "no digest available"); return 0; }
sbin/unwind/libunbound/validator/val_secalgo.c
608
verbose(VERB_QUERY, "verify: sldns_key_rsa2pkey MD5 failed");
sbin/unwind/libunbound/validator/val_secalgo.c
618
verbose(VERB_QUERY, "verify: "
sbin/unwind/libunbound/validator/val_secalgo.c
624
verbose(VERB_QUERY, "verify: "
sbin/unwind/libunbound/validator/val_secalgo.c
635
verbose(VERB_QUERY, "verify: "
sbin/unwind/libunbound/validator/val_secalgo.c
649
verbose(VERB_QUERY, "verify: "
sbin/unwind/libunbound/validator/val_secalgo.c
664
verbose(VERB_QUERY, "verify: "
sbin/unwind/libunbound/validator/val_secalgo.c
675
verbose(VERB_QUERY, "verify: "
sbin/unwind/libunbound/validator/val_secalgo.c
683
verbose(VERB_QUERY, "verify: unknown algorithm %d",
sbin/unwind/libunbound/validator/val_secalgo.c
754
verbose(VERB_QUERY, "verify: failed to setup key");
sbin/unwind/libunbound/validator/val_secalgo.c
764
verbose(VERB_QUERY, "verify: failed to setup DSA sig");
sbin/unwind/libunbound/validator/val_secalgo.c
779
verbose(VERB_QUERY, "verify: failed to setup ECDSA sig");
sbin/unwind/libunbound/validator/val_secalgo.c
838
verbose(VERB_QUERY, "verify: signature mismatch");
sbin/unwind/libunbound/validator/val_secalgo.c
996
verbose(VERB_QUERY, "unknown DS digest algorithm %d",
sbin/unwind/libunbound/validator/val_sigcrypt.c
1433
verbose(VERB_ALGO, "date override: ignore date");
sbin/unwind/libunbound/validator/val_sigcrypt.c
1437
verbose(VERB_ALGO, "date override option %d", (int)now);
sbin/unwind/libunbound/validator/val_sigcrypt.c
1522
verbose(VERB_QUERY, "rrset TTL larger than original and minimum"
sbin/unwind/libunbound/validator/val_sigcrypt.c
1527
verbose(VERB_QUERY, "rrset TTL larger than original TTL, "
sbin/unwind/libunbound/validator/val_sigcrypt.c
1533
verbose(VERB_ALGO, "rrset TTL larger than sig expiration ttl,"
sbin/unwind/libunbound/validator/val_sigcrypt.c
1562
verbose(VERB_QUERY, "verify: signature too short");
sbin/unwind/libunbound/validator/val_sigcrypt.c
1570
verbose(VERB_QUERY, "verify: dnskey without ZSK flag");
sbin/unwind/libunbound/validator/val_sigcrypt.c
1581
verbose(VERB_QUERY, "verify: dnskey has REVOKE bit set, "
sbin/unwind/libunbound/validator/val_sigcrypt.c
1591
verbose(VERB_QUERY, "verify: dnskey has wrong key protocol");
sbin/unwind/libunbound/validator/val_sigcrypt.c
1602
verbose(VERB_QUERY, "verify: malformed signer name");
sbin/unwind/libunbound/validator/val_sigcrypt.c
1609
verbose(VERB_QUERY, "verify: signer name is off-tree");
sbin/unwind/libunbound/validator/val_sigcrypt.c
1617
verbose(VERB_QUERY, "verify: too short, no signature data");
sbin/unwind/libunbound/validator/val_sigcrypt.c
1627
verbose(VERB_QUERY, "verify: wrong key for rrsig");
sbin/unwind/libunbound/validator/val_sigcrypt.c
1641
verbose(VERB_QUERY, "verify: wrong type covered");
sbin/unwind/libunbound/validator/val_sigcrypt.c
1649
verbose(VERB_QUERY, "verify: wrong algorithm");
sbin/unwind/libunbound/validator/val_sigcrypt.c
1657
verbose(VERB_QUERY, "verify: wrong keytag");
sbin/unwind/libunbound/validator/val_sigcrypt.c
1666
verbose(VERB_QUERY, "verify: labelcount out of range");
sbin/unwind/libunbound/validator/val_sigcrypt.c
1673
verbose(VERB_QUERY, "verify: RRSIG label count too low for signer");
sbin/unwind/libunbound/validator/val_sigcrypt.c
1696
verbose(VERB_QUERY, "verify: short DNSKEY RR");
sbin/unwind/libunbound/validator/val_sigcrypt.c
329
verbose(VERB_QUERY, "DS fail: not supported, or DS RR "
sbin/unwind/libunbound/validator/val_sigcrypt.c
341
verbose(VERB_QUERY, "DS fail: DS RR algo and digest do not "
sbin/unwind/libunbound/validator/val_sigcrypt.c
348
verbose(VERB_QUERY, "DS fail: out of memory");
sbin/unwind/libunbound/validator/val_sigcrypt.c
353
verbose(VERB_QUERY, "DS fail: could not calc key digest");
sbin/unwind/libunbound/validator/val_sigcrypt.c
357
verbose(VERB_QUERY, "DS fail: digest is different");
sbin/unwind/libunbound/validator/val_sigcrypt.c
572
verbose(VERB_ALGO, "verify sig %d %d", (int)tag, algo);
sbin/unwind/libunbound/validator/val_sigcrypt.c
576
verbose(VERB_QUERY, "verify sig: unknown algorithm");
sbin/unwind/libunbound/validator/val_sigcrypt.c
601
verbose(VERB_ALGO, "verify sig: too many RRSIG validations");
sbin/unwind/libunbound/validator/val_sigcrypt.c
609
verbose(VERB_QUERY, "verify: could not find appropriate key");
sbin/unwind/libunbound/validator/val_sigcrypt.c
616
verbose(VERB_ALGO, "verify sig: unsupported algorithm by "
sbin/unwind/libunbound/validator/val_sigcrypt.c
640
verbose(VERB_QUERY, "rrset failed to verify due to a lack of "
sbin/unwind/libunbound/validator/val_sigcrypt.c
651
verbose(VERB_QUERY, "zone has no known algorithms");
sbin/unwind/libunbound/validator/val_sigcrypt.c
674
verbose(VERB_QUERY, "rrset failed to verify, too many RRSIG validations");
sbin/unwind/libunbound/validator/val_sigcrypt.c
682
verbose(VERB_ALGO, "rrset failed to verify: "
sbin/unwind/libunbound/validator/val_sigcrypt.c
688
verbose(VERB_ALGO, "rrset failed to verify: "
sbin/unwind/libunbound/validator/val_sigcrypt.c
722
verbose(VERB_QUERY, "rrset failed to verify due to a lack of "
sbin/unwind/libunbound/validator/val_sigcrypt.c
746
verbose(VERB_QUERY, "rrset failed to verify, too many RRSIG validations");
sbin/unwind/libunbound/validator/val_sigcrypt.c
758
verbose(VERB_ALGO, "rrset failed to verify due to algorithm "
sbin/unwind/libunbound/validator/val_sigcrypt.c
765
verbose(VERB_ALGO, "rrset failed to verify: all signatures are bogus");
sbin/unwind/libunbound/validator/val_utils.c
1126
verbose(VERB_ALGO, "truncate to minimal");
sbin/unwind/libunbound/validator/val_utils.c
1260
else verbose(v, "%s cache", s);
sbin/unwind/libunbound/validator/val_utils.c
1272
verbose(VERB_ALGO, "blacklist add: cache");
sbin/unwind/libunbound/validator/val_utils.c
377
verbose(VERB_QUERY, "find_signer: could not find signer name"
sbin/unwind/libunbound/validator/val_utils.c
435
verbose(VERB_ALGO, "verify result: %s", sec_status_to_string(sec));
sbin/unwind/libunbound/validator/val_utils.c
517
verbose(VERB_ALGO, "attempt DS match algo %d keytag %d",
sbin/unwind/libunbound/validator/val_utils.c
525
verbose(VERB_ALGO, "DS match attempt failed");
sbin/unwind/libunbound/validator/val_utils.c
527
verbose(VERB_ALGO, "DS match attempt reached "
sbin/unwind/libunbound/validator/val_utils.c
536
verbose(VERB_ALGO, "DS okay but that DNSKEY size is not supported");
sbin/unwind/libunbound/validator/val_utils.c
540
verbose(VERB_ALGO, "DS match digest ok, trying signature");
sbin/unwind/libunbound/validator/val_utils.c
602
verbose(VERB_QUERY, "DNSKEY RRset did not match DS RRset "
sbin/unwind/libunbound/validator/val_utils.c
646
verbose(VERB_ALGO, "DS matched DNSKEY.");
sbin/unwind/libunbound/validator/val_utils.c
648
verbose(VERB_ALGO, "DS works, but dnskeyset contain keys that are unsupported, treat as insecure");
sbin/unwind/libunbound/validator/val_utils.c
666
verbose(VERB_ALGO, "No supported DS records were found -- "
sbin/unwind/libunbound/validator/val_utils.c
672
verbose(VERB_ALGO, "No usable DS records were found -- "
sbin/unwind/libunbound/validator/val_utils.c
677
verbose(VERB_QUERY, "Failed to match any usable DS to a DNSKEY.");
sbin/unwind/libunbound/validator/val_utils.c
734
verbose(VERB_QUERY, "DNSKEY RRset did not match DS RRset "
sbin/unwind/libunbound/validator/val_utils.c
744
verbose(VERB_QUERY, "DNSKEY RRset did not match anchor RRset "
sbin/unwind/libunbound/validator/val_utils.c
789
verbose(VERB_ALGO, "DS matched DNSKEY.");
sbin/unwind/libunbound/validator/val_utils.c
791
verbose(VERB_ALGO, "trustanchor works, but dnskeyset contain keys that are unsupported, treat as insecure");
sbin/unwind/libunbound/validator/val_utils.c
821
verbose(VERB_ALGO, "anchor matched DNSKEY.");
sbin/unwind/libunbound/validator/val_utils.c
823
verbose(VERB_ALGO, "trustanchor works, but dnskeyset contain keys that are unsupported, treat as insecure");
sbin/unwind/libunbound/validator/val_utils.c
840
verbose(VERB_ALGO, "No supported trust anchors were found -- "
sbin/unwind/libunbound/validator/val_utils.c
846
verbose(VERB_ALGO, "No usable trust anchors were found -- "
sbin/unwind/libunbound/validator/val_utils.c
851
verbose(VERB_QUERY, "Failed to match any usable anchor to a DNSKEY.");
sbin/unwind/libunbound/validator/val_utils.c
902
verbose(VERB_ALGO, "DS is not usable");
sbin/unwind/libunbound/validator/val_utils.c
918
verbose(VERB_ALGO, "DS unsupported, hash %s %s, "
sbin/unwind/libunbound/validator/validator.c
1130
verbose(VERB_ALGO, "Positive wildcard response is "
sbin/unwind/libunbound/validator/validator.c
1145
verbose(VERB_QUERY, "positive response was wildcard "
sbin/unwind/libunbound/validator/validator.c
1160
verbose(VERB_ALGO, "Successfully validated positive response");
sbin/unwind/libunbound/validator/validator.c
1222
verbose(VERB_ALGO, "delegation is insecure");
sbin/unwind/libunbound/validator/validator.c
1251
verbose(VERB_ALGO, "NODATA response is insecure");
sbin/unwind/libunbound/validator/validator.c
1264
verbose(VERB_QUERY, "NODATA response failed to prove NODATA "
sbin/unwind/libunbound/validator/validator.c
1273
verbose(VERB_ALGO, "successfully validated NODATA response.");
sbin/unwind/libunbound/validator/validator.c
1335
verbose(VERB_ALGO, "delegation is insecure");
sbin/unwind/libunbound/validator/validator.c
1355
verbose(VERB_QUERY, "NameError response failed nsec, "
sbin/unwind/libunbound/validator/validator.c
1369
verbose(VERB_QUERY, "NameError response has failed to prove: "
sbin/unwind/libunbound/validator/validator.c
138
verbose(VERB_ALGO, "validator nsec3cfg keysz %d mxiter %d",
sbin/unwind/libunbound/validator/validator.c
1385
verbose(VERB_QUERY, "NameError response has failed to prove: "
sbin/unwind/libunbound/validator/validator.c
1398
verbose(VERB_ALGO, "successfully validated NAME ERROR response.");
sbin/unwind/libunbound/validator/validator.c
1425
verbose(VERB_ALGO, "validated part of referral response as %s",
sbin/unwind/libunbound/validator/validator.c
1538
verbose(VERB_ALGO, "Positive ANY wildcard response is "
sbin/unwind/libunbound/validator/validator.c
1553
verbose(VERB_QUERY, "positive ANY response was wildcard "
sbin/unwind/libunbound/validator/validator.c
1571
verbose(VERB_ALGO, "Successfully validated positive ANY response");
sbin/unwind/libunbound/validator/validator.c
1687
verbose(VERB_ALGO, "wildcard CNAME response is "
sbin/unwind/libunbound/validator/validator.c
1702
verbose(VERB_QUERY, "CNAME response was wildcard "
sbin/unwind/libunbound/validator/validator.c
1713
verbose(VERB_ALGO, "Successfully validated CNAME response");
sbin/unwind/libunbound/validator/validator.c
1787
verbose(VERB_ALGO, "delegation is insecure");
sbin/unwind/libunbound/validator/validator.c
1814
verbose(VERB_QUERY, "CNAMEchain to noanswer proves that name "
sbin/unwind/libunbound/validator/validator.c
1828
verbose(VERB_ALGO, "CNAMEchain to noanswer response "
sbin/unwind/libunbound/validator/validator.c
1843
verbose(VERB_QUERY, "CNAMEchain to noanswer response failed "
sbin/unwind/libunbound/validator/validator.c
1853
verbose(VERB_ALGO, "successfully validated CNAME chain to a "
sbin/unwind/libunbound/validator/validator.c
1855
else verbose(VERB_ALGO, "successfully validated CNAME chain to a "
sbin/unwind/libunbound/validator/validator.c
1889
verbose(VERB_ALGO, "restart count exceeded");
sbin/unwind/libunbound/validator/validator.c
1896
verbose(VERB_ALGO, "validator classification %s",
sbin/unwind/libunbound/validator/validator.c
1958
verbose(VERB_QUERY, "unsigned parent zone denies"
sbin/unwind/libunbound/validator/validator.c
1965
verbose(VERB_ALGO, "trust anchor NXDOMAIN by signed parent");
sbin/unwind/libunbound/validator/validator.c
2013
verbose(VERB_DETAIL, "prime trust anchor");
sbin/unwind/libunbound/validator/validator.c
2092
verbose(VERB_ALGO, "error generating DNSKEY request");
sbin/unwind/libunbound/validator/validator.c
2120
verbose(VERB_ALGO, "Cannot retrieve DS for signature");
sbin/unwind/libunbound/validator/validator.c
2137
verbose(VERB_ALGO, "bad signer name");
sbin/unwind/libunbound/validator/validator.c
2146
verbose(VERB_ALGO, "striplab %d", strip_lab);
sbin/unwind/libunbound/validator/validator.c
2158
else verbose(VERB_ALGO, "No DS RRset");
sbin/unwind/libunbound/validator/validator.c
2165
verbose(VERB_ALGO, "error generating DNSKEY request");
sbin/unwind/libunbound/validator/validator.c
2186
verbose(VERB_ALGO, "Process suspended sub DS response");
sbin/unwind/libunbound/validator/validator.c
2203
verbose(VERB_ALGO, "Process cached DS response");
sbin/unwind/libunbound/validator/validator.c
2218
verbose(VERB_ALGO, "error generating DS request");
sbin/unwind/libunbound/validator/validator.c
2228
verbose(VERB_ALGO, "error generating DNSKEY request");
sbin/unwind/libunbound/validator/validator.c
2258
verbose(VERB_ALGO, "validate: no key entry, failed");
sbin/unwind/libunbound/validator/validator.c
2267
verbose(VERB_DETAIL, "Verified that %sresponse is INSECURE",
sbin/unwind/libunbound/validator/validator.c
2297
verbose(VERB_DETAIL, "Could not establish validation of "
sbin/unwind/libunbound/validator/validator.c
2338
verbose(VERB_DETAIL, "Validate: message contains "
sbin/unwind/libunbound/validator/validator.c
2346
verbose(VERB_ALGO, "Validating a positive response");
sbin/unwind/libunbound/validator/validator.c
2356
verbose(VERB_DETAIL, "validate(positive): %s",
sbin/unwind/libunbound/validator/validator.c
2362
verbose(VERB_ALGO, "Validating a nodata response");
sbin/unwind/libunbound/validator/validator.c
2372
verbose(VERB_DETAIL, "validate(nodata): %s",
sbin/unwind/libunbound/validator/validator.c
2379
verbose(VERB_ALGO, "Validating a nxdomain response");
sbin/unwind/libunbound/validator/validator.c
2389
verbose(VERB_DETAIL, "validate(nxdomain): %s",
sbin/unwind/libunbound/validator/validator.c
2397
verbose(VERB_ALGO, "Validating a cname response");
sbin/unwind/libunbound/validator/validator.c
2407
verbose(VERB_DETAIL, "validate(cname): %s",
sbin/unwind/libunbound/validator/validator.c
2413
verbose(VERB_ALGO, "Validating a cname noanswer "
sbin/unwind/libunbound/validator/validator.c
2424
verbose(VERB_DETAIL, "validate(cname_noanswer): %s",
sbin/unwind/libunbound/validator/validator.c
2430
verbose(VERB_ALGO, "Validating a referral response");
sbin/unwind/libunbound/validator/validator.c
2432
verbose(VERB_DETAIL, "validate(referral): %s",
sbin/unwind/libunbound/validator/validator.c
2438
verbose(VERB_ALGO, "Validating a positive ANY "
sbin/unwind/libunbound/validator/validator.c
2449
verbose(VERB_DETAIL, "validate(positive_any): %s",
sbin/unwind/libunbound/validator/validator.c
2510
verbose(VERB_ALGO, "validator: go to next rrset");
sbin/unwind/libunbound/validator/validator.c
2522
verbose(VERB_ALGO, "validator: failed to chase CNAME");
sbin/unwind/libunbound/validator/validator.c
2559
verbose(VERB_ALGO, "validation failed, "
sbin/unwind/libunbound/validator/validator.c
2566
verbose(VERB_ALGO, "pass back to next module");
sbin/unwind/libunbound/validator/validator.c
2582
verbose(VERB_ALGO, "validation failed but "
sbin/unwind/libunbound/validator/validator.c
2591
verbose(VERB_ALGO, "reset serve-expired-ttl for "
sbin/unwind/libunbound/validator/validator.c
2727
verbose(VERB_ALGO, "val handle processing q with state %s",
sbin/unwind/libunbound/validator/validator.c
2757
verbose(VERB_QUERY, "validator[module %d] operate: extstate:%s "
sbin/unwind/libunbound/validator/validator.c
2770
verbose(VERB_ALGO, "validator: pass to next module");
sbin/unwind/libunbound/validator/validator.c
2776
verbose(VERB_ALGO, "validator: nextmodule returned");
sbin/unwind/libunbound/validator/validator.c
2794
verbose(VERB_ALGO, "rpz applied, mark it as insecure");
sbin/unwind/libunbound/validator/validator.c
2804
verbose(VERB_ALGO, "cannot validate classANY: bogus");
sbin/unwind/libunbound/validator/validator.c
288
verbose(VERB_ALGO, "constructing reply for validation");
sbin/unwind/libunbound/validator/validator.c
2910
verbose(VERB_DETAIL, "validate keys with anchor(DS): %s",
sbin/unwind/libunbound/validator/validator.c
2980
verbose(VERB_DETAIL, "DS response was error, thus bogus");
sbin/unwind/libunbound/validator/validator.c
3017
verbose(VERB_DETAIL, "DS rrset in DS response did "
sbin/unwind/libunbound/validator/validator.c
3051
verbose(VERB_ALGO, "no NSECs: %s", reason);
sbin/unwind/libunbound/validator/validator.c
3069
verbose(VERB_DETAIL, "NSEC RRset for the "
sbin/unwind/libunbound/validator/validator.c
3078
verbose(VERB_DETAIL, "NSEC RRset for the "
sbin/unwind/libunbound/validator/validator.c
3083
verbose(VERB_DETAIL, "NSEC RRset for the "
sbin/unwind/libunbound/validator/validator.c
3111
verbose(VERB_DETAIL, "NSEC3s for the "
sbin/unwind/libunbound/validator/validator.c
3120
verbose(VERB_DETAIL, "NSEC3s for the "
sbin/unwind/libunbound/validator/validator.c
3125
verbose(VERB_DETAIL, "NSEC3s for the "
sbin/unwind/libunbound/validator/validator.c
3138
verbose(VERB_DETAIL, "DS %s ran out of options, so return "
sbin/unwind/libunbound/validator/validator.c
3179
verbose(VERB_ALGO, "CNAME has inconsistent wildcard signatures");
sbin/unwind/libunbound/validator/validator.c
3224
verbose(VERB_ALGO, "wildcard CNAME in chain of trust means no DS can be found and it is also not a delegation point that can be insecure");
sbin/unwind/libunbound/validator/validator.c
3230
verbose(VERB_ALGO, "CNAME validated, "
sbin/unwind/libunbound/validator/validator.c
3240
verbose(VERB_QUERY, "Encountered an unhandled type of "
sbin/unwind/libunbound/validator/validator.c
3294
verbose(VERB_ALGO, "rpz was applied to the DS lookup, "
sbin/unwind/libunbound/validator/validator.c
3395
verbose(VERB_ALGO, "rpz was applied to the DNSKEY lookup, "
sbin/unwind/libunbound/validator/validator.c
3410
verbose(VERB_DETAIL, "Missing DNSKEY RRset in response to "
sbin/unwind/libunbound/validator/validator.c
3469
verbose(VERB_DETAIL, "Did not match a DS to a DNSKEY, "
sbin/unwind/libunbound/validator/validator.c
3584
verbose(VERB_ALGO, "super: has no validator state");
sbin/unwind/libunbound/validator/validator.c
408
verbose(VERB_ALGO, "not validating response, is valrec"
sbin/unwind/libunbound/validator/validator.c
422
verbose(VERB_ALGO, "cannot validate non-answer, rcode %s", rc);
sbin/unwind/libunbound/validator/validator.c
431
verbose(VERB_ALGO, "cannot validate RRSIG, no sigs on sigs.");
sbin/unwind/libunbound/validator/validator.c
448
verbose(VERB_ALGO, "response has already been validated: %s",
sbin/unwind/libunbound/validator/validator.c
491
verbose(VERB_ALGO, "Could not generate request: cycle detected");
sbin/unwind/libunbound/validator/validator.c
582
verbose(VERB_ALGO, "failed to generate key tag signaling request");
sbin/unwind/libunbound/validator/validator.c
639
verbose(VERB_ALGO, "keytag signaling query failed");
sbin/unwind/libunbound/validator/validator.c
644
verbose(VERB_ALGO, "Could not prime trust anchor");
sbin/unwind/libunbound/validator/validator.c
733
verbose(VERB_ALGO, "DNAME CNAME derivation failed");
sbin/unwind/libunbound/validator/validator.c
741
verbose(VERB_ALGO, "CNAME target mismatch: not synthesized from DNAME");
sbin/unwind/libunbound/validator/validator.c
795
verbose(VERB_ALGO, "msg signature validation "
sbin/unwind/libunbound/validator/validator.c
831
verbose(VERB_ALGO, "msg signature validation "
sbin/unwind/libunbound/validator/validator.c
865
verbose(VERB_ALGO, "msg signature validation "
sbin/unwind/libunbound/validator/validator.c
878
verbose(VERB_ALGO, "validate_suspend timer, continue");
sbin/unwind/libunbound/validator/validator.c
891
verbose(VERB_ALGO, "validate_suspend timer: "
sbin/unwind/libunbound/validator/validator.c
898
verbose(VERB_ALGO, "validate_suspend timer, set for suspend");
sbin/unwind/libunbound/validator/validator.c
967
verbose(VERB_ALGO, "truncating to minimal response");
sbin/unwind/log.c
158
if (verbose) {
sbin/unwind/log.c
30
static int verbose;
sbin/unwind/log.c
39
verbose = n_debug;
sbin/unwind/log.c
64
verbose = v;
sbin/unwind/log.c
70
return (verbose);
sbin/unwind/resolver.c
375
resolver(int debug, int verbose)
sbin/unwind/resolver.c
385
log_setverbose(verbose);
sbin/unwind/resolver.c
494
int shut = 0, verbose, i, new_available_afs;
sbin/unwind/resolver.c
522
if (IMSG_DATA_SIZE(imsg) != sizeof(verbose))
sbin/unwind/resolver.c
526
memcpy(&verbose, imsg.data, sizeof(verbose));
sbin/unwind/resolver.c
528
!= (verbose & OPT_VERBOSE3))
sbin/unwind/resolver.c
530
log_setverbose(verbose);
sbin/unwind/unwind.c
346
start_child(enum uw_process p, char *argv0, int fd, int debug, int verbose)
sbin/unwind/unwind.c
381
if (verbose & OPT_VERBOSE)
sbin/unwind/unwind.c
383
if (verbose & OPT_VERBOSE2)
sbin/unwind/unwind.c
385
if (verbose & OPT_VERBOSE3)
sbin/unwind/unwind.c
400
int shut = 0, verbose;
sbin/unwind/unwind.c
436
if (IMSG_DATA_SIZE(imsg) != sizeof(verbose))
sbin/unwind/unwind.c
439
memcpy(&verbose, imsg.data, sizeof(verbose));
sbin/unwind/unwind.c
440
log_setverbose(verbose);
sbin/vnconfig/vnconfig.c
104
verbose = 1;
sbin/vnconfig/vnconfig.c
318
if (verbose)
sbin/vnconfig/vnconfig.c
351
else if (verbose)
sbin/vnconfig/vnconfig.c
61
int verbose = 0;
sys/arch/alpha/stand/installboot.c
118
verbose = 1;
sys/arch/alpha/stand/installboot.c
138
if (verbose) {
sys/arch/alpha/stand/installboot.c
181
if (verbose)
sys/arch/alpha/stand/installboot.c
296
if (verbose) {
sys/arch/alpha/stand/installboot.c
346
if (verbose)
sys/arch/alpha/stand/installboot.c
352
if (verbose)
sys/arch/alpha/stand/installboot.c
355
if (verbose)
sys/arch/alpha/stand/installboot.c
412
if (verbose)
sys/arch/alpha/stand/installboot.c
419
if (verbose)
sys/arch/alpha/stand/installboot.c
427
if (verbose)
sys/arch/alpha/stand/installboot.c
431
if (verbose)
sys/arch/alpha/stand/installboot.c
441
if (verbose)
sys/arch/alpha/stand/installboot.c
451
if (verbose)
sys/arch/alpha/stand/installboot.c
462
if (verbose)
sys/arch/alpha/stand/installboot.c
466
if (verbose)
sys/arch/alpha/stand/installboot.c
485
if (verbose)
sys/arch/alpha/stand/installboot.c
489
if (verbose)
sys/arch/alpha/stand/installboot.c
500
if (verbose)
sys/arch/alpha/stand/installboot.c
508
if (verbose)
sys/arch/alpha/stand/installboot.c
515
if (verbose)
sys/arch/alpha/stand/installboot.c
522
if (verbose)
sys/arch/alpha/stand/installboot.c
528
if (verbose)
sys/arch/alpha/stand/installboot.c
61
int verbose, nowrite, hflag;
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
102
verbose = 1;
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
158
if (verbose) {
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
169
if (verbose)
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
178
if (verbose)
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
188
if (verbose)
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
192
if (verbose)
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
206
if (verbose)
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
210
if (verbose)
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
224
if (verbose)
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
232
if (verbose)
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
237
if (verbose)
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
243
if (verbose)
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
49
int verbose, force, unset;
sys/arch/hppa/stand/mkboot/mkboot.c
260
if (verbose)
sys/arch/hppa/stand/mkboot/mkboot.c
291
if (verbose)
sys/arch/hppa/stand/mkboot/mkboot.c
62
int loadpoint, verbose;
sys/arch/hppa/stand/mkboot/mkboot.c
93
verbose++;
sys/dev/ic/xl.c
861
xl_choose_xcvr(struct xl_softc *sc, int verbose)
sys/dev/ic/xl.c
877
if (verbose)
sys/dev/ic/xl.c
885
if (verbose)
sys/dev/ic/xl.c
892
if (verbose)
sys/dev/ic/xl.c
898
if (verbose)
sys/dev/ic/xl.c
914
if (verbose)
sys/dev/ic/xl.c
921
if (verbose)
sys/dev/ic/xl.c
932
if (verbose)
sys/dev/ic/xl.c
939
if (verbose)
sys/dev/pci/bktr/bktr_card.c
1009
if (verbose)
sys/dev/pci/bktr/bktr_card.c
1338
if ( verbose ) {
sys/dev/pci/bktr/bktr_card.c
570
probeCard( bktr_ptr_t bktr, int verbose, int unit )
sys/dev/pci/bktr/bktr_card.h
89
void probeCard( bktr_ptr_t bktr, int verbose, int unit);
sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
582
bool verbose = !(flags & PSP_WAITREG_NOVERBOSE);
sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
602
if (verbose)
sys/dev/pci/drm/drm_modes.c
1807
struct list_head *mode_list, bool verbose)
sys/dev/pci/drm/drm_modes.c
1818
if (verbose) {
sys/dev/pci/drm/include/drm/drm_modes.h
562
struct list_head *mode_list, bool verbose);
sys/dev/pci/eso.c
301
eso_setup(struct eso_softc *sc, int verbose, int resuming)
sys/dev/pci/eso.c
309
if (verbose) printf(", can't reset\n");
sys/kern/vfs_subr.c
1829
vfs_syncwait(struct proc *p, int verbose)
sys/kern/vfs_subr.c
1863
if (verbose)
sys/kern/vfs_subr.c
1871
if (verbose)
sys/lib/libz/zutil.c
126
# ifndef verbose
sys/lib/libz/zutil.c
129
int ZLIB_INTERNAL z_verbose = verbose;
usr.bin/cap_mkdb/cap_mkdb.c
280
if (verbose)
usr.bin/cap_mkdb/cap_mkdb.c
54
int verbose;
usr.bin/cap_mkdb/cap_mkdb.c
88
verbose = 1;
usr.bin/cdio/cdio.c
1133
if (verbose) {
usr.bin/cdio/cdio.c
1172
if (verbose)
usr.bin/cdio/cdio.c
1202
if (verbose)
usr.bin/cdio/cdio.c
1220
if (verbose)
usr.bin/cdio/cdio.c
1236
if (verbose) {
usr.bin/cdio/cdio.c
158
int verbose = 1;
usr.bin/cdio/cdio.c
1640
return (verbose ? "cdio> " : "");
usr.bin/cdio/cdio.c
253
verbose = 0;
usr.bin/cdio/cdio.c
256
verbose++;
usr.bin/cdio/cdio.c
276
if (verbose > 1)
usr.bin/cdio/cdio.c
303
if (verbose == 1)
usr.bin/cdio/cdio.c
304
verbose = isatty(0);
usr.bin/cdio/cdio.c
306
if (verbose) {
usr.bin/cdio/cdio.c
316
if (verbose)
usr.bin/cdio/mmc.c
213
if (verbose > 1)
usr.bin/cdio/mmc.c
224
if (verbose > 1) {
usr.bin/cdio/mmc.c
236
if (verbose > 2) {
usr.bin/cdio/mmc.c
252
if (feature == 0 && verbose > 1) {
usr.bin/cdio/mmc.c
253
if (verbose > 2)
usr.bin/cdio/mmc.c
258
if (verbose < 3 && !current)
usr.bin/cdio/mmc.c
37
extern int verbose;
usr.bin/compress/main.c
315
verbose = -1;
usr.bin/compress/main.c
330
verbose++;
usr.bin/compress/main.c
462
if (verbose > 0 && !pipin && !list)
usr.bin/compress/main.c
473
if (unlink(infile) == -1 && verbose >= 0)
usr.bin/compress/main.c
498
if (verbose >= 0)
usr.bin/compress/main.c
503
if (verbose >= 0)
usr.bin/compress/main.c
546
if (error == FAILURE && verbose >= 0)
usr.bin/compress/main.c
55
static int cat, decomp, kflag, pipin, force, verbose, testmode, list, recurse;
usr.bin/compress/main.c
579
if (verbose >= 0)
usr.bin/compress/main.c
593
if (verbose >= 0)
usr.bin/compress/main.c
604
if (verbose >= 0)
usr.bin/compress/main.c
611
if (verbose >= 0)
usr.bin/compress/main.c
617
if (!error && verbose >= 0)
usr.bin/compress/main.c
623
if (!error && verbose >= 0)
usr.bin/compress/main.c
630
if (verbose > 0)
usr.bin/compress/main.c
639
} else if (verbose > 0)
usr.bin/compress/main.c
688
if (verbose >= 0)
usr.bin/compress/main.c
697
if (verbose >= 0)
usr.bin/compress/main.c
727
if (verbose >= 0)
usr.bin/compress/main.c
735
if (verbose >= 0)
usr.bin/compress/main.c
744
if (verbose >= 0) {
usr.bin/compress/main.c
752
if (verbose >= 0)
usr.bin/compress/main.c
767
if (!error && verbose >= 0)
usr.bin/compress/main.c
777
} else if (verbose > 0) {
usr.bin/compress/main.c
912
if (verbose >= 0) {
usr.bin/compress/main.c
913
if (verbose > 0)
usr.bin/compress/main.c
921
if (verbose > 0) {
usr.bin/compress/main.c
939
} else if (verbose >= 0) {
usr.bin/compress/main.c
942
if (verbose > 0)
usr.bin/cvs/diff3.c
157
cvs_merge_file(struct cvs_file *cf, int verbose)
usr.bin/cvs/diff3.c
184
if (verbose == 1)
usr.bin/cvs/diff3.c
187
if (verbose == 1)
usr.bin/cvs/diff3.c
226
if (verbose == 1)
usr.bin/cvs/diff3.c
236
if (verbose == 1 && diff3_conflicts != 0) {
usr.bin/dig/lib/dns/include/dns/ttl.h
35
dns_ttl_totext(uint32_t src, int verbose,
usr.bin/dig/lib/dns/ttl.c
108
if (x == 1 && !verbose) {
usr.bin/dig/lib/dns/ttl.c
41
ttlfmt(unsigned int t, const char *s, int verbose,
usr.bin/dig/lib/dns/ttl.c
48
if (verbose)
usr.bin/dig/lib/dns/ttl.c
70
dns_ttl_totext(uint32_t src, int verbose, isc_buffer_t *target) {
usr.bin/dig/lib/dns/ttl.c
82
RETERR(ttlfmt(weeks, "week", verbose, (x > 0), target));
usr.bin/dig/lib/dns/ttl.c
86
RETERR(ttlfmt(days, "day", verbose, (x > 0), target));
usr.bin/dig/lib/dns/ttl.c
90
RETERR(ttlfmt(hours, "hour", verbose, (x > 0), target));
usr.bin/dig/lib/dns/ttl.c
94
RETERR(ttlfmt(mins, "minute", verbose, (x > 0), target));
usr.bin/dig/lib/dns/ttl.c
99
RETERR(ttlfmt(secs, "second", verbose, (x > 0), target));
usr.bin/ftp/cmds.c
1070
int oldverbose = verbose;
usr.bin/ftp/cmds.c
1075
verbose = 1;
usr.bin/ftp/cmds.c
1080
verbose = oldverbose;
usr.bin/ftp/cmds.c
1112
if (verbose)
usr.bin/ftp/cmds.c
1132
if (verbose)
usr.bin/ftp/cmds.c
1226
int oldverbose = verbose;
usr.bin/ftp/cmds.c
1228
verbose = 1;
usr.bin/ftp/cmds.c
1230
verbose = oldverbose;
usr.bin/ftp/cmds.c
1236
int oldverbose = verbose;
usr.bin/ftp/cmds.c
1238
verbose = 1;
usr.bin/ftp/cmds.c
1240
verbose = oldverbose;
usr.bin/ftp/cmds.c
1249
int oldverbose = verbose;
usr.bin/ftp/cmds.c
1251
verbose = 1;
usr.bin/ftp/cmds.c
1253
verbose = oldverbose;
usr.bin/ftp/cmds.c
1440
verbose ? "Passive mode" : NULL);
usr.bin/ftp/cmds.c
1465
if (verbose)
usr.bin/ftp/cmds.c
1651
overbose = verbose;
usr.bin/ftp/cmds.c
1652
restart_point = hash = verbose = 0;
usr.bin/ftp/cmds.c
1657
verbose = overbose;
usr.bin/ftp/cmds.c
493
onoff(verbose), onoff(bell), onoff(interactive),
usr.bin/ftp/cmds.c
633
code = togglevar(argc, argv, &verbose, "Verbose mode");
usr.bin/ftp/domacro.c
123
if (verbose) {
usr.bin/ftp/fetch.c
1002
if (verbose)
usr.bin/ftp/fetch.c
1102
if (verbose)
usr.bin/ftp/fetch.c
1107
if (verbose)
usr.bin/ftp/fetch.c
1508
if (verbose)
usr.bin/ftp/fetch.c
286
if (verbose)
usr.bin/ftp/fetch.c
562
if (verbose)
usr.bin/ftp/fetch.c
570
if (verbose)
usr.bin/ftp/fetch.c
697
if (verbose) {
usr.bin/ftp/fetch.c
718
if (verbose)
usr.bin/ftp/fetch.c
953
if (verbose) {
usr.bin/ftp/ftp.c
1321
ov = verbose;
usr.bin/ftp/ftp.c
1322
verbose = -1;
usr.bin/ftp/ftp.c
1328
verbose = ov;
usr.bin/ftp/ftp.c
188
if (verbose)
usr.bin/ftp/ftp.c
219
if (verbose && res->ai_next) {
usr.bin/ftp/ftp.c
275
if (verbose)
usr.bin/ftp/ftp.c
480
if (verbose) {
usr.bin/ftp/ftp.c
488
if (c != '\r' && (verbose > 0 ||
usr.bin/ftp/ftp.c
489
((verbose > -1 && n == '5' && dig > 4) &&
usr.bin/ftp/ftp.c
493
(dig == 1 || (dig == 5 && verbose == 0)))
usr.bin/ftp/ftp.c
526
if (verbose > 0 || ((verbose > -1 && n == '5') &&
usr.bin/ftp/ftp.c
594
if (verbose && printnames) {
usr.bin/ftp/ftp.c
894
if (is_retr && verbose && printnames) {
usr.bin/ftp/ftp_var.h
102
extern int verbose; /* print messages coming back from server */
usr.bin/ftp/main.c
339
verbose = 0;
usr.bin/ftp/main.c
393
verbose = 1; /* verbose if from a tty */
usr.bin/ftp/main.c
564
verbose = 1;
usr.bin/ftp/main.c
568
verbose = 0;
usr.bin/ftp/main.c
88
int verbose;
usr.bin/ftp/small.c
152
int comret, oldverbose = verbose;
usr.bin/ftp/small.c
163
verbose = 0;
usr.bin/ftp/small.c
177
verbose = oldverbose;
usr.bin/ftp/small.c
494
if (verbose)
usr.bin/ftp/util.c
141
if (verbose)
usr.bin/ftp/util.c
172
overbose = verbose;
usr.bin/ftp/util.c
176
verbose = -1;
usr.bin/ftp/util.c
208
verbose = overbose;
usr.bin/ftp/util.c
411
oldverbose = verbose;
usr.bin/ftp/util.c
412
verbose = (errbuf != NULL) ? -1 : 0;
usr.bin/ftp/util.c
426
verbose = oldverbose;
usr.bin/ftp/util.c
574
overbose = verbose;
usr.bin/ftp/util.c
579
verbose = -1;
usr.bin/ftp/util.c
598
verbose = overbose;
usr.bin/ftp/util.c
612
overbose = verbose;
usr.bin/ftp/util.c
618
verbose = -1;
usr.bin/ftp/util.c
669
verbose = overbose;
usr.bin/ftp/util.c
783
if (!verbose && flag == -1) {
usr.bin/ftp/util.c
793
if (!verbose && action != NULL) {
usr.bin/ftp/util.c
810
if (!verbose && title != NULL) {
usr.bin/ftp/util.c
929
if (!verbose && !siginfo)
usr.bin/indent/args.c
139
{"nv", PRO_BOOL, false, OFF, &verbose },
usr.bin/indent/args.c
148
{"v", PRO_BOOL, false, ON, &verbose },
usr.bin/indent/args.c
200
if (verbose)
usr.bin/indent/indent.c
109
int verbose; /* when true, non-essential error messages are
usr.bin/indent/indent.c
274
verbose = 0;
usr.bin/indent/indent.c
499
if (verbose && !flushed_nl) /* print error msg if the line
usr.bin/indent/indent.c
539
if (verbose) {
usr.bin/indent/indent.c
557
if (verbose && !flushed_nl)
usr.bin/indent/indent.c
928
if (verbose)
usr.bin/indent/indent.c
971
if (verbose)
usr.bin/indent/indent.c
982
if (verbose)
usr.bin/indent/indent_globs.h
154
extern int verbose; /* when true, non-essential error messages are
usr.bin/ldap/ldapclient.c
117
int verbose = 1;
usr.bin/ldap/ldapclient.c
123
log_init(verbose, 0);
usr.bin/ldap/ldapclient.c
178
verbose++;
usr.bin/ldap/ldapclient.c
210
log_setverbose(verbose);
usr.bin/ldap/log.c
171
if (verbose > 1) {
usr.bin/ldap/log.c
28
static int verbose;
usr.bin/ldap/log.c
58
verbose = n_debug;
usr.bin/ldap/log.c
77
verbose = v;
usr.bin/ldap/log.c
83
return (verbose);
usr.bin/newsyslog/newsyslog.c
1131
if (!verbose)
usr.bin/newsyslog/newsyslog.c
114
#define DPRINTF(x) do { if (verbose) printf x ; } while (0)
usr.bin/newsyslog/newsyslog.c
141
int verbose = 0; /* Print out what's going on */
usr.bin/newsyslog/newsyslog.c
336
if (noaction && !verbose)
usr.bin/newsyslog/newsyslog.c
439
verbose = 1;
usr.bin/openssl/ca.c
1035
if (cfg.verbose)
usr.bin/openssl/ca.c
1044
if (cfg.verbose)
usr.bin/openssl/ca.c
1109
if (cfg.verbose) {
usr.bin/openssl/ca.c
1139
cfg.extensions, conf, cfg.verbose,
usr.bin/openssl/ca.c
1163
cfg.extensions, conf, cfg.verbose,
usr.bin/openssl/ca.c
1188
cfg.extensions, conf, cfg.verbose,
usr.bin/openssl/ca.c
1242
if (cfg.verbose)
usr.bin/openssl/ca.c
1283
if (cfg.verbose)
usr.bin/openssl/ca.c
129
int verbose, unsigned long certopt, unsigned long nameopt,
usr.bin/openssl/ca.c
1356
if (cfg.verbose)
usr.bin/openssl/ca.c
136
int verbose, unsigned long certopt, unsigned long nameopt, int default_op,
usr.bin/openssl/ca.c
1412
if (cfg.verbose)
usr.bin/openssl/ca.c
144
char *enddate, long days, int batch, int verbose, X509_REQ *req,
usr.bin/openssl/ca.c
1536
int verbose, unsigned long certopt, unsigned long nameopt, int default_op,
usr.bin/openssl/ca.c
1555
if (verbose) {
usr.bin/openssl/ca.c
1588
verbose, req, ext_sect, lconf, certopt, nameopt, default_op,
usr.bin/openssl/ca.c
1604
int verbose, unsigned long certopt, unsigned long nameopt, int default_op,
usr.bin/openssl/ca.c
1615
if (verbose) {
usr.bin/openssl/ca.c
1645
verbose, rreq, ext_sect, lconf, certopt, nameopt, default_op,
usr.bin/openssl/ca.c
1708
int verbose, X509_REQ *req, char *ext_sect, CONF *lconf,
usr.bin/openssl/ca.c
1912
if (verbose)
usr.bin/openssl/ca.c
1973
if (verbose)
usr.bin/openssl/ca.c
1992
if (verbose)
usr.bin/openssl/ca.c
200
int verbose;
usr.bin/openssl/ca.c
2006
if (verbose)
usr.bin/openssl/ca.c
2026
if (verbose)
usr.bin/openssl/ca.c
576
.opt.flag = &cfg.verbose,
usr.bin/openssl/ca.c
925
if (cfg.verbose) {
usr.bin/openssl/ca.c
938
if (cfg.verbose)
usr.bin/openssl/ca.c
946
if (cfg.verbose)
usr.bin/openssl/ca.c
956
if (cfg.verbose)
usr.bin/openssl/ca.c
977
if (cfg.verbose)
usr.bin/openssl/certhash.c
38
int verbose;
usr.bin/openssl/certhash.c
52
.opt.flag = &cfg.verbose,
usr.bin/openssl/certhash.c
568
if (cfg.verbose)
usr.bin/openssl/certhash.c
593
if (cfg.verbose)
usr.bin/openssl/certhash.c
610
if (cfg.verbose)
usr.bin/openssl/ciphers.c
152
if (cfg.verbose == 0) {
usr.bin/openssl/ciphers.c
157
if (cfg.verbose > 1) {
usr.bin/openssl/ciphers.c
170
if (cfg.verbose == 0)
usr.bin/openssl/ciphers.c
29
int verbose;
usr.bin/openssl/ciphers.c
68
.opt.value = &cfg.verbose,
usr.bin/openssl/ciphers.c
75
.opt.value = &cfg.verbose,
usr.bin/openssl/enc.c
283
.opt.flag = &cfg.verbose,
usr.bin/openssl/enc.c
449
if (cfg.verbose)
usr.bin/openssl/enc.c
733
if (cfg.verbose) {
usr.bin/openssl/enc.c
97
int verbose;
usr.bin/openssl/req.c
168
int verbose;
usr.bin/openssl/req.c
507
.opt.flag = &cfg.verbose,
usr.bin/openssl/req.c
596
if (cfg.verbose)
usr.bin/openssl/req.c
611
} else if (cfg.verbose)
usr.bin/openssl/req.c
618
if (cfg.verbose)
usr.bin/openssl/req.c
971
if (cfg.verbose) {
usr.bin/openssl/req.c
981
if (cfg.verbose) {
usr.bin/openssl/s_server.c
224
int verbose;
usr.bin/openssl/s_server.c
2283
if (srctx->verbose)
usr.bin/openssl/s_server.c
2294
if (srctx->verbose)
usr.bin/openssl/s_server.c
2355
if (srctx->verbose) {
usr.bin/openssl/s_server.c
416
cfg.tlscstatp.verbose = 1;
usr.bin/openssl/verify.c
142
.opt.flag = &cfg.verbose,
usr.bin/openssl/verify.c
454
if (!cfg.verbose)
usr.bin/openssl/verify.c
82
int verbose;
usr.bin/patch/common.h
88
extern bool verbose;
usr.bin/patch/inp.c
100
if (verbose) {
usr.bin/patch/inp.c
151
if (verbose)
usr.bin/patch/inp.c
252
if (verbose)
usr.bin/patch/inp.c
267
} else if (verbose)
usr.bin/patch/inp.c
316
if (verbose)
usr.bin/patch/inp.c
331
} else if (verbose)
usr.bin/patch/patch.c
350
if (verbose)
usr.bin/patch/patch.c
382
if (verbose)
usr.bin/patch/patch.c
388
if (verbose)
usr.bin/patch/patch.c
393
if (verbose) {
usr.bin/patch/patch.c
443
if (verbose)
usr.bin/patch/patch.c
566
if (verbose)
usr.bin/patch/patch.c
646
verbose = false;
usr.bin/patch/patch.c
718
if (verbose && fuzz == 0 && (diff_type == CONTEXT_DIFF
usr.bin/patch/patch.c
78
bool verbose = true;
usr.bin/patch/pch.c
187
if (verbose)
usr.bin/patch/pch.c
191
if (verbose)
usr.bin/patch/pch.c
195
if (verbose)
usr.bin/patch/pch.c
202
if (verbose)
usr.bin/patch/pch.c
208
if (verbose)
usr.bin/patch/pch.c
216
if (p_indent && verbose)
usr.bin/patch/pch.c
239
if (verbose)
usr.bin/patch/pch.c
448
if (verbose && p_base < file_pos) {
usr.bin/patch/pch.c
824
if (verbose)
usr.bin/rsync/extern.h
274
extern int verbose;
usr.bin/rsync/fargs.c
119
if (verbose > 3)
usr.bin/rsync/fargs.c
121
if (verbose > 2)
usr.bin/rsync/fargs.c
123
if (verbose > 1)
usr.bin/rsync/fargs.c
125
if (verbose > 0)
usr.bin/rsync/log.c
121
if (verbose < 1)
usr.bin/rsync/log.c
174
if (verbose < level)
usr.bin/rsync/log.c
26
extern int verbose;
usr.bin/rsync/log.c
39
if (verbose < level + 1)
usr.bin/rsync/main.c
34
int verbose;
usr.bin/rsync/main.c
348
{ "verbose", no_argument, &verbose, 1 },
usr.bin/rsync/main.c
349
{ "no-verbose", no_argument, &verbose, 0 },
usr.bin/rsync/main.c
424
verbose++;
usr.bin/rsync/session.c
105
if (verbose == 0)
usr.bin/rsync/session.c
141
if (sess->opts->server || verbose == 0)
usr.bin/rsync/session.c
38
assert(verbose);
usr.bin/skeyinfo/skeyinfo.c
43
int error, ch, verbose = 0;
usr.bin/skeyinfo/skeyinfo.c
51
verbose = 1;
usr.bin/skeyinfo/skeyinfo.c
82
if (verbose)
usr.bin/ssh/auth2-hostbased.c
248
verbose("Accepted certificate ID \"%s\" signed by "
usr.bin/ssh/auth2-hostbased.c
256
verbose("Accepted %s public key %s from %s@%s",
usr.bin/ssh/auth2-pubkey.c
600
verbose("Accepted certificate ID \"%s\" (serial %llu) signed by "
usr.bin/ssh/auth2-pubkeyfile.c
336
verbose("Accepted key %s %s found at %s",
usr.bin/ssh/auth2-pubkeyfile.c
375
verbose("Accepted certificate ID \"%s\" (serial %llu) "
usr.bin/ssh/channels.c
1385
verbose("Rejected X11 connection after ForwardX11Timeout "
usr.bin/ssh/channels.c
2675
verbose("channel %d: closing after %u seconds "
usr.bin/ssh/channels.c
3932
verbose("socket [%s]:%s: %.100s", ntop, strport,
usr.bin/ssh/channels.c
3948
verbose("bind [%s]:%s: %.100s",
usr.bin/ssh/channels.c
4662
verbose("socket: %.100s", strerror(errno));
usr.bin/ssh/clientloop.c
1692
verbose("Killed by signal %d.", (int) received_signal);
usr.bin/ssh/clientloop.c
1699
verbose("Transferred: sent %llu, received %llu bytes, in %.1f seconds",
usr.bin/ssh/clientloop.c
1702
verbose("Bytes per second: sent %.1f, received %.1f",
usr.bin/ssh/clientloop.c
1808
verbose("Rejected X11 connection after ForwardX11Timeout "
usr.bin/ssh/dns.c
217
verbose("DNS lookup error: %s", dns_result_totext(result));
usr.bin/ssh/dns.c
242
verbose("Error parsing fingerprint from DNS.");
usr.bin/ssh/mux.c
1923
verbose("Allocated port %u for remote forward to %s:%d",
usr.bin/ssh/session.c
1074
verbose("Changed root directory to \"%s\"", path);
usr.bin/ssh/session.c
2078
verbose("Close session: user %s from %.200s port %d id %d",
usr.bin/ssh/session.c
635
verbose("Starting session: %s%s%s for %s from %.200s port %d id %d",
usr.bin/ssh/sftp-server.c
1234
verbose("realpath \"%s\"", path);
usr.bin/ssh/sftp-server.c
1310
verbose("readlink \"%s\"", path);
usr.bin/ssh/sftp-server.c
1429
verbose("fsync \"%s\"", handle_to_name(handle));
usr.bin/ssh/sftp-server.c
1565
verbose("expand \"%s\"", path);
usr.bin/ssh/sftp-server.c
1708
verbose("home-directory \"%s\"", user_pw->pw_dir);
usr.bin/ssh/sftp-server.c
1755
verbose("users-groups-by-id: %u users, %u groups", nusers, ngroups);
usr.bin/ssh/sftp-server.c
188
verbose("Refusing %s request in read-only mode", h->name);
usr.bin/ssh/sftp-server.c
194
verbose("Refusing denylisted %s request", h->name);
usr.bin/ssh/sftp-server.c
204
verbose("Refusing non-allowlisted %s request", h->name);
usr.bin/ssh/sftp-server.c
707
verbose("received client version %u", version);
usr.bin/ssh/sftp-server.c
752
verbose("Refusing open request in read-only mode");
usr.bin/ssh/sftp-server.c
900
verbose("%sstat name \"%s\"", do_lstat ? "l" : "", name);
usr.bin/ssh/ssh-agent.c
1381
verbose("failed add of SK provider \"%.100s\": "
usr.bin/ssh/ssh-agent.c
1387
verbose("failed provider \"%.100s\": "
usr.bin/ssh/ssh-agent.c
1579
verbose("failed PKCS#11 add of \"%.100s\": remote addition of "
usr.bin/ssh/ssh-agent.c
1584
verbose("failed PKCS#11 add of \"%.100s\": realpath: %s",
usr.bin/ssh/ssh-agent.c
1589
verbose("refusing PKCS#11 add of \"%.100s\": "
usr.bin/ssh/ssh-agent.c
1655
verbose("failed PKCS#11 add of \"%.100s\": realpath: %s",
usr.bin/ssh/ssh-pkcs11.c
234
verbose("Deferring PIN entry to reader keypad.");
usr.bin/ssh/ssh.c
386
verbose("Canonicalized DNS aliased hostname "
usr.bin/ssh/sshconnect2.c
476
verbose("Authenticated to %s ([%s]:%d) using \"%s\".", host,
usr.bin/ssh/sshconnect2.c
480
verbose("Authenticated to %s (via proxy) using \"%s\".", host,
usr.bin/ssh/sshconnect2.c
631
verbose("Authenticated using \"%s\" with partial success.",
usr.bin/ssh/sshd-session.c
1108
verbose("Connection from %s port %d on %s port %d%s%s%s",
usr.bin/ssh/sshd-session.c
1199
verbose("Transferred: sent %llu, received %llu bytes",
usr.bin/ssh/sshd-session.c
1202
verbose("Closing connection to %.500s port %d", remote_ip, remote_port);
usr.bin/ssh/sshd-session.c
365
verbose("User child is on pid %ld", (long)pmonitor->m_pid);
usr.bin/ssh/sshd.c
817
verbose("socket: %.100s", strerror(errno));
usr.bin/ssh/sshd.c
825
verbose("socket: CLOEXEC: %s", strerror(errno));
usr.bin/systat/main.c
66
int verbose = 1; /* to report kvm read errs */
usr.bin/systat/systat.h
60
extern int verbose;
usr.bin/tftp/main.c
315
if (verbose)
usr.bin/tftp/main.c
370
if (verbose)
usr.bin/tftp/main.c
390
if (verbose)
usr.bin/tftp/main.c
461
if (verbose)
usr.bin/tftp/main.c
473
if (verbose)
usr.bin/tftp/main.c
547
mode, verbose ? "on" : "off", trace ? "on" : "off");
usr.bin/tftp/main.c
714
verbose = !verbose;
usr.bin/tftp/main.c
715
printf("Verbose mode %s.\n", verbose ? "on" : "off");
usr.bin/tftp/main.c
93
int verbose;
usr.bin/tftp/tftp.c
571
if (verbose)
usr.bin/tftp/tftp.c
76
extern int verbose;
usr.bin/tmux/cmd-wait-for.c
234
if (wei->verbose)
usr.bin/tmux/cmd-wait-for.c
288
wei->verbose = args_has(args, 'v');
usr.bin/tmux/cmd-wait-for.c
54
int verbose;
usr.bin/tsort/tsort.c
422
heapify(struct array *h, int verbose)
usr.bin/tsort/tsort.c
427
if (h->t[--i]->order == NO_ORDER && verbose)
usr.bin/usbhidaction/usbhidaction.c
111
verbose++;
usr.bin/usbhidaction/usbhidaction.c
149
if (verbose)
usr.bin/usbhidaction/usbhidaction.c
174
if (verbose > 2) {
usr.bin/usbhidaction/usbhidaction.c
181
if (verbose)
usr.bin/usbhidaction/usbhidaction.c
306
if (verbose > 2)
usr.bin/usbhidaction/usbhidaction.c
326
if (verbose > 2)
usr.bin/usbhidaction/usbhidaction.c
335
if (verbose > 2)
usr.bin/usbhidaction/usbhidaction.c
359
if (verbose)
usr.bin/usbhidaction/usbhidaction.c
389
if (verbose)
usr.bin/usbhidaction/usbhidaction.c
406
if (verbose)
usr.bin/usbhidaction/usbhidaction.c
447
if (verbose)
usr.bin/usbhidaction/usbhidaction.c
50
int verbose = 0;
usr.bin/usbhidctl/usbhid.c
53
unsigned int verbose;
usr.bin/usbhidctl/usbhid.c
664
if (verbose > 3)
usr.bin/usbhidctl/usbhid.c
772
wflag = aflag = nflag = verbose = rflag = Rflag = lflag = 0;
usr.bin/usbhidctl/usbhid.c
799
verbose++;
usr.bin/usbhidctl/usbhid.c
849
if (verbose >= 1)
usr.bin/usbhidctl/usbhid.c
858
if (verbose >= 1)
usr.bin/usbhidctl/usbhid.c
889
switch (verbose) {
usr.bin/usbhidctl/usbhid.c
905
switch (verbose) {
usr.bin/usbhidctl/usbhid.c
946
if (verbose > 1)
usr.bin/vmstat/vmstat.c
124
int verbose = 0;
usr.bin/vmstat/vmstat.c
170
verbose = 1;
usr.bin/vmstat/vmstat.c
779
if (kp->kb_calls == 0 && !verbose)
usr.bin/vmstat/vmstat.c
915
if (pp->pr_nget == 0 && !verbose)
usr.bin/yacc/defs.h
351
extern void verbose(void);
usr.bin/yacc/main.c
295
verbose();
usr.sbin/acme-client/dbg.c
29
if (verbose < 2)
usr.sbin/acme-client/dbg.c
42
if (!verbose)
usr.sbin/acme-client/extern.h
282
extern int verbose;
usr.sbin/acme-client/main.c
37
int verbose;
usr.sbin/acme-client/main.c
84
verbose = verbose ? 2 : 1;
usr.sbin/acme-client/netproc.c
463
if (rc == 0 || verbose > 1)
usr.sbin/acme-client/netproc.c
503
if (rc == 0 || verbose > 1)
usr.sbin/acme-client/netproc.c
536
if (rc == 0 || verbose > 1)
usr.sbin/acme-client/netproc.c
565
if (rc == 0 || verbose > 1)
usr.sbin/acme-client/netproc.c
597
if (rc == 0 || verbose > 1)
usr.sbin/acme-client/netproc.c
621
if (rc == 0 || verbose > 1)
usr.sbin/acme-client/netproc.c
649
if (rc == 0 || verbose > 1)
usr.sbin/acme-client/netproc.c
675
if (rc == 0 || verbose > 1)
usr.sbin/acme-client/netproc.c
702
if (rc == 0 || verbose > 1)
usr.sbin/acme-client/netproc.c
731
if (rc == 0 || verbose > 1)
usr.sbin/apm/apm.c
159
int verbose = FALSE;
usr.sbin/apm/apm.c
179
verbose = TRUE;
usr.sbin/apm/apm.c
300
verbose = doac = dopct = dobstate = domin = doperf = TRUE;
usr.sbin/apm/apm.c
331
if (!verbose) {
usr.sbin/bgpctl/bgpctl.c
412
verbose = 1;
usr.sbin/bgpctl/bgpctl.c
416
&verbose, sizeof(verbose));
usr.sbin/bgpctl/bgpctl.c
85
int fd, n, done, numdone, ch, verbose = 0;
usr.sbin/bgpctl/mrtparser.c
100
mrt_parse(int fd, struct mrt_parser *p, int verbose)
usr.sbin/bgpctl/mrtparser.c
1010
if ((aid = mrt_afi2aid(afi, -1, verbose)) == AID_UNSPEC)
usr.sbin/bgpctl/mrtparser.c
123
if (verbose)
usr.sbin/bgpctl/mrtparser.c
134
if (verbose)
usr.sbin/bgpctl/mrtparser.c
151
if (verbose)
usr.sbin/bgpctl/mrtparser.c
179
r = mrt_parse_v2_rib(&h, msg, verbose);
usr.sbin/bgpctl/mrtparser.c
187
if (verbose)
usr.sbin/bgpctl/mrtparser.c
199
verbose) != -1) {
usr.sbin/bgpctl/mrtparser.c
212
if (mrt_parse_msg(&m, &h, msg, verbose) != -1) {
usr.sbin/bgpctl/mrtparser.c
221
verbose) == 0) {
usr.sbin/bgpctl/mrtparser.c
228
if (verbose)
usr.sbin/bgpctl/mrtparser.c
235
if (verbose)
usr.sbin/bgpctl/mrtparser.c
245
mrt_afi2aid(int afi, int safi, int verbose)
usr.sbin/bgpctl/mrtparser.c
263
if (verbose)
usr.sbin/bgpctl/mrtparser.c
344
mrt_parse_v2_rib(struct mrt_hdr *hdr, struct ibuf *msg, int verbose)
usr.sbin/bgpctl/mrtparser.c
368
&r->prefixlen, verbose) == -1)
usr.sbin/bgpctl/mrtparser.c
379
&r->prefixlen, verbose) == -1)
usr.sbin/bgpctl/mrtparser.c
396
if ((aid = mrt_afi2aid(afi, safi, verbose)) == AID_UNSPEC)
usr.sbin/bgpctl/mrtparser.c
401
&r->prefixlen, verbose) == -1)
usr.sbin/bgpctl/mrtparser.c
531
struct mrt_rib **rp, int verbose)
usr.sbin/bgpctl/mrtparser.c
600
if ((aid = mrt_afi2aid(afi, safi, verbose)) == AID_UNSPEC)
usr.sbin/bgpctl/mrtparser.c
612
verbose) == -1)
usr.sbin/bgpctl/mrtparser.c
869
uint8_t *prefixlen, int verbose)
usr.sbin/bgpctl/mrtparser.c
887
if (verbose)
usr.sbin/bgpctl/mrtparser.c
891
if (r == -1 && verbose)
usr.sbin/bgpctl/mrtparser.c
898
int verbose)
usr.sbin/bgpctl/mrtparser.c
937
if ((aid = mrt_afi2aid(afi, -1, verbose)) == AID_UNSPEC)
usr.sbin/bgpctl/mrtparser.c
960
int verbose)
usr.sbin/bgpd/bgpd.c
1004
if (imsg_get_data(&imsg, &verbose, sizeof(verbose)) ==
usr.sbin/bgpd/bgpd.c
1008
log_setverbose(verbose);
usr.sbin/bgpd/bgpd.c
520
start_child(enum bgpd_process p, char *argv0, int fd, int debug, int verbose)
usr.sbin/bgpd/bgpd.c
558
if (verbose)
usr.sbin/bgpd/bgpd.c
852
int rv, verbose;
usr.sbin/bgpd/control.c
252
int verbose, matched;
usr.sbin/bgpd/control.c
519
if (imsg_get_data(&imsg, &verbose, sizeof(verbose)) ==
usr.sbin/bgpd/control.c
526
log_setverbose(verbose);
usr.sbin/bgpd/log.c
155
if (verbose) {
usr.sbin/bgpd/log.c
30
static int verbose;
usr.sbin/bgpd/log.c
42
verbose = n_debug;
usr.sbin/bgpd/log.c
61
verbose = v;
usr.sbin/bgpd/log.c
67
return (verbose);
usr.sbin/bgpd/rde.c
161
rde_main(int debug, int verbose)
usr.sbin/bgpd/rde.c
174
log_setverbose(verbose);
usr.sbin/bgpd/rde.c
470
int verbose;
usr.sbin/bgpd/rde.c
853
if (imsg_get_data(&imsg, &verbose, sizeof(verbose)) ==
usr.sbin/bgpd/rde.c
857
log_setverbose(verbose);
usr.sbin/bgpd/rtr.c
182
rtr_main(int debug, int verbose)
usr.sbin/bgpd/rtr.c
191
log_setverbose(verbose);
usr.sbin/bgpd/session.c
173
session_main(int debug, int verbose)
usr.sbin/bgpd/session.c
189
log_setverbose(verbose);
usr.sbin/btrace/btrace.c
129
int verbose = 0;
usr.sbin/btrace/btrace.c
163
verbose++;
usr.sbin/btrace/btrace.c
2024
if (verbose < 2)
usr.sbin/btrace/btrace.c
2039
if (verbose < 2)
usr.sbin/btrace/btrace.c
2088
if (verbose < 2)
usr.sbin/btrace/btrace.c
496
if (verbose && fd != -1) {
usr.sbin/config/main.c
167
verbose = 1;
usr.sbin/config/main.c
76
int verbose;
usr.sbin/config/misc.c
38
extern int verbose;
usr.sbin/config/misc.c
46
if (verbose)
usr.sbin/config/misc.c
90
if (verbose || (cmdfp && ch != EOF)) {
usr.sbin/config/misc.c
96
if (verbose) {
usr.sbin/crunchgen/crunchgen.c
102
int verbose = 1, readcache = 1, elf_names, elf_mangle; /* options */
usr.sbin/crunchgen/crunchgen.c
136
verbose = 0;
usr.sbin/crunchgen/crunchgen.c
642
if (!p->srcdir && verbose)
usr.sbin/crunchgen/crunchgen.c
645
if (!p->objs && verbose)
usr.sbin/dhcpd/dhcpd.c
159
verbose = 1;
usr.sbin/dhcpd/dhcpd.c
211
log_setverbose(verbose);
usr.sbin/dhcpd/dhcpd.c
92
int debug = 0, verbose = 0;
usr.sbin/dhcpd/log.c
152
if (verbose) {
usr.sbin/dhcpd/log.c
30
static int verbose;
usr.sbin/dhcpd/log.c
39
verbose = n_debug;
usr.sbin/dhcpd/log.c
58
verbose = v;
usr.sbin/dhcpd/log.c
64
return (verbose);
usr.sbin/dhcrelay/log.c
152
if (verbose) {
usr.sbin/dhcrelay/log.c
30
static int verbose;
usr.sbin/dhcrelay/log.c
39
verbose = n_debug;
usr.sbin/dhcrelay/log.c
58
verbose = v;
usr.sbin/dhcrelay/log.c
64
return (verbose);
usr.sbin/dhcrelay6/log.c
152
if (verbose) {
usr.sbin/dhcrelay6/log.c
30
static int verbose;
usr.sbin/dhcrelay6/log.c
39
verbose = n_debug;
usr.sbin/dhcrelay6/log.c
58
verbose = v;
usr.sbin/dhcrelay6/log.c
64
return (verbose);
usr.sbin/dvmrpctl/dvmrpctl.c
162
verbose = 1;
usr.sbin/dvmrpctl/dvmrpctl.c
166
&verbose, sizeof(verbose));
usr.sbin/dvmrpctl/dvmrpctl.c
81
int done = 0, verbose = 0;
usr.sbin/dvmrpd/control.c
229
int verbose;
usr.sbin/dvmrpd/control.c
294
sizeof(verbose))
usr.sbin/dvmrpd/control.c
303
memcpy(&verbose, imsg.data, sizeof(verbose));
usr.sbin/dvmrpd/control.c
304
log_verbose(verbose);
usr.sbin/dvmrpd/dvmrpd.c
318
int shut = 0, verbose;
usr.sbin/dvmrpd/dvmrpd.c
354
memcpy(&verbose, imsg.data, sizeof(verbose));
usr.sbin/dvmrpd/dvmrpd.c
355
log_verbose(verbose);
usr.sbin/dvmrpd/log.c
133
if (verbose) {
usr.sbin/dvmrpd/log.c
33
int verbose;
usr.sbin/dvmrpd/log.c
52
verbose = v;
usr.sbin/dvmrpd/rde.c
206
int i, connected = 0, shut = 0, verbose;
usr.sbin/dvmrpd/rde.c
327
memcpy(&verbose, imsg.data, sizeof(verbose));
usr.sbin/dvmrpd/rde.c
328
log_verbose(verbose);
usr.sbin/eeprom/main.c
51
int verbose = 0;
usr.sbin/eeprom/main.c
74
verbose = 1;
usr.sbin/eeprom/ophandlers.c
100
if (verbose) {
usr.sbin/eeprom/ophandlers.c
129
if (verbose) {
usr.sbin/eeprom/ophandlers.c
50
extern int verbose;
usr.sbin/eigrpctl/eigrpctl.c
206
verbose = 1;
usr.sbin/eigrpctl/eigrpctl.c
210
&verbose, sizeof(verbose));
usr.sbin/eigrpctl/eigrpctl.c
85
int n, verbose = 0;
usr.sbin/eigrpd/control.c
220
int verbose;
usr.sbin/eigrpd/control.c
296
sizeof(verbose))
usr.sbin/eigrpd/control.c
305
memcpy(&verbose, imsg.data, sizeof(verbose));
usr.sbin/eigrpd/control.c
306
log_verbose(verbose);
usr.sbin/eigrpd/eigrpd.c
319
start_child(enum eigrpd_process p, char *argv0, int fd, int debug, int verbose,
usr.sbin/eigrpd/eigrpd.c
355
if (verbose)
usr.sbin/eigrpd/eigrpd.c
375
int shut = 0, verbose;
usr.sbin/eigrpd/eigrpd.c
425
if (imsg_get_data(&imsg, &verbose, sizeof(verbose)) ==
usr.sbin/eigrpd/eigrpd.c
429
log_verbose(verbose);
usr.sbin/eigrpd/eigrpe.c
67
eigrpe(int debug, int verbose, char *sockname)
usr.sbin/eigrpd/eigrpe.c
75
log_verbose(verbose);
usr.sbin/eigrpd/log.c
136
if (verbose) {
usr.sbin/eigrpd/log.c
36
int verbose;
usr.sbin/eigrpd/log.c
55
verbose = v;
usr.sbin/eigrpd/rde.c
175
int shut = 0, verbose;
usr.sbin/eigrpd/rde.c
280
if (imsg_get_data(&imsg, &verbose, sizeof(verbose)) ==
usr.sbin/eigrpd/rde.c
284
log_verbose(verbose);
usr.sbin/eigrpd/rde.c
72
rde(int debug, int verbose)
usr.sbin/eigrpd/rde.c
81
log_verbose(verbose);
usr.sbin/ftp-proxy/ftp-proxy.c
120
rfc_mode, session_count, timeout, verbose;
usr.sbin/ftp-proxy/ftp-proxy.c
629
verbose = 0;
usr.sbin/ftp-proxy/ftp-proxy.c
691
verbose++;
usr.sbin/ftp-proxy/ftp-proxy.c
692
if (verbose > 2)
usr.sbin/ftp-proxy/ftp-proxy.c
768
init_filter(qname, tagname, verbose);
usr.sbin/hostapd/parse.y
433
| WITH LOG verbose
usr.sbin/hostapd/parse.y
456
verbose : /* empty */
usr.sbin/hostapd/parse.y
463
iapp : TYPE RADIOTAP verbose
usr.sbin/hostapd/print-802_11.c
642
hostapd_print_ieee80211(u_int dlt, u_int verbose, u_int8_t *buf, u_int len)
usr.sbin/hostapd/print-802_11.c
644
if (verbose)
usr.sbin/httpd/httpd.c
120
int debug = 0, verbose = 0;
usr.sbin/httpd/httpd.c
148
verbose++;
usr.sbin/httpd/httpd.c
195
log_setverbose(verbose);
usr.sbin/httpd/log.c
152
if (verbose) {
usr.sbin/httpd/log.c
30
static int verbose;
usr.sbin/httpd/log.c
39
verbose = n_debug;
usr.sbin/httpd/log.c
58
verbose = v;
usr.sbin/httpd/log.c
64
return (verbose);
usr.sbin/ifstated/log.c
152
if (verbose) {
usr.sbin/ifstated/log.c
30
static int verbose;
usr.sbin/ifstated/log.c
39
verbose = n_debug;
usr.sbin/ifstated/log.c
58
verbose = v;
usr.sbin/ifstated/log.c
64
return (verbose);
usr.sbin/installboot/bootstrap.c
123
if (verbose)
usr.sbin/installboot/bootstrap.c
60
if (verbose)
usr.sbin/installboot/bootstrap.c
69
if (verbose)
usr.sbin/installboot/bootstrap.c
85
if (verbose)
usr.sbin/installboot/efi_bootmgr.c
216
if (verbose) {
usr.sbin/installboot/efi_bootmgr.c
255
if (verbose) {
usr.sbin/installboot/efi_bootmgr.c
339
if (verbose)
usr.sbin/installboot/efi_installboot.c
178
if (verbose)
usr.sbin/installboot/efi_installboot.c
292
if (verbose)
usr.sbin/installboot/efi_installboot.c
308
if (verbose)
usr.sbin/installboot/efi_installboot.c
348
if (verbose)
usr.sbin/installboot/efi_installboot.c
424
if (verbose)
usr.sbin/installboot/efi_softraid.c
38
if (verbose)
usr.sbin/installboot/i386_installboot.c
1022
if (verbose)
usr.sbin/installboot/i386_installboot.c
1026
if (verbose)
usr.sbin/installboot/i386_installboot.c
1037
if (verbose)
usr.sbin/installboot/i386_installboot.c
1045
if (verbose)
usr.sbin/installboot/i386_installboot.c
1052
if (verbose)
usr.sbin/installboot/i386_installboot.c
1059
if (verbose)
usr.sbin/installboot/i386_installboot.c
1065
if (verbose)
usr.sbin/installboot/i386_installboot.c
180
if (verbose)
usr.sbin/installboot/i386_installboot.c
221
if (verbose) {
usr.sbin/installboot/i386_installboot.c
273
if (verbose)
usr.sbin/installboot/i386_installboot.c
393
if (verbose)
usr.sbin/installboot/i386_installboot.c
414
if (verbose)
usr.sbin/installboot/i386_installboot.c
455
if (verbose)
usr.sbin/installboot/i386_installboot.c
509
if (verbose)
usr.sbin/installboot/i386_installboot.c
515
if (verbose)
usr.sbin/installboot/i386_installboot.c
541
if (verbose)
usr.sbin/installboot/i386_installboot.c
918
if (verbose) {
usr.sbin/installboot/i386_softraid.c
155
if (verbose)
usr.sbin/installboot/i386_softraid.c
176
if (verbose)
usr.sbin/installboot/i386_softraid.c
83
if (verbose)
usr.sbin/installboot/installboot.c
120
if (verbose)
usr.sbin/installboot/installboot.c
133
if (verbose) {
usr.sbin/installboot/installboot.c
36
int verbose;
usr.sbin/installboot/installboot.c
83
verbose = 1;
usr.sbin/installboot/installboot.h
25
extern int verbose;
usr.sbin/installboot/landisk_installboot.c
107
if (verbose)
usr.sbin/installboot/landisk_installboot.c
116
if (verbose)
usr.sbin/installboot/landisk_installboot.c
169
if (verbose)
usr.sbin/installboot/landisk_installboot.c
220
if (verbose)
usr.sbin/installboot/macppc_installboot.c
146
if (verbose)
usr.sbin/installboot/macppc_installboot.c
228
if (verbose)
usr.sbin/installboot/octeon_installboot.c
146
if (verbose)
usr.sbin/installboot/octeon_installboot.c
228
if (verbose)
usr.sbin/installboot/powerpc64_installboot.c
153
if (verbose)
usr.sbin/installboot/powerpc64_installboot.c
237
if (verbose)
usr.sbin/installboot/powerpc64_installboot.c
255
if (verbose)
usr.sbin/installboot/softraid.c
128
if (verbose)
usr.sbin/installboot/sparc64_installboot.c
113
if (verbose)
usr.sbin/installboot/sparc64_installboot.c
121
if (verbose)
usr.sbin/installboot/sparc64_installboot.c
64
if (verbose)
usr.sbin/installboot/sparc64_softraid.c
43
if (verbose)
usr.sbin/installboot/sparc64_softraid.c
67
if (verbose)
usr.sbin/iscsid/iscsid.c
111
log_verbose(verbose);
usr.sbin/iscsid/iscsid.c
73
int ch, debug = 0, verbose = 0, nobkill = 1;
usr.sbin/iscsid/iscsid.c
92
verbose = 1;
usr.sbin/iscsid/log.c
130
if (verbose) {
usr.sbin/iscsid/log.c
30
int verbose;
usr.sbin/iscsid/log.c
49
verbose = v;
usr.sbin/iscsid/logmsg.c
34
extern int verbose;
usr.sbin/kvm_mkdb/kvm_mkdb.c
139
verbose);
usr.sbin/kvm_mkdb/kvm_mkdb.c
144
verbose)) != 0) {
usr.sbin/kvm_mkdb/kvm_mkdb.c
152
kvm_gid, verbose);
usr.sbin/kvm_mkdb/kvm_mkdb.c
160
int verbose)
usr.sbin/kvm_mkdb/kvm_mkdb.c
181
if (verbose)
usr.sbin/kvm_mkdb/kvm_mkdb.c
184
} else if (verbose)
usr.sbin/kvm_mkdb/kvm_mkdb.c
69
int fd, rval, ch, verbose = 0;
usr.sbin/kvm_mkdb/kvm_mkdb.c
99
verbose = 1;
usr.sbin/ldapctl/ldapctl.c
244
int done = 0, verbose = 0, vlog = 0;
usr.sbin/ldapctl/ldapctl.c
270
verbose = 1;
usr.sbin/ldapctl/ldapctl.c
288
ldap_loginit(NULL, 1, verbose);
usr.sbin/ldapd/control.c
232
int fd, verbose;
usr.sbin/ldapd/control.c
256
if (imsg->hdr.len != IMSG_HEADER_SIZE + sizeof(verbose))
usr.sbin/ldapd/control.c
259
bcopy(imsg->data, &verbose, sizeof(verbose));
usr.sbin/ldapd/control.c
261
&verbose, sizeof(verbose));
usr.sbin/ldapd/control.c
263
log_setverbose(verbose);
usr.sbin/ldapd/ldapd.c
114
int debug = 0, verbose = 0, eflag = 0;
usr.sbin/ldapd/ldapd.c
161
verbose++;
usr.sbin/ldapd/ldapd.c
184
log_setverbose(verbose);
usr.sbin/ldapd/ldapd.c
198
ldape(debug, verbose, csockpath);
usr.sbin/ldapd/ldapd.c
217
pipe_parent2ldap[1], debug, verbose, csockpath, conffile);
usr.sbin/ldapd/ldapd.c
219
ldap_loginit("auth", debug, verbose);
usr.sbin/ldapd/ldapd.c
368
int verbose;
usr.sbin/ldapd/ldapd.c
370
if (imsg->hdr.len != sizeof(verbose) + IMSG_HEADER_SIZE)
usr.sbin/ldapd/ldapd.c
373
bcopy(imsg->data, &verbose, sizeof(verbose));
usr.sbin/ldapd/ldapd.c
374
log_setverbose(verbose);
usr.sbin/ldapd/ldapd.c
410
int verbose, char *csockpath, char *conffile)
usr.sbin/ldapd/ldapd.c
442
if (verbose >= 3)
usr.sbin/ldapd/ldapd.c
444
else if (verbose == 2)
usr.sbin/ldapd/ldapd.c
446
else if (verbose == 1)
usr.sbin/ldapd/ldape.c
340
ldape(int debug, int verbose, char *csockpath)
usr.sbin/ldapd/ldape.c
357
ldap_loginit("ldap server", debug, verbose);
usr.sbin/ldapd/log.c
171
if (verbose > 1) {
usr.sbin/ldapd/log.c
28
static int verbose;
usr.sbin/ldapd/log.c
58
verbose = n_debug;
usr.sbin/ldapd/log.c
77
verbose = v;
usr.sbin/ldapd/log.c
83
return (verbose);
usr.sbin/ldpctl/ldpctl.c
195
verbose = 1;
usr.sbin/ldpctl/ldpctl.c
199
&verbose, sizeof(verbose));
usr.sbin/ldpctl/ldpctl.c
81
int done = 0, verbose = 0;
usr.sbin/ldpd/control.c
204
int verbose;
usr.sbin/ldpd/control.c
279
sizeof(verbose))
usr.sbin/ldpd/control.c
288
memcpy(&verbose, imsg.data, sizeof(verbose));
usr.sbin/ldpd/control.c
289
log_verbose(verbose);
usr.sbin/ldpd/lde.c
200
int shut = 0, verbose;
usr.sbin/ldpd/lde.c
362
memcpy(&verbose, imsg.data, sizeof(verbose));
usr.sbin/ldpd/lde.c
363
log_verbose(verbose);
usr.sbin/ldpd/lde.c
87
lde(int debug, int verbose)
usr.sbin/ldpd/lde.c
96
log_verbose(verbose);
usr.sbin/ldpd/ldpd.c
326
start_child(enum ldpd_process p, char *argv0, int fd, int debug, int verbose,
usr.sbin/ldpd/ldpd.c
362
if (verbose)
usr.sbin/ldpd/ldpd.c
383
int shut = 0, verbose;
usr.sbin/ldpd/ldpd.c
437
memcpy(&verbose, imsg.data, sizeof(verbose));
usr.sbin/ldpd/ldpd.c
438
log_verbose(verbose);
usr.sbin/ldpd/ldpe.c
68
ldpe(int debug, int verbose, char *sockname)
usr.sbin/ldpd/ldpe.c
76
log_verbose(verbose);
usr.sbin/ldpd/log.c
132
if (verbose & LDPD_OPT_VERBOSE) {
usr.sbin/ldpd/log.c
32
int verbose;
usr.sbin/ldpd/log.c
51
verbose = v;
usr.sbin/lldp/lldp.c
185
int verbose = 0;
usr.sbin/lldp/lldp.c
205
verbose++;
usr.sbin/lldp/lldp.c
228
if (!verbose) {
usr.sbin/lldp/lldp.c
279
if (!verbose)
usr.sbin/lldp/lldp.c
282
lldp_dump_verbose(&msg_msap, buf, len, verbose);
usr.sbin/lldp/lldp.c
409
const void *pdu, size_t len, int verbose)
usr.sbin/lldp/lldp.c
417
if (verbose > 1) {
usr.sbin/lpd/control.c
59
control(int debug, int verbose)
usr.sbin/lpd/control.c
65
log_setverbose(verbose);
usr.sbin/lpd/engine.c
38
engine(int debug, int verbose)
usr.sbin/lpd/engine.c
44
log_setverbose(verbose);
usr.sbin/lpd/frontend.c
69
frontend(int debug, int verbose)
usr.sbin/lpd/frontend.c
75
log_setverbose(verbose);
usr.sbin/lpd/log.c
152
if (verbose) {
usr.sbin/lpd/log.c
30
static int verbose;
usr.sbin/lpd/log.c
39
verbose = n_debug;
usr.sbin/lpd/log.c
58
verbose = v;
usr.sbin/lpd/log.c
64
return (verbose);
usr.sbin/lpd/lpd.c
117
control(debug, verbose);
usr.sbin/lpd/lpd.c
119
engine(debug, verbose);
usr.sbin/lpd/lpd.c
121
frontend(debug, verbose);
usr.sbin/lpd/lpd.c
123
printer(debug, verbose, strchr(reexec, ':') + 1);
usr.sbin/lpd/lpd.c
128
env = parse_config(conffile, verbose);
usr.sbin/lpd/lpd.c
146
log_setverbose(verbose);
usr.sbin/lpd/lpd.c
74
int sp[2], ch, debug = 0, nflag = 0, verbose = 1;
usr.sbin/lpd/lpd.c
99
verbose++;
usr.sbin/lpd/parse.y
595
parse_config(const char *filename, int verbose)
usr.sbin/lpd/parse.y
623
if ((verbose) && !sym->used)
usr.sbin/lpd/printer.c
112
printer(int debug, int verbose, const char *name)
usr.sbin/lpd/printer.c
122
log_setverbose(verbose);
usr.sbin/mtrace/mtrace.c
106
int verbose = 0;
usr.sbin/mtrace/mtrace.c
1165
verbose = TRUE;
usr.sbin/mtrace/mtrace.c
752
if (verbose) {
usr.sbin/nsd/nsd-checkconf.c
1012
if (verbose) {
usr.sbin/nsd/nsd-checkconf.c
939
int verbose = 0;
usr.sbin/nsd/nsd-checkconf.c
956
verbose = 1;
usr.sbin/nsd/util.c
105
log_reopen(const char *filename, uint8_t verbose)
usr.sbin/nsd/util.c
113
if (verbose)
usr.sbin/nsd/util.h
66
void log_reopen(const char *filename, uint8_t verbose);
usr.sbin/ntpd/log.c
155
if (verbose > 1) {
usr.sbin/ntpd/log.c
29
static int verbose;
usr.sbin/ntpd/log.c
38
verbose = n_verbose;
usr.sbin/ntpd/log.c
57
verbose = v;
usr.sbin/ntpd/log.c
63
return (verbose);
usr.sbin/ntpd/ntp.c
102
log_init(nconf->debug ? LOG_TO_STDERR : LOG_TO_SYSLOG, nconf->verbose,
usr.sbin/ntpd/ntp_dns.c
69
log_init(nconf->debug ? LOG_TO_STDERR : LOG_TO_SYSLOG, nconf->verbose,
usr.sbin/ntpd/ntpd.c
173
lconf.verbose++;
usr.sbin/ntpd/ntpd.c
186
log_init(logdest, lconf.verbose, LOG_DAEMON);
usr.sbin/ntpd/ntpd.c
245
log_init(logdest, lconf.verbose, LOG_DAEMON);
usr.sbin/ntpd/ntpd.c
328
log_init(logdest, lconf.verbose, LOG_DAEMON);
usr.sbin/ntpd/ntpd.c
430
lconf->verbose, LOG_DAEMON);
usr.sbin/ntpd/ntpd.h
241
int verbose;
usr.sbin/ocspcheck/ocspcheck.c
55
int verbose;
usr.sbin/ocspcheck/ocspcheck.c
57
do { if (verbose >= 1) fprintf(stderr, fmt, __VA_ARGS__); } while (0)
usr.sbin/ocspcheck/ocspcheck.c
579
verbose++;
usr.sbin/ocspcheck/ocspcheck.c
59
do { if (verbose >= 2) fprintf(stderr, fmt, __VA_ARGS__); } while (0)
usr.sbin/ospf6ctl/ospf6ctl.c
235
verbose = 1;
usr.sbin/ospf6ctl/ospf6ctl.c
239
&verbose, sizeof(verbose));
usr.sbin/ospf6ctl/ospf6ctl.c
94
int done = 0, verbose = 0;
usr.sbin/ospf6d/control.c
252
int verbose;
usr.sbin/ospf6d/control.c
326
sizeof(verbose))
usr.sbin/ospf6d/control.c
335
memcpy(&verbose, imsg.data, sizeof(verbose));
usr.sbin/ospf6d/control.c
336
log_setverbose(verbose);
usr.sbin/ospf6d/log.c
152
if (verbose) {
usr.sbin/ospf6d/log.c
30
static int verbose;
usr.sbin/ospf6d/log.c
39
verbose = n_debug;
usr.sbin/ospf6d/log.c
58
verbose = v;
usr.sbin/ospf6d/log.c
64
return (verbose);
usr.sbin/ospf6d/ospf6d.c
343
int shut = 0, verbose;
usr.sbin/ospf6d/ospf6d.c
394
memcpy(&verbose, imsg.data, sizeof(verbose));
usr.sbin/ospf6d/ospf6d.c
395
log_setverbose(verbose);
usr.sbin/ospf6d/rde.c
277
int r, state, self, shut = 0, verbose;
usr.sbin/ospf6d/rde.c
622
memcpy(&verbose, imsg.data, sizeof(verbose));
usr.sbin/ospf6d/rde.c
623
log_setverbose(verbose);
usr.sbin/ospfctl/ospfctl.c
202
verbose = 1;
usr.sbin/ospfctl/ospfctl.c
206
&verbose, sizeof(verbose));
usr.sbin/ospfctl/ospfctl.c
68
int n, verbose = 0;
usr.sbin/ospfd/control.c
252
int verbose;
usr.sbin/ospfd/control.c
326
sizeof(verbose))
usr.sbin/ospfd/control.c
335
memcpy(&verbose, imsg.data, sizeof(verbose));
usr.sbin/ospfd/control.c
336
log_setverbose(verbose);
usr.sbin/ospfd/log.c
152
if (verbose) {
usr.sbin/ospfd/log.c
30
static int verbose;
usr.sbin/ospfd/log.c
39
verbose = n_debug;
usr.sbin/ospfd/log.c
58
verbose = v;
usr.sbin/ospfd/log.c
64
return (verbose);
usr.sbin/ospfd/ospfd.c
362
int shut = 0, verbose;
usr.sbin/ospfd/ospfd.c
423
memcpy(&verbose, imsg.data, sizeof(verbose));
usr.sbin/ospfd/ospfd.c
424
log_setverbose(verbose);
usr.sbin/ospfd/rde.c
265
int r, state, self, error, shut = 0, verbose;
usr.sbin/ospfd/rde.c
622
memcpy(&verbose, imsg.data, sizeof(verbose));
usr.sbin/ospfd/rde.c
623
log_setverbose(verbose);
usr.sbin/pcidump/pcidump.c
191
verbose = 1;
usr.sbin/pcidump/pcidump.c
351
if (verbose)
usr.sbin/pcidump/pcidump.c
89
int verbose = 0;
usr.sbin/pppd/chat/chat.c
1022
if (verbose)
usr.sbin/pppd/chat/chat.c
1046
if (verbose)
usr.sbin/pppd/chat/chat.c
1071
if (verbose)
usr.sbin/pppd/chat/chat.c
1092
if (verbose)
usr.sbin/pppd/chat/chat.c
1165
if (verbose) {
usr.sbin/pppd/chat/chat.c
1181
if (verbose) {
usr.sbin/pppd/chat/chat.c
1269
if (verbose)
usr.sbin/pppd/chat/chat.c
1279
if (verbose)
usr.sbin/pppd/chat/chat.c
1292
if (verbose && c == '\n') {
usr.sbin/pppd/chat/chat.c
1302
if (verbose && s >= logged + 80) {
usr.sbin/pppd/chat/chat.c
131
int verbose = 0;
usr.sbin/pppd/chat/chat.c
1346
if (verbose) {
usr.sbin/pppd/chat/chat.c
1360
if (verbose) {
usr.sbin/pppd/chat/chat.c
1386
if (alarmed && verbose)
usr.sbin/pppd/chat/chat.c
1392
if (verbose && printed) {
usr.sbin/pppd/chat/chat.c
228
verbose = 1;
usr.sbin/pppd/chat/chat.c
261
if (verbose)
usr.sbin/pppd/chat/chat.c
302
if (verbose)
usr.sbin/pppd/chat/chat.c
462
if (verbose)
usr.sbin/pppd/chat/chat.c
558
if (verbose)
usr.sbin/pppd/chat/chat.c
996
if (verbose)
usr.sbin/procmap/procmap.c
102
int debug, verbose;
usr.sbin/procmap/procmap.c
261
verbose = 1;
usr.sbin/procmap/procmap.c
743
if (verbose) {
usr.sbin/procmap/procmap.c
785
if (inode && verbose)
usr.sbin/procmap/procmap.c
789
else if (name[0] == ' ' && verbose)
usr.sbin/procmap/procmap.c
812
if (verbose) {
usr.sbin/ractl/ractl.c
110
verbose = 1;
usr.sbin/ractl/ractl.c
114
&verbose, sizeof(verbose));
usr.sbin/ractl/ractl.c
66
int n, verbose = 0;
usr.sbin/rad/control.c
230
int verbose;
usr.sbin/rad/control.c
263
if (IMSG_DATA_SIZE(imsg) != sizeof(verbose))
usr.sbin/rad/control.c
272
memcpy(&verbose, imsg.data, sizeof(verbose));
usr.sbin/rad/control.c
273
log_setverbose(verbose);
usr.sbin/rad/engine.c
102
log_setverbose(verbose);
usr.sbin/rad/engine.c
194
int shut = 0, verbose;
usr.sbin/rad/engine.c
242
if (IMSG_DATA_SIZE(imsg) != sizeof(verbose))
usr.sbin/rad/engine.c
245
memcpy(&verbose, imsg.data, sizeof(verbose));
usr.sbin/rad/engine.c
246
log_setverbose(verbose);
usr.sbin/rad/engine.c
94
engine(int debug, int verbose)
usr.sbin/rad/frontend.c
196
frontend(int debug, int verbose)
usr.sbin/rad/frontend.c
206
log_setverbose(verbose);
usr.sbin/rad/log.c
152
if (verbose) {
usr.sbin/rad/log.c
30
static int verbose;
usr.sbin/rad/log.c
39
verbose = n_debug;
usr.sbin/rad/log.c
58
verbose = v;
usr.sbin/rad/log.c
64
return (verbose);
usr.sbin/rad/rad.c
332
start_child(enum rad_process p, char *argv0, int fd, int debug, int verbose)
usr.sbin/rad/rad.c
367
if (verbose)
usr.sbin/rad/rad.c
382
int shut = 0, verbose;
usr.sbin/rad/rad.c
424
if (IMSG_DATA_SIZE(imsg) != sizeof(verbose))
usr.sbin/rad/rad.c
427
memcpy(&verbose, imsg.data, sizeof(verbose));
usr.sbin/rad/rad.c
428
log_setverbose(verbose);
usr.sbin/rdate/rdate.c
109
verbose = 1;
usr.sbin/rdate/rdate.c
195
if (slidetime || verbose) {
usr.sbin/rdate/rdate.c
76
int pr = 0, silent = 0, verbose = 0;
usr.sbin/relayctl/relayctl.c
104
int n, verbose = 0;
usr.sbin/relayctl/relayctl.c
215
verbose = 2;
usr.sbin/relayctl/relayctl.c
219
&verbose, sizeof(verbose));
usr.sbin/relayd/log.c
152
if (verbose) {
usr.sbin/relayd/log.c
30
static int verbose;
usr.sbin/relayd/log.c
39
verbose = n_debug;
usr.sbin/relayd/log.c
58
verbose = v;
usr.sbin/relayd/log.c
64
return (verbose);
usr.sbin/relayd/relayd.c
124
int debug = 0, verbose = 0;
usr.sbin/relayd/relayd.c
152
verbose++;
usr.sbin/relayd/relayd.c
207
log_setverbose(verbose);
usr.sbin/ripctl/ripctl.c
176
verbose = 1;
usr.sbin/ripctl/ripctl.c
180
&verbose, sizeof(verbose));
usr.sbin/ripctl/ripctl.c
75
int done = 0, verbose = 0;
usr.sbin/ripd/control.c
219
int verbose;
usr.sbin/ripd/control.c
284
sizeof(verbose))
usr.sbin/ripd/control.c
293
memcpy(&verbose, imsg.data, sizeof(verbose));
usr.sbin/ripd/control.c
294
log_verbose(verbose);
usr.sbin/ripd/log.c
132
if (verbose) {
usr.sbin/ripd/log.c
32
int verbose;
usr.sbin/ripd/log.c
51
verbose = v;
usr.sbin/ripd/rde.c
199
int shut = 0, verbose;
usr.sbin/ripd/rde.c
274
memcpy(&verbose, imsg.data, sizeof(verbose));
usr.sbin/ripd/rde.c
275
log_verbose(verbose);
usr.sbin/ripd/ripd.c
316
int shut = 0, verbose;
usr.sbin/ripd/ripd.c
369
memcpy(&verbose, imsg.data, sizeof(verbose));
usr.sbin/ripd/ripd.c
370
log_verbose(verbose);
usr.sbin/rpki-client/cert.c
665
if (verbose)
usr.sbin/rpki-client/cert.c
737
if (verbose)
usr.sbin/rpki-client/cert.c
819
if (verbose)
usr.sbin/rpki-client/cert.c
834
if (verbose)
usr.sbin/rpki-client/cert.c
944
if (verbose > 1)
usr.sbin/rpki-client/cert.c
958
if (verbose)
usr.sbin/rpki-client/cms.c
275
if (verbose)
usr.sbin/rpki-client/constraints.c
174
if (verbose < 3)
usr.sbin/rpki-client/constraints.c
196
if (verbose < 3)
usr.sbin/rpki-client/constraints.c
237
if (verbose < 3)
usr.sbin/rpki-client/constraints.c
258
if (verbose < 3)
usr.sbin/rpki-client/crl.c
147
if (verbose > 1)
usr.sbin/rpki-client/extern.h
736
extern int verbose;
usr.sbin/rpki-client/filemode.c
714
if (verbose) {
usr.sbin/rpki-client/filemode.c
720
if (verbose > 1) {
usr.sbin/rpki-client/main.c
1149
verbose++;
usr.sbin/rpki-client/main.c
130
if (verbose && fmt != NULL) {
usr.sbin/rpki-client/main.c
557
if (verbose)
usr.sbin/rpki-client/main.c
67
int verbose;
usr.sbin/rpki-client/nca.c
80
if (verbose) {
usr.sbin/rpki-client/nca.c
86
} else if (verbose > 1) {
usr.sbin/rpki-client/parser.c
1020
if (verbose > 0)
usr.sbin/rpki-client/repo.c
1732
if (verbose > 1)
usr.sbin/rpki-client/repo.c
1745
if (verbose > 1)
usr.sbin/rpki-client/repo.c
1894
if (verbose > 1)
usr.sbin/rpki-client/repo.c
1921
else if (verbose > 1)
usr.sbin/rpki-client/repo.c
1933
if (verbose > 1)
usr.sbin/rpki-client/repo.c
1940
if (verbose > 1)
usr.sbin/rpki-client/x509.c
384
if (verbose > 1 && ASN1_STRING_type(as) != V_ASN1_PRINTABLESTRING) {
usr.sbin/rpki-client/x509.c
592
if (verbose > 1 && ptype == V_ASN1_UNDEF)
usr.sbin/rpki-client/x509.c
604
if (verbose)
usr.sbin/slaacctl/slaacctl.c
119
verbose = 1;
usr.sbin/slaacctl/slaacctl.c
123
&verbose, sizeof(verbose));
usr.sbin/slaacctl/slaacctl.c
72
int n, verbose = 0;
usr.sbin/slowcgi/slowcgi.c
1283
if (verbose > 0) {
usr.sbin/slowcgi/slowcgi.c
264
int verbose = 0;
usr.sbin/slowcgi/slowcgi.c
322
verbose++;
usr.sbin/smtpd/enqueue.c
219
verbose = 1;
usr.sbin/smtpd/enqueue.c
336
if (!send_line(fout, verbose, "EHLO localhost\r\n"))
usr.sbin/smtpd/enqueue.c
344
if (!send_line(fout, verbose, "MAIL FROM:<%s> %s%s %s%s\r\n",
usr.sbin/smtpd/enqueue.c
355
if (!send_line(fout, verbose, "RCPT TO:<%s> %s%s\r\n",
usr.sbin/smtpd/enqueue.c
364
if (!send_line(fout, verbose, "DATA\r\n"))
usr.sbin/smtpd/enqueue.c
443
if (!send_line(fout, verbose, ".\r\n"))
usr.sbin/smtpd/enqueue.c
448
if (!send_line(fout, verbose, "QUIT\r\n"))
usr.sbin/smtpd/enqueue.c
498
if (verbose)
usr.sbin/smtpd/enqueue.c
91
int verbose = 0;
usr.sbin/smtpd/log.c
187
if (verbose > 1) {
usr.sbin/smtpd/log.c
199
if (verbose > 1) {
usr.sbin/smtpd/log.c
30
static int verbose;
usr.sbin/smtpd/log.c
39
verbose = n_debug;
usr.sbin/smtpd/log.c
58
verbose = v;
usr.sbin/smtpd/log.c
64
return (verbose);
usr.sbin/smtpd/smtpc.c
199
verbose++;
usr.sbin/smtpd/smtpc.c
206
log_setverbose(verbose);
usr.sbin/smtpd/smtpc.c
38
static int verbose = 1;
usr.sbin/smtpd/smtpc.c
444
if (verbose > lvl) {
usr.sbin/snmpd/log.c
173
if (verbose > 1) {
usr.sbin/snmpd/log.c
30
static int verbose;
usr.sbin/snmpd/log.c
60
verbose = n_debug;
usr.sbin/snmpd/log.c
79
verbose = v;
usr.sbin/snmpd/log.c
85
return (verbose);
usr.sbin/snmpd/snmpd.c
132
int debug = 0, verbose = 0;
usr.sbin/snmpd/snmpd.c
180
verbose++;
usr.sbin/snmpd/snmpd.c
193
log_setverbose(verbose);
usr.sbin/snmpd/snmpd.c
217
log_setverbose(verbose);
usr.sbin/snmpd/traphandler.c
285
int verbose;
usr.sbin/snmpd/traphandler.c
288
verbose = log_getverbose();
usr.sbin/snmpd/traphandler.c
298
log_setverbose(verbose);
usr.sbin/syslogd/log.c
143
if (verbose) {
usr.sbin/syslogd/log.c
165
if (verbose) {
usr.sbin/syslogd/log.c
31
static int verbose;
usr.sbin/syslogd/log.c
42
verbose = n_debug;
usr.sbin/syslogd/log.c
65
verbose = v;
usr.sbin/syslogd/log.c
71
return (verbose);
usr.sbin/syslogd/parent.c
112
verbose = n_debug;
usr.sbin/syslogd/parent.c
126
if (verbose) {
usr.sbin/syslogd/parent.c
31
static int verbose;
usr.sbin/tcpdump/pf_print_state.c
54
print_addr(struct pf_addr_wrap *addr, sa_family_t af, int verbose)
usr.sbin/tcpdump/pf_print_state.c
67
if (verbose) {
usr.sbin/tcpdump/pf_print_state.c
76
if (verbose)
usr.sbin/tcpdump/print-nfs.c
1035
parseattrstat(const u_int32_t *dp, int verbose, int v3)
usr.sbin/tcpdump/print-nfs.c
1045
return (parsefattr(dp, verbose, v3) != NULL);
usr.sbin/tcpdump/print-nfs.c
1181
parse_pre_op_attr(const u_int32_t *dp, int verbose)
usr.sbin/tcpdump/print-nfs.c
1188
if (verbose > 1) {
usr.sbin/tcpdump/print-nfs.c
1202
parse_post_op_attr(const u_int32_t *dp, int verbose)
usr.sbin/tcpdump/print-nfs.c
1208
if (verbose) {
usr.sbin/tcpdump/print-nfs.c
1209
return parsefattr(dp, verbose, 1);
usr.sbin/tcpdump/print-nfs.c
1217
parse_wcc_data(const u_int32_t *dp, int verbose)
usr.sbin/tcpdump/print-nfs.c
1219
if (verbose > 1)
usr.sbin/tcpdump/print-nfs.c
1221
if (!(dp = parse_pre_op_attr(dp, verbose)))
usr.sbin/tcpdump/print-nfs.c
1224
if (verbose)
usr.sbin/tcpdump/print-nfs.c
1226
return parse_post_op_attr(dp, verbose);
usr.sbin/tcpdump/print-nfs.c
1230
parsecreateopres(const u_int32_t *dp, int verbose)
usr.sbin/tcpdump/print-nfs.c
1237
dp = parse_wcc_data(dp, verbose);
usr.sbin/tcpdump/print-nfs.c
1245
if (verbose) {
usr.sbin/tcpdump/print-nfs.c
1246
if (!(dp = parse_post_op_attr(dp, verbose)))
usr.sbin/tcpdump/print-nfs.c
1250
dp = parse_wcc_data(dp, verbose);
usr.sbin/tcpdump/print-nfs.c
1260
parsewccres(const u_int32_t *dp, int verbose)
usr.sbin/tcpdump/print-nfs.c
1266
return parse_wcc_data(dp, verbose) != 0;
usr.sbin/tcpdump/print-nfs.c
1270
parsev3rddirres(const u_int32_t *dp, int verbose)
usr.sbin/tcpdump/print-nfs.c
1278
if (!(dp = parse_post_op_attr(dp, verbose)))
usr.sbin/tcpdump/print-nfs.c
268
print_sattr3(const struct nfsv3_sattr *sa3, int verbose)
usr.sbin/tcpdump/print-nfs.c
276
if (verbose > 1) {
usr.sbin/tcpdump/print-nfs.c
54
static void print_sattr3(const struct nfsv3_sattr *sa3, int verbose);
usr.sbin/tcpdump/print-nfs.c
967
parsefattr(const u_int32_t *dp, int verbose, int v3)
usr.sbin/tcpdump/print-nfs.c
973
if (verbose) {
usr.sbin/tcpdump/print-nfs.c
990
if (verbose > 1) {
usr.sbin/tftp-proxy/tftp-proxy.c
168
int verbose = 0;
usr.sbin/tftp-proxy/tftp-proxy.c
240
verbose = debug = 1;
usr.sbin/tftp-proxy/tftp-proxy.c
249
verbose = 1;
usr.sbin/tftp-proxy/tftp-proxy.c
320
init_filter(NULL, verbose);
usr.sbin/tftp-proxy/tftp-proxy.c
748
if (verbose) {
usr.sbin/tftpd/tftpd.c
292
int verbose = 0;
usr.sbin/tftpd/tftpd.c
324
verbose = debug = 1;
usr.sbin/tftpd/tftpd.c
343
verbose = 1;
usr.sbin/tftpd/tftpd.c
912
if (verbose) {
usr.sbin/tokeninit/tokeninit.c
123
verbose = 1;
usr.sbin/tokeninit/tokeninit.c
139
if (verbose) {
usr.sbin/tokeninit/tokeninit.c
62
int verbose = 0;
usr.sbin/traceroute/traceroute.c
551
conf->verbose = 1;
usr.sbin/traceroute/traceroute.c
985
(conf->xflag || conf->verbose))
usr.sbin/traceroute/traceroute.h
111
int verbose;
usr.sbin/traceroute/worker.c
1127
if (conf->verbose)
usr.sbin/traceroute/worker.c
508
if (conf->verbose)
usr.sbin/traceroute/worker.c
557
if (conf->verbose) {
usr.sbin/traceroute/worker.c
584
if (conf->verbose) {
usr.sbin/traceroute/worker.c
626
if (conf->verbose)
usr.sbin/traceroute/worker.c
645
if (conf->verbose) {
usr.sbin/unbound/cachedb/cachedb.c
108
verbose(VERB_ALGO, "testframe_init");
usr.sbin/unbound/cachedb/cachedb.c
136
verbose(VERB_ALGO, "testframe_deinit");
usr.sbin/unbound/cachedb/cachedb.c
152
verbose(VERB_ALGO, "testframe_lookup of %s", key);
usr.sbin/unbound/cachedb/cachedb.c
159
verbose(VERB_ALGO, "testframe_lookup found %d bytes",
usr.sbin/unbound/cachedb/cachedb.c
180
verbose(VERB_ALGO, "testframe_store %s (%d bytes)", key, (int)data_len);
usr.sbin/unbound/cachedb/cachedb.c
315
verbose(VERB_QUERY, "return error response %s",
usr.sbin/unbound/cachedb/cachedb.c
605
verbose(VERB_ALGO, "cachedb msg adjust by zero");
usr.sbin/unbound/cachedb/cachedb.c
610
verbose(VERB_ALGO, "cachedb msg expired");
usr.sbin/unbound/cachedb/cachedb.c
626
verbose(VERB_ALGO, "cachedb msg adjusted down by %d", (int)adjust);
usr.sbin/unbound/cachedb/cachedb.c
753
verbose(VERB_ALGO, "cachedb expired msg set to be expired now "
usr.sbin/unbound/cachedb/cachedb.c
926
verbose(VERB_QUERY, "cachedb[module %d] operate: extstate:%s event:%s",
usr.sbin/unbound/cachedb/cachedb.c
956
verbose(VERB_ALGO, "got called with event error, giving up");
usr.sbin/unbound/cachedb/cachedb.c
975
verbose(VERB_ALGO, "cachedb inform_super was called");
usr.sbin/unbound/cachedb/redis.c
169
verbose(VERB_ALGO, "redis %sdown, reconnect wait",
usr.sbin/unbound/cachedb/redis.c
217
verbose(VERB_OPS, "Connection to Redis %sestablished (%s%s)",
usr.sbin/unbound/cachedb/redis.c
243
verbose(VERB_ALGO, "redis %sreconnect wait until %d.%6.6d",
usr.sbin/unbound/cachedb/redis.c
263
verbose(VERB_OPS, "Redis initialization");
usr.sbin/unbound/cachedb/redis.c
415
verbose(VERB_OPS, "Redis deinitialization");
usr.sbin/unbound/cachedb/redis.c
528
verbose(VERB_ALGO, "redis_lookup of %s", key);
usr.sbin/unbound/cachedb/redis.c
541
verbose(VERB_ALGO, "redis_lookup: no data cached");
usr.sbin/unbound/cachedb/redis.c
544
verbose(VERB_ALGO, "redis_lookup found %d bytes",
usr.sbin/unbound/cachedb/redis.c
593
verbose(VERB_ALGO, "redis_store %s (%d bytes)", key, (int)data_len);
usr.sbin/unbound/cachedb/redis.c
599
verbose(VERB_ALGO, "redis_store expire %s (%d bytes)",
usr.sbin/unbound/cachedb/redis.c
607
verbose(VERB_ALGO, "redis_store %s (%d bytes) with ttl %u",
usr.sbin/unbound/cachedb/redis.c
622
verbose(VERB_ALGO, "redis_store set completed");
usr.sbin/unbound/daemon/acl_list.c
809
verbose(VERB_ALGO, "%s query from %s port %d because of "
usr.sbin/unbound/daemon/acl_list.c
815
verbose(VERB_ALGO, "%s query from %s port %d", action, a,
usr.sbin/unbound/daemon/acl_list.c
89
verbose(VERB_QUERY, "duplicate acl address ignored.");
usr.sbin/unbound/daemon/daemon.c
436
verbose(VERB_ALGO, "Reloading certificates");
usr.sbin/unbound/daemon/daemon.c
443
verbose(VERB_ALGO, "Removing certificates");
usr.sbin/unbound/daemon/daemon.c
816
verbose(VERB_ALGO, "total of %d outgoing ports available", numport);
usr.sbin/unbound/daemon/daemon.c
961
verbose(VERB_ALGO, "start threads");
usr.sbin/unbound/daemon/daemon.c
982
verbose(VERB_ALGO, "stop threads");
usr.sbin/unbound/daemon/daemon.c
991
verbose(VERB_ALGO, "join %d", i);
usr.sbin/unbound/daemon/daemon.c
993
verbose(VERB_ALGO, "join success %d", i);
usr.sbin/unbound/daemon/remote.c
166
verbose(VERB_ALGO, "setup SSL certificates");
usr.sbin/unbound/daemon/remote.c
301
verbose(VERB_QUERY, "cannot chown %u.%u %s: %s",
usr.sbin/unbound/daemon/remote.c
4207
verbose(VERB_ALGO, "remote exec distributed: %s", (char*)msg);
usr.sbin/unbound/daemon/remote.c
4253
verbose(VERB_QUERY, "control connection has bad magic string");
usr.sbin/unbound/daemon/remote.c
4264
verbose(VERB_QUERY, "control connection had bad "
usr.sbin/unbound/daemon/remote.c
4269
verbose(VERB_DETAIL, "control cmd: %s", buf);
usr.sbin/unbound/daemon/remote.c
4333
verbose(VERB_ALGO, "unauthenticated remote control connection");
usr.sbin/unbound/daemon/remote.c
4341
verbose(VERB_DETAIL, "remote control connection "
usr.sbin/unbound/daemon/remote.c
4346
verbose(VERB_ALGO, "remote control connection authenticated");
usr.sbin/unbound/daemon/remote.c
4349
verbose(VERB_DETAIL, "remote control connection failed to "
usr.sbin/unbound/daemon/remote.c
4360
verbose(VERB_ALGO, "remote control operation completed");
usr.sbin/unbound/daemon/remote.c
4536
verbose(VERB_ALGO, "fast reload: exit notification received");
usr.sbin/unbound/daemon/remote.c
4552
verbose(VERB_ALGO, "fast reload: send notification %s",
usr.sbin/unbound/daemon/remote.c
589
verbose(VERB_QUERY, "warning, in SSL_write, peer "
usr.sbin/unbound/daemon/remote.c
6722
verbose(VERB_ALGO, "fast reload wait for ack: "
usr.sbin/unbound/daemon/remote.c
6727
verbose(VERB_ALGO, "fast reload wait for ack: "
usr.sbin/unbound/daemon/remote.c
6870
verbose(VERB_ALGO, "start fast reload thread");
usr.sbin/unbound/daemon/remote.c
6906
verbose(VERB_ALGO, "stop fast reload thread");
usr.sbin/unbound/daemon/remote.c
6920
verbose(VERB_ALGO, "stop fast reload thread with done_error");
usr.sbin/unbound/daemon/remote.c
7331
verbose(VERB_ALGO, "send notification to fast reload thread: %s",
usr.sbin/unbound/daemon/remote.c
7386
verbose(VERB_ALGO, "join with fastreload thread");
usr.sbin/unbound/daemon/remote.c
7388
verbose(VERB_ALGO, "joined with fastreload thread");
usr.sbin/unbound/daemon/remote.c
7470
verbose(VERB_ALGO, "worker reload ack from (uint8_t)%d",
usr.sbin/unbound/daemon/remote.c
7524
verbose(VERB_ALGO, "fast reload wait for ack: "
usr.sbin/unbound/daemon/remote.c
7999
verbose(VERB_ALGO, "worker: drop mesh queries after reload");
usr.sbin/unbound/daemon/remote.c
8010
verbose(VERB_ALGO, "worker resume after reload");
usr.sbin/unbound/daemon/remote.c
8044
verbose(VERB_ALGO, "main perform fast reload status: %s",
usr.sbin/unbound/daemon/remote.c
8097
verbose(VERB_ALGO, "closed connection from fast reload thread");
usr.sbin/unbound/daemon/remote.c
8311
verbose(VERB_ALGO, "fast reload client: error, close it");
usr.sbin/unbound/daemon/stats.c
392
verbose(VERB_ALGO, "write stats cmd");
usr.sbin/unbound/daemon/stats.c
396
verbose(VERB_ALGO, "wait for stats reply");
usr.sbin/unbound/daemon/stats.c
405
verbose(VERB_OPS, "no response from thread %d"
usr.sbin/unbound/daemon/stats.c
439
verbose(VERB_ALGO, "write stats replymsg");
usr.sbin/unbound/daemon/unbound.c
290
verbose(VERB_ALGO, "increased limit(open files) from %u to %u",
usr.sbin/unbound/daemon/unbound.c
585
verbose(VERB_QUERY, "chdir to %s", cfg->chrootdir);
usr.sbin/unbound/daemon/unbound.c
592
verbose(VERB_QUERY, "chroot to %s", cfg->chrootdir);
usr.sbin/unbound/daemon/unbound.c
626
verbose(VERB_QUERY, "chdir to %s", dir);
usr.sbin/unbound/daemon/unbound.c
660
verbose(VERB_QUERY, "drop user privileges, run as %s",
usr.sbin/unbound/daemon/unbound.c
692
verbose(VERB_OPS, "Restart of %s.", PACKAGE_STRING);
usr.sbin/unbound/daemon/unbound.c
693
else verbose(VERB_OPS, "Start of %s.", PACKAGE_STRING);
usr.sbin/unbound/daemon/unbound.c
726
verbose(VERB_ALGO, "cleanup.");
usr.sbin/unbound/daemon/unbound.c
730
verbose(VERB_ALGO, "Exit cleanup.");
usr.sbin/unbound/daemon/worker.c
1386
verbose(VERB_ALGO, "attached EDE code: %d", LDNS_EDE_PROHIBITED);
usr.sbin/unbound/daemon/worker.c
1442
verbose(VERB_QUERY, "ip_ratelimit allowed through for "
usr.sbin/unbound/daemon/worker.c
1504
verbose(VERB_ALGO, "handle request called with err=%d", error);
usr.sbin/unbound/daemon/worker.c
1532
verbose(VERB_ALGO,
usr.sbin/unbound/daemon/worker.c
1544
verbose(VERB_ALGO,
usr.sbin/unbound/daemon/worker.c
1560
verbose(VERB_ALGO,
usr.sbin/unbound/daemon/worker.c
1610
verbose(VERB_ALGO, "worker check request: bad query.");
usr.sbin/unbound/daemon/worker.c
1639
verbose(VERB_ALGO, "worker parse request: formerror.");
usr.sbin/unbound/daemon/worker.c
1657
verbose(VERB_ALGO, "worker request: refused zone transfer.");
usr.sbin/unbound/daemon/worker.c
1676
verbose(VERB_ALGO, "worker request: formerror for meta-type.");
usr.sbin/unbound/daemon/worker.c
1694
verbose(VERB_ALGO, "worker parse edns: formerror.");
usr.sbin/unbound/daemon/worker.c
1715
verbose(VERB_ALGO, "query with bad edns version.");
usr.sbin/unbound/daemon/worker.c
1731
verbose(VERB_QUERY, "worker request: EDNS bufsize %d ignored",
usr.sbin/unbound/daemon/worker.c
1783
verbose(VERB_ALGO, "worker request: "
usr.sbin/unbound/daemon/worker.c
1807
verbose(VERB_QUERY,
usr.sbin/unbound/daemon/worker.c
1815
verbose(VERB_ALGO, "worker request: edns is too small.");
usr.sbin/unbound/daemon/worker.c
2040
verbose(VERB_ALGO, "answer from the cache failed");
usr.sbin/unbound/daemon/worker.c
2052
verbose(VERB_ALGO, "answer norec from cache -- "
usr.sbin/unbound/daemon/worker.c
218
verbose(VERB_QUERY, "cache memory msg=%u rrset=%u infra=%u val=%u "
usr.sbin/unbound/daemon/worker.c
225
verbose(VERB_QUERY, "cache memory msg=%u rrset=%u infra=%u val=%u",
usr.sbin/unbound/daemon/worker.c
2476
verbose(VERB_ALGO, "set statistics interval %d secs",
usr.sbin/unbound/daemon/worker.c
251
verbose(VERB_ALGO, "worker svcd callback for qstate %p", e->qstate);
usr.sbin/unbound/daemon/worker.c
265
verbose(VERB_ALGO, "worker: bad reply handled as timeout");
usr.sbin/unbound/daemon/worker.c
355
verbose(VERB_QUERY, "request too short, discarded");
usr.sbin/unbound/daemon/worker.c
361
verbose(VERB_QUERY, "request too large, discarded");
usr.sbin/unbound/daemon/worker.c
366
verbose(VERB_QUERY, "request has QR bit on, discarded");
usr.sbin/unbound/daemon/worker.c
371
verbose(VERB_QUERY, "request bad, has TC bit on");
usr.sbin/unbound/daemon/worker.c
377
verbose(VERB_QUERY, "request unknown opcode %d",
usr.sbin/unbound/daemon/worker.c
383
verbose(VERB_QUERY, "request wrong nr qd=%d",
usr.sbin/unbound/daemon/worker.c
391
verbose(VERB_QUERY, "request wrong nr an=%d",
usr.sbin/unbound/daemon/worker.c
397
verbose(VERB_QUERY, "request wrong nr ns=%d",
usr.sbin/unbound/daemon/worker.c
403
verbose(VERB_QUERY, "request wrong nr ar=%d",
usr.sbin/unbound/daemon/worker.c
474
verbose(VERB_ALGO, "reload reply, control cmd quit");
usr.sbin/unbound/daemon/worker.c
482
verbose(VERB_ALGO, "worker: drop mesh queries after reload");
usr.sbin/unbound/daemon/worker.c
487
verbose(VERB_ALGO, "worker resume after reload");
usr.sbin/unbound/daemon/worker.c
510
verbose(VERB_ALGO, "got control cmd quit");
usr.sbin/unbound/daemon/worker.c
514
verbose(VERB_ALGO, "got control cmd stats");
usr.sbin/unbound/daemon/worker.c
518
verbose(VERB_ALGO, "got control cmd stats_noreset");
usr.sbin/unbound/daemon/worker.c
522
verbose(VERB_ALGO, "got control cmd remote");
usr.sbin/unbound/daemon/worker.c
526
verbose(VERB_ALGO, "got control cmd reload_stop");
usr.sbin/unbound/daemon/worker.c
530
verbose(VERB_ALGO, "got control cmd reload_poll");
usr.sbin/unbound/daemon/worker.c
825
verbose(VERB_ALGO, "Cache reply: cname chain broken");
usr.sbin/unbound/daemon/worker.c
859
verbose(VERB_ALGO, "Cache reply: unchecked entry needs "
usr.sbin/unbound/daemon/worker.c
867
verbose(VERB_ALGO, "Cache reply: secure entry"
usr.sbin/unbound/dns64/dns64.c
371
verbose(VERB_ALGO, "dns64-prefix: %s", dns64_prefix);
usr.sbin/unbound/dns64/dns64.c
484
verbose(VERB_ALGO, "dns64: rewrite PTR record");
usr.sbin/unbound/dns64/dns64.c
518
verbose(VERB_ALGO, "dns64: query A record");
usr.sbin/unbound/dns64/dns64.c
529
verbose(VERB_ALGO, "dns64: sub-query creation failed");
usr.sbin/unbound/dns64/dns64.c
594
verbose(VERB_ALGO, "dns64: ignore-aaaa and synthesize anyway");
usr.sbin/unbound/dns64/dns64.c
603
verbose(VERB_ALGO, "dns64: pass to next module");
usr.sbin/unbound/dns64/dns64.c
651
verbose(VERB_ALGO, "dns64: ignore-aaaa and synthesize anyway");
usr.sbin/unbound/dns64/dns64.c
688
verbose(VERB_QUERY, "dns64[module %d] operate: extstate:%s event:%s",
usr.sbin/unbound/dns64/dns64.c
829
verbose(VERB_ALGO, "converting A answers to AAAA answers");
usr.sbin/unbound/dns64/dns64.c
923
verbose(VERB_ALGO, "adjusting PTR reply");
usr.sbin/unbound/dnscrypt/dnscrypt.c
1034
verbose(VERB_OPS, "DNSCrypt: Freeing environment.");
usr.sbin/unbound/dnscrypt/dnscrypt.c
620
verbose(VERB_OPS, "Cert %s is rotated and will not be distributed via DNS", head->str);
usr.sbin/unbound/dnscrypt/dnscrypt.c
624
verbose(VERB_OPS, "Loaded cert %s", head->str);
usr.sbin/unbound/dnscrypt/dnscrypt.c
725
verbose(VERB_OPS,
usr.sbin/unbound/dnscrypt/dnscrypt.c
735
verbose(VERB_OPS, "cert #%" PRIu32 " is too long", serial);
usr.sbin/unbound/dnscrypt/dnscrypt.c
757
verbose(VERB_OPS,
usr.sbin/unbound/dnscrypt/dnscrypt.c
833
verbose(VERB_OPS, "Loaded key %s", head->str);
usr.sbin/unbound/dnscrypt/dnscrypt.c
839
verbose(VERB_OPS, "Crypt public key fingerprint for %s: %s", head->str, fingerprint);
usr.sbin/unbound/dnscrypt/dnscrypt.c
857
verbose(VERB_OPS, "Crypt public key fingerprint for %s: %s",
usr.sbin/unbound/dnscrypt/dnscrypt.c
859
verbose(VERB_OPS, "Using %s",
usr.sbin/unbound/dnscrypt/dnscrypt.c
909
verbose(VERB_ALGO, "handle request called on DNSCrypt socket");
usr.sbin/unbound/dnscrypt/dnscrypt.c
916
verbose(VERB_ALGO, "dnscrypt: Failed to uncurve");
usr.sbin/unbound/dnscrypt/dnscrypt.c
943
verbose(VERB_ALGO, "dnscrypt: Failed to curve cached missed answer");
usr.sbin/unbound/dnstap/dnstap.c
166
verbose(VERB_OPS, "attempting to connect to dnstap socket %s",
usr.sbin/unbound/dnstap/dnstap.c
214
verbose(VERB_OPS, "dnstap identity field set to \"%s\"",
usr.sbin/unbound/dnstap/dnstap.c
234
verbose(VERB_OPS, "dnstap version field set to \"%s\"",
usr.sbin/unbound/dnstap/dnstap.c
244
verbose(VERB_OPS, "dnstap Message/RESOLVER_QUERY enabled");
usr.sbin/unbound/dnstap/dnstap.c
249
verbose(VERB_OPS, "dnstap Message/RESOLVER_RESPONSE enabled");
usr.sbin/unbound/dnstap/dnstap.c
254
verbose(VERB_OPS, "dnstap Message/CLIENT_QUERY enabled");
usr.sbin/unbound/dnstap/dnstap.c
259
verbose(VERB_OPS, "dnstap Message/CLIENT_RESPONSE enabled");
usr.sbin/unbound/dnstap/dnstap.c
264
verbose(VERB_OPS, "dnstap Message/FORWARDER_QUERY enabled");
usr.sbin/unbound/dnstap/dnstap.c
269
verbose(VERB_OPS, "dnstap Message/FORWARDER_RESPONSE enabled");
usr.sbin/unbound/dnstap/dnstap.c
274
verbose(VERB_OPS, "dnstap SAMPLE_RATE enabled and set to \"%d\"", (int)env->sample_rate);
usr.sbin/unbound/dnstap/dtstream.c
1019
verbose(VERB_DETAIL, "dnstap io: output closed by the "
usr.sbin/unbound/dnstap/dtstream.c
1037
verbose(VERB_DETAIL, "dnstap io: output closed by the "
usr.sbin/unbound/dnstap/dtstream.c
1042
verbose(VERB_DETAIL, "dnstap io: output closed by the "
usr.sbin/unbound/dnstap/dtstream.c
1117
verbose(VERB_OPS, "dnstap: received frame exceeds max "
usr.sbin/unbound/dnstap/dtstream.c
1160
verbose(VERB_OPS, "dnstap: invalid data received");
usr.sbin/unbound/dnstap/dtstream.c
1165
verbose(VERB_ALGO, "dnstap: invalid control type received, "
usr.sbin/unbound/dnstap/dtstream.c
1189
verbose(VERB_OPS, "dnstap io: out of "
usr.sbin/unbound/dnstap/dtstream.c
1199
verbose(VERB_ALGO, "dnstap: ACCEPT frame "
usr.sbin/unbound/dnstap/dtstream.c
1347
verbose(VERB_ALGO, "dnstap io, %s, SSL "
usr.sbin/unbound/dnstap/dtstream.c
1356
verbose(VERB_ALGO, "dnstap io, %s, SSL "
usr.sbin/unbound/dnstap/dtstream.c
1362
verbose(VERB_ALGO, "dnstap io, %s, SSL "
usr.sbin/unbound/dnstap/dtstream.c
1380
verbose(VERB_ALGO, "dnstap io, %s, SSL connection "
usr.sbin/unbound/dnstap/dtstream.c
1388
verbose(VERB_ALGO, "dnstap io, %s, SSL connection",
usr.sbin/unbound/dnstap/dtstream.c
1460
verbose(VERB_OPS, "dnstap io, ssl handshake failed "
usr.sbin/unbound/dnstap/dtstream.c
1603
verbose(VERB_ALGO, "dnstap io: cmd channel closed");
usr.sbin/unbound/dnstap/dtstream.c
1605
verbose(VERB_ALGO, "dnstap io: cmd channel cmd quit");
usr.sbin/unbound/dnstap/dtstream.c
1607
verbose(VERB_ALGO, "dnstap io: cmd channel cmd wakeup");
usr.sbin/unbound/dnstap/dtstream.c
1610
verbose(VERB_ALGO, "dnstap io: cmd wakeup ignored, "
usr.sbin/unbound/dnstap/dtstream.c
1620
verbose(VERB_ALGO, "dnstap io: cmd channel unknown command");
usr.sbin/unbound/dnstap/dtstream.c
1712
verbose(VERB_ALGO, "dnstap io: stop flush: output closed");
usr.sbin/unbound/dnstap/dtstream.c
1732
verbose(VERB_ALGO, "dnstap io: stop flush timer expired, stop flush");
usr.sbin/unbound/dnstap/dtstream.c
1770
verbose(VERB_ALGO, "dnstap io: "
usr.sbin/unbound/dnstap/dtstream.c
1782
verbose(VERB_ALGO, "dnstap io: "
usr.sbin/unbound/dnstap/dtstream.c
1789
verbose(VERB_ALGO, "dnstap io: stop flush completed "
usr.sbin/unbound/dnstap/dtstream.c
1797
verbose(VERB_ALGO, "dnstap io: stop flush completed "
usr.sbin/unbound/dnstap/dtstream.c
1880
verbose(VERB_ALGO, "dnstap io: stop flush started");
usr.sbin/unbound/dnstap/dtstream.c
1885
verbose(VERB_ALGO, "dnstap io: stop flush ended");
usr.sbin/unbound/dnstap/dtstream.c
2150
verbose(VERB_ALGO, "start dnstap io thread");
usr.sbin/unbound/dnstap/dtstream.c
2161
verbose(VERB_ALGO, "stop dnstap io thread");
usr.sbin/unbound/dnstap/dtstream.c
2204
verbose(VERB_ALGO, "dnstap io: send stop cmd");
usr.sbin/unbound/dnstap/dtstream.c
571
verbose(VERB_ALGO, "dnstap io: reconnect timer");
usr.sbin/unbound/dnstap/dtstream.c
602
verbose(VERB_ALGO, "dnstap io: set reconnect attempt after %d msec",
usr.sbin/unbound/dnstap/dtstream.c
753
verbose(VERB_DETAIL, "dnstap io: connected to %s",
usr.sbin/unbound/dnstap/dtstream.c
756
verbose(VERB_DETAIL, "dnstap io: connected to \"%s\"",
usr.sbin/unbound/dnstap/dtstream.c
997
verbose(VERB_DETAIL, "dnstap io: output closed by the other side");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1028
verbose(VERB_OPS, "ssl handshake failed "
usr.sbin/unbound/dynlibmod/dynlibmod.c
205
verbose(VERB_ALGO, "dynlibmod: get_mem, id: %d, de:%p", id, de);
usr.sbin/unbound/dynlibmod/dynlibmod.c
98
verbose(VERB_ALGO, "dynlibmod[%d]: Trying to load library %s", dynlib_mod_idx, de->fname);
usr.sbin/unbound/edns-subnet/subnet-whitelist.c
104
verbose(VERB_ALGO, "send-client-subnet: %s", str);
usr.sbin/unbound/edns-subnet/subnet-whitelist.c
163
verbose(VERB_QUERY, "ignoring duplicate "
usr.sbin/unbound/edns-subnet/subnet-whitelist.c
91
verbose(VERB_QUERY,
usr.sbin/unbound/edns-subnet/subnetmod.c
1074
verbose(VERB_ALGO, "subnetcache: pass to next module");
usr.sbin/unbound/edns-subnet/subnetmod.c
1097
verbose(VERB_QUERY, "subnetcache: answered from cache");
usr.sbin/unbound/edns-subnet/subnetmod.c
1153
verbose(VERB_ALGO,
usr.sbin/unbound/edns-subnet/subnetmod.c
1186
verbose(VERB_ALGO, "subnetcache: pass to next module");
usr.sbin/unbound/edns-subnet/subnetmod.c
170
verbose(VERB_ALGO, "subnet subquery is not stored globally, stuborfwd is no_cache");
usr.sbin/unbound/edns-subnet/subnetmod.c
172
verbose(VERB_ALGO, "subnet store subquery global, name and addr have no subnet treatment.%s",
usr.sbin/unbound/edns-subnet/subnetmod.c
286
verbose(VERB_QUERY, "subnetcache: option registered (%d)",
usr.sbin/unbound/edns-subnet/subnetmod.c
589
verbose(VERB_ALGO, "subnet: unchecked cache entry needs "
usr.sbin/unbound/edns-subnet/subnetmod.c
663
verbose(VERB_ALGO, "Could not allocate new subnet qstate");
usr.sbin/unbound/edns-subnet/subnetmod.c
694
verbose(VERB_ALGO, "subnetcache: make subquery to look up without subnet");
usr.sbin/unbound/edns-subnet/subnetmod.c
696
verbose(VERB_ALGO, "Could not generate sub query");
usr.sbin/unbound/edns-subnet/subnetmod.c
722
verbose(VERB_ALGO, "subnet: store error response");
usr.sbin/unbound/edns-subnet/subnetmod.c
733
verbose(VERB_QUERY, "subnetcache: received spurious data");
usr.sbin/unbound/edns-subnet/subnetmod.c
745
verbose(VERB_QUERY, "subnetcache: Authority indicates no support");
usr.sbin/unbound/edns-subnet/subnetmod.c
772
verbose(VERB_QUERY, "subnetcache: forged data");
usr.sbin/unbound/edns-subnet/subnetmod.c
940
verbose(VERB_ALGO, "%s (null)", s);
usr.sbin/unbound/edns-subnet/subnetmod.c
945
verbose(VERB_ALGO, "%s %s", s, buf);
usr.sbin/unbound/edns-subnet/subnetmod.c
994
verbose(VERB_QUERY, "subnetcache[module %d] operate: extstate:%s "
usr.sbin/unbound/ipsecmod/ipsecmod.c
161
verbose(VERB_ALGO, "Could not generate request: cycle detected");
usr.sbin/unbound/ipsecmod/ipsecmod.c
370
verbose(VERB_ALGO, "ipsecmod: shell command: '%s'", str);
usr.sbin/unbound/ipsecmod/ipsecmod.c
405
verbose(VERB_ALGO, "ipsecmod: query for %s; engaging",
usr.sbin/unbound/ipsecmod/ipsecmod.c
496
verbose(VERB_ALGO, "ipsecmod: response for %s; generating IPSECKEY "
usr.sbin/unbound/ipsecmod/ipsecmod.c
518
verbose(VERB_QUERY, "ipsecmod[module %d] operate: extstate:%s event:%s",
usr.sbin/unbound/ipsecmod/ipsecmod.c
549
verbose(VERB_ALGO, "got called with event error, giving up");
usr.sbin/unbound/ipsecmod/ipsecmod.c
576
verbose(VERB_ALGO, "super has no ipsecmod state");
usr.sbin/unbound/ipset/ipset.c
206
verbose(VERB_QUERY, "ipset: add %s to %s for %s", ip, setname, dname);
usr.sbin/unbound/ipset/ipset.c
410
verbose(VERB_QUERY, "ipset[module %d] operate: extstate:%s event:%s",
usr.sbin/unbound/ipset/ipset.c
447
verbose(VERB_ALGO, "got called with event error, giving up");
usr.sbin/unbound/ipset/ipset.c
45
verbose(VERB_QUERY, "return error response %s",
usr.sbin/unbound/ipset/ipset.c
465
verbose(VERB_ALGO, "ipset inform_super was called");
usr.sbin/unbound/iterator/iter_donotq.c
85
verbose(VERB_QUERY, "duplicate donotquery address ignored.");
usr.sbin/unbound/iterator/iter_donotq.c
97
verbose(VERB_ALGO, "donotq: %s", str);
usr.sbin/unbound/iterator/iter_fwd.c
305
verbose(VERB_QUERY, "Forward zone server list:");
usr.sbin/unbound/iterator/iter_hints.c
335
verbose(VERB_QUERY, "Reading root hints from %s", fname);
usr.sbin/unbound/iterator/iter_hints.c
470
verbose(VERB_ALGO, "no config, using builtin root hints.");
usr.sbin/unbound/iterator/iter_priv.c
101
verbose(VERB_QUERY, "ignoring duplicate "
usr.sbin/unbound/iterator/iter_priv.c
140
verbose(VERB_QUERY, "ignoring duplicate "
usr.sbin/unbound/iterator/iter_scrub.c
193
verbose(VERB_ALGO, "Found CNAME rrset with "
usr.sbin/unbound/iterator/iter_scrub.c
517
verbose(VERB_ALGO, "Found DNAME rrset with "
usr.sbin/unbound/iterator/iter_scrub.c
524
verbose(VERB_ALGO, "synthesized CNAME "
usr.sbin/unbound/iterator/iter_scrub.c
596
verbose(VERB_ALGO, "normalize: re-order of DNAME and its CNAME");
usr.sbin/unbound/iterator/iter_utils.c
1175
verbose(VERB_ALGO, "caps fallback: removing additional section");
usr.sbin/unbound/iterator/iter_utils.c
1188
verbose(VERB_ALGO, "caps fallback: removing NS rrset");
usr.sbin/unbound/iterator/iter_utils.c
1585
verbose(level, "stub for %s %s has no_cache", qname, dpname);
usr.sbin/unbound/iterator/iter_utils.c
1589
verbose(VERB_ALGO, "no cache stub dpname too long");
usr.sbin/unbound/iterator/iter_utils.c
1614
verbose(level, "forward for %s %s has no_cache", qname, dpname);
usr.sbin/unbound/iterator/iter_utils.c
1618
verbose(VERB_ALGO, "no cache dpname too long");
usr.sbin/unbound/iterator/iter_utils.c
217
verbose(VERB_QUERY, "target fetch policy for level %d is %d",
usr.sbin/unbound/iterator/iter_utils.c
362
verbose(VERB_ALGO, " rtt=%d%s%s%s%s%s", rtt,
usr.sbin/unbound/iterator/iter_utils.c
496
verbose(VERB_ALGO, "Bad choices, trying to get more choice");
usr.sbin/unbound/iterator/iter_utils.c
683
verbose(VERB_ALGO, "selrtt %d", selrtt);
usr.sbin/unbound/iterator/iter_utils.c
686
verbose(VERB_ALGO, "chase to "
usr.sbin/unbound/iterator/iter_utils.c
691
verbose(VERB_ALGO, "chase to "
usr.sbin/unbound/iterator/iter_utils.c
697
verbose(VERB_ALGO, "chase to recursion lame server");
usr.sbin/unbound/iterator/iter_utils.c
701
verbose(VERB_ALGO, "chase to dnssec lame server");
usr.sbin/unbound/iterator/iter_utils.c
705
verbose(VERB_ALGO, "chase to blacklisted lame server");
usr.sbin/unbound/iterator/iterator.c
1041
verbose(VERB_ALGO, "could not prime stub");
usr.sbin/unbound/iterator/iterator.c
1112
verbose(VERB_ALGO, "auth_zone %s "
usr.sbin/unbound/iterator/iterator.c
1129
verbose(VERB_ALGO, "auth_zone %s "
usr.sbin/unbound/iterator/iterator.c
1219
verbose(VERB_ALGO, "could not generate addr check");
usr.sbin/unbound/iterator/iterator.c
1263
verbose(VERB_ALGO, "could not generate ns check");
usr.sbin/unbound/iterator/iterator.c
1330
verbose(VERB_ALGO, "could not generate dnskey prefetch");
usr.sbin/unbound/iterator/iterator.c
1374
verbose(VERB_ALGO, "forwarding request");
usr.sbin/unbound/iterator/iterator.c
1411
verbose(VERB_QUERY, "request has exceeded the maximum number"
usr.sbin/unbound/iterator/iterator.c
1424
verbose(VERB_ALGO, "request has dependency depth of %d", iq->depth);
usr.sbin/unbound/iterator/iterator.c
1426
verbose(VERB_QUERY, "request has exceeded the maximum "
usr.sbin/unbound/iterator/iterator.c
1511
verbose(VERB_ALGO, "no-cache set, going to the network");
usr.sbin/unbound/iterator/iterator.c
1518
verbose(VERB_ALGO, "cache blacklisted, going to the network");
usr.sbin/unbound/iterator/iterator.c
1549
verbose(VERB_ALGO, "msg ttl is %d, prefetch ttl %d",
usr.sbin/unbound/iterator/iterator.c
1557
verbose(VERB_ALGO, "returning CNAME response from "
usr.sbin/unbound/iterator/iterator.c
1586
verbose(VERB_ALGO, "returning answer from cache.");
usr.sbin/unbound/iterator/iterator.c
1613
verbose(VERB_ALGO, "cannot forward RD=0 query, to stop query loops");
usr.sbin/unbound/iterator/iterator.c
1745
verbose(VERB_QUERY, "cache has stub "
usr.sbin/unbound/iterator/iterator.c
1757
verbose(VERB_ALGO, "useless dp "
usr.sbin/unbound/iterator/iterator.c
1769
verbose(VERB_QUERY, "Cache has root NS but "
usr.sbin/unbound/iterator/iterator.c
1790
verbose(VERB_ALGO,
usr.sbin/unbound/iterator/iterator.c
1801
verbose(VERB_ALGO, "cache delegation returns delegpt");
usr.sbin/unbound/iterator/iterator.c
2053
verbose(VERB_QUERY, "request %s has exceeded the maximum "
usr.sbin/unbound/iterator/iterator.c
2061
verbose(VERB_QUERY, "request %s has exceeded the maximum "
usr.sbin/unbound/iterator/iterator.c
2168
verbose(VERB_ALGO, "No more query targets, attempting last resort");
usr.sbin/unbound/iterator/iterator.c
2178
verbose(VERB_QUERY, "configured stub or forward servers failed -- returning SERVFAIL");
usr.sbin/unbound/iterator/iterator.c
2187
verbose(VERB_ALGO, "try unverified glue from cache");
usr.sbin/unbound/iterator/iterator.c
2222
verbose(VERB_ALGO, "try to grab parent NS");
usr.sbin/unbound/iterator/iterator.c
2240
verbose(VERB_ALGO, "try parent-side-name, w. glue from cache");
usr.sbin/unbound/iterator/iterator.c
2247
verbose(VERB_ALGO, "try parent-side glue from cache");
usr.sbin/unbound/iterator/iterator.c
2253
verbose(VERB_ALGO, "try parent-side target name");
usr.sbin/unbound/iterator/iterator.c
2269
verbose(VERB_QUERY, "maxdepth and need more nameservers, fail");
usr.sbin/unbound/iterator/iterator.c
2277
verbose(VERB_QUERY, "request %s has exceeded the maximum "
usr.sbin/unbound/iterator/iterator.c
2316
verbose(VERB_ALGO, "try parent-side glue lookup");
usr.sbin/unbound/iterator/iterator.c
2336
verbose(VERB_ALGO, "try parent-side glue lookup");
usr.sbin/unbound/iterator/iterator.c
2355
verbose(VERB_QUERY, "out of query targets -- returning SERVFAIL");
usr.sbin/unbound/iterator/iterator.c
2379
verbose(VERB_ALGO, "processDSNSFind");
usr.sbin/unbound/iterator/iterator.c
241
verbose(VERB_ALGO, "subq error, but not interested");
usr.sbin/unbound/iterator/iterator.c
2425
verbose(VERB_ALGO, "waiting for %d targets to "
usr.sbin/unbound/iterator/iterator.c
2431
verbose(VERB_ALGO, "waiting for %d targets to "
usr.sbin/unbound/iterator/iterator.c
2435
verbose(VERB_ALGO, "waiting for %d "
usr.sbin/unbound/iterator/iterator.c
2477
verbose(VERB_ALGO, "processQueryTargets: targetqueries %d, "
usr.sbin/unbound/iterator/iterator.c
2483
verbose(VERB_QUERY, "request has exceeded the maximum "
usr.sbin/unbound/iterator/iterator.c
2489
verbose(VERB_QUERY, "request has exceeded the maximum "
usr.sbin/unbound/iterator/iterator.c
2504
verbose(VERB_ALGO, "request has exceeded the maximum "
usr.sbin/unbound/iterator/iterator.c
2509
verbose(VERB_QUERY, "Failed to get a delegation, "
usr.sbin/unbound/iterator/iterator.c
2518
verbose(VERB_ALGO, "parent-side information is "
usr.sbin/unbound/iterator/iterator.c
2524
verbose(VERB_ALGO, "initiating parent-side fallback for "
usr.sbin/unbound/iterator/iterator.c
2536
verbose(VERB_ALGO, "out of memory while initiating "
usr.sbin/unbound/iterator/iterator.c
2552
verbose(VERB_QUERY, "Failed to get a delegation, "
usr.sbin/unbound/iterator/iterator.c
2560
verbose(VERB_ALGO, "request has exceeded the maximum "
usr.sbin/unbound/iterator/iterator.c
2571
verbose(VERB_ALGO, "this delegation point "
usr.sbin/unbound/iterator/iterator.c
2584
verbose(VERB_QUERY, "Failed to get a delegation, giving up");
usr.sbin/unbound/iterator/iterator.c
2598
verbose(VERB_ALGO, "woke up, but wait for outstanding query");
usr.sbin/unbound/iterator/iterator.c
2668
verbose(VERB_QUERY, "removing %d labels", labdiff-1);
usr.sbin/unbound/iterator/iterator.c
2708
verbose(VERB_ALGO,
usr.sbin/unbound/iterator/iterator.c
2760
verbose(VERB_ALGO, "forwarder, ignoring referral from auth zone");
usr.sbin/unbound/iterator/iterator.c
277
verbose(VERB_QUERY, "return error response %s",
usr.sbin/unbound/iterator/iterator.c
2774
verbose(VERB_ALGO, "auth zone lookup failed, no fallback,"
usr.sbin/unbound/iterator/iterator.c
2819
verbose(VERB_ALGO, "wait for all targets for fallback");
usr.sbin/unbound/iterator/iterator.c
2839
verbose(VERB_ALGO, "0x20 fallback had %d responses "
usr.sbin/unbound/iterator/iterator.c
2852
verbose(VERB_ALGO, "0x20 fallback number %d",
usr.sbin/unbound/iterator/iterator.c
2861
verbose(VERB_ALGO, "attempt to get extra %d targets",
usr.sbin/unbound/iterator/iterator.c
2957
verbose(VERB_ALGO, "querying for next "
usr.sbin/unbound/iterator/iterator.c
3000
verbose(VERB_ALGO, "0x20 fallback had %d responses, "
usr.sbin/unbound/iterator/iterator.c
3020
verbose(VERB_ALGO, "no current targets");
usr.sbin/unbound/iterator/iterator.c
3043
verbose(VERB_ALGO, "available target exists in cache but "
usr.sbin/unbound/iterator/iterator.c
305
verbose(VERB_ALGO, "error response for prefetch in cache");
usr.sbin/unbound/iterator/iterator.c
3068
verbose(VERB_QUERY, "request %s has exceeded the maximum "
usr.sbin/unbound/iterator/iterator.c
3082
verbose(VERB_ALGO, "dnssec status: %s%s",
usr.sbin/unbound/iterator/iterator.c
3108
verbose(VERB_ALGO, "query exceeded ratelimits");
usr.sbin/unbound/iterator/iterator.c
3175
verbose(VERB_ALGO, "query response was timeout");
usr.sbin/unbound/iterator/iterator.c
322
verbose(VERB_ALGO, "reset serve-expired-ttl for "
usr.sbin/unbound/iterator/iterator.c
3245
verbose(VERB_ALGO, "bad referral, throwaway");
usr.sbin/unbound/iterator/iterator.c
327
verbose(VERB_ALGO, "set serve-expired-norec-ttl for "
usr.sbin/unbound/iterator/iterator.c
3301
verbose(VERB_DETAIL, "query response was %s",
usr.sbin/unbound/iterator/iterator.c
3328
verbose(VERB_ALGO, "make DNSKEY minimal for serve "
usr.sbin/unbound/iterator/iterator.c
3397
verbose(VERB_ALGO,
usr.sbin/unbound/iterator/iterator.c
3409
verbose(VERB_DETAIL, "query response was REFERRAL");
usr.sbin/unbound/iterator/iterator.c
3523
verbose(VERB_ALGO, "cleared outbound list for next round");
usr.sbin/unbound/iterator/iterator.c
3531
verbose(VERB_DETAIL, "query response was CNAME");
usr.sbin/unbound/iterator/iterator.c
3552
verbose(VERB_ALGO, "continue query minimisation, "
usr.sbin/unbound/iterator/iterator.c
360
verbose(VERB_ALGO, "store error response in message cache");
usr.sbin/unbound/iterator/iterator.c
3638
verbose(VERB_ALGO, "cleared outbound list for query restart");
usr.sbin/unbound/iterator/iterator.c
3643
verbose(VERB_DETAIL, "query response was categorized as %sLAME",
usr.sbin/unbound/iterator/iterator.c
3661
verbose(VERB_DETAIL, "query response REC_LAME: "
usr.sbin/unbound/iterator/iterator.c
3669
verbose(VERB_DETAIL, "mark as REC_LAME");
usr.sbin/unbound/iterator/iterator.c
3682
verbose(VERB_DETAIL, "query response was categorized as THROWAWAY");
usr.sbin/unbound/iterator/iterator.c
3699
verbose(VERB_ALGO, "auth zone response bad, and no"
usr.sbin/unbound/iterator/iterator.c
3705
verbose(VERB_ALGO, "auth zone response was bad, "
usr.sbin/unbound/iterator/iterator.c
3741
verbose(VERB_ALGO, "prime response was not a positive "
usr.sbin/unbound/iterator/iterator.c
3812
verbose(VERB_ALGO, "could not generate prime check");
usr.sbin/unbound/iterator/iterator.c
3856
verbose(VERB_ALGO, "subq: parent not interested, was reset");
usr.sbin/unbound/iterator/iterator.c
3863
verbose(VERB_ALGO, "subq: parent not interested anymore");
usr.sbin/unbound/iterator/iterator.c
3909
verbose(VERB_ALGO, "added target response");
usr.sbin/unbound/iterator/iterator.c
3912
verbose(VERB_ALGO, "iterator TargetResponse failed");
usr.sbin/unbound/iterator/iterator.c
397
verbose(VERB_ALGO, "prepending %d rrsets", (int)num_an + (int)num_ns);
usr.sbin/unbound/iterator/iterator.c
4111
verbose(VERB_ALGO, "No root hints or fwds, giving up "
usr.sbin/unbound/iterator/iterator.c
4146
verbose(VERB_ALGO, "No response is set, servfail");
usr.sbin/unbound/iterator/iterator.c
4169
verbose(VERB_ALGO, "iterator EDE: %s", err_str);
usr.sbin/unbound/iterator/iterator.c
4250
verbose(VERB_ALGO, "iter_handle processing q with state %s",
usr.sbin/unbound/iterator/iterator.c
4305
verbose(VERB_ALGO, "process_request: new external request event");
usr.sbin/unbound/iterator/iterator.c
4319
verbose(VERB_ALGO, "process_response: new external response event");
usr.sbin/unbound/iterator/iterator.c
4337
verbose(VERB_DETAIL, "Capsforid: timeouts, starting fallback");
usr.sbin/unbound/iterator/iterator.c
4366
verbose(VERB_ALGO, "parse error on reply packet");
usr.sbin/unbound/iterator/iterator.c
4408
verbose(VERB_DETAIL, "Capsforid: scrub failed, starting fallback with no response");
usr.sbin/unbound/iterator/iterator.c
4455
verbose(VERB_DETAIL, "Capsforid: starting fallback");
usr.sbin/unbound/iterator/iterator.c
4481
verbose(VERB_DETAIL, "Capsforid fallback: "
usr.sbin/unbound/iterator/iterator.c
4493
verbose(VERB_DETAIL, "Capsforid: reply is equal. "
usr.sbin/unbound/iterator/iterator.c
4511
verbose(VERB_QUERY, "iterator[module %d] operate: extstate:%s event:%s",
usr.sbin/unbound/iterator/iterator.c
4540
verbose(VERB_ALGO, "got called with event error, giving up");
usr.sbin/unbound/iterator/iterator.c
928
verbose(VERB_DETAIL, "priming . %s NS",
usr.sbin/unbound/iterator/iterator.c
933
verbose(VERB_ALGO, "Cannot prime due to lack of hints");
usr.sbin/unbound/iterator/iterator.c
942
verbose(VERB_ALGO, "could not prime root");
usr.sbin/unbound/respip/respip.c
1105
verbose(VERB_ALGO, "respip: pass to next module");
usr.sbin/unbound/respip/respip.c
195
verbose(VERB_QUERY, "duplicate response-ip action for '%s', overridden.",
usr.sbin/unbound/respip/respip.c
702
verbose(VERB_ALGO,
usr.sbin/unbound/respip/respip.c
918
verbose(VERB_ALGO, "respip: failed because view %s no "
usr.sbin/unbound/respip/respip.c
995
verbose(VERB_ALGO, "respip: rpz: response-ip trigger %s/%d on %s %s with action %s", nm, raddr->node.net, qn, ip, rpz_action_to_string(respip_action_to_rpz_action(action)));
usr.sbin/unbound/services/authzone.c
1521
verbose(VERB_ALGO, "opening $INCLUDE %s",
usr.sbin/unbound/services/authzone.c
1543
verbose(VERB_ALGO, "done with $INCLUDE %s",
usr.sbin/unbound/services/authzone.c
1590
verbose(VERB_ALGO, "read zonefile %s for %s", zfilename, nm);
usr.sbin/unbound/services/authzone.c
1597
verbose(VERB_ALGO, "no zonefile %s for %s",
usr.sbin/unbound/services/authzone.c
1703
verbose(VERB_ALGO, "failed to rr2str rr %d", (int)i);
usr.sbin/unbound/services/authzone.c
1865
verbose(VERB_ALGO, "zonemd duplicate for scheme %d "
usr.sbin/unbound/services/authzone.c
1954
verbose(VERB_ALGO, "auth-zone %s ZONEMD %d %d is unsupported: %s", zstr, (int)scheme, (int)hashalgo, *reason);
usr.sbin/unbound/services/authzone.c
1963
verbose(VERB_ALGO, "auth-zone %s ZONEMD hash is correct", zstr);
usr.sbin/unbound/services/authzone.c
1985
verbose(VERB_ALGO, "auth-zone %s ZONEMD failed: %s", zstr, *reason);
usr.sbin/unbound/services/authzone.c
4444
verbose(VERB_ALGO, "http chunkline, "
usr.sbin/unbound/services/authzone.c
4562
verbose(VERB_ALGO, "http chunkline: "
usr.sbin/unbound/services/authzone.c
4863
verbose(VERB_ALGO, "%s at[%d] %s %s", label, (int)rr_counter,
usr.sbin/unbound/services/authzone.c
4880
verbose(VERB_OPS, "IXFR has no second SOA record");
usr.sbin/unbound/services/authzone.c
4886
verbose(VERB_OPS, "IXFR cannot parse second SOA record");
usr.sbin/unbound/services/authzone.c
4891
verbose(VERB_OPS, "IXFR second record is not type SOA");
usr.sbin/unbound/services/authzone.c
4895
verbose(VERB_OPS, "IXFR, second SOA has short rdlength");
usr.sbin/unbound/services/authzone.c
4901
verbose(VERB_OPS, "IXFR second serial same as first");
usr.sbin/unbound/services/authzone.c
4907
verbose(VERB_OPS, "IXFR is from serial %u to %u but %u "
usr.sbin/unbound/services/authzone.c
5048
verbose(VERB_ALGO, "IXFR did not apply cleanly, fetching full zone");
usr.sbin/unbound/services/authzone.c
5145
verbose(VERB_ALGO, "http download %s of size %d",
usr.sbin/unbound/services/authzone.c
5196
verbose(VERB_ALGO, "error parsing ORIGIN on line [%s:%d] %s",
usr.sbin/unbound/services/authzone.c
5206
verbose(VERB_ALGO, "error parsing TTL on line [%s:%d] %s",
usr.sbin/unbound/services/authzone.c
5215
verbose(VERB_ALGO, "error parsing line [%s:%d] %s",
usr.sbin/unbound/services/authzone.c
5284
verbose(VERB_ALGO, "write zonefile %s for %s", zfilename, nm);
usr.sbin/unbound/services/authzone.c
5289
verbose(VERB_ALGO, "tmpfilename too long, cannot update "
usr.sbin/unbound/services/authzone.c
5363
verbose(VERB_ALGO, "http from %s: could not store data",
usr.sbin/unbound/services/authzone.c
5371
verbose(VERB_ALGO, "xfr from %s: could not store IXFR"
usr.sbin/unbound/services/authzone.c
5379
verbose(VERB_ALGO, "xfr from %s: could not store AXFR"
usr.sbin/unbound/services/authzone.c
5388
verbose(VERB_ALGO, "xfr from %s: no SOA in zone after update"
usr.sbin/unbound/services/authzone.c
5410
verbose(VERB_ALGO, "xfr from %s: ZONEMD failed for %s, transfer is failed", xfr->task_transfer->master->host, zname);
usr.sbin/unbound/services/authzone.c
5435
verbose(VERB_QUERY, "auth zone %s updated to serial %u", zname,
usr.sbin/unbound/services/authzone.c
5593
verbose(VERB_ALGO, "cannot create http cp "
usr.sbin/unbound/services/authzone.c
5602
verbose(VERB_ALGO, "auth zone %s transfer next HTTP fetch from %s started", zname, as);
usr.sbin/unbound/services/authzone.c
5625
verbose(VERB_ALGO, "cannot create tcp cp connection for "
usr.sbin/unbound/services/authzone.c
5634
verbose(VERB_ALGO, "auth zone %s transfer next %s fetch from %s started", zname,
usr.sbin/unbound/services/authzone.c
5657
verbose(VERB_ALGO, "auth zone %s transfer next target lookup", zname);
usr.sbin/unbound/services/authzone.c
5680
verbose(VERB_ALGO, "auth zone %s transfer failed, wait", zname);
usr.sbin/unbound/services/authzone.c
5737
verbose(VERB_ALGO, "auth host %s lookup %s",
usr.sbin/unbound/services/authzone.c
5765
verbose(VERB_OPS, "auth zone %s: primary %s address lookup is DNSSEC bogus: %s",
usr.sbin/unbound/services/authzone.c
5791
verbose(VERB_ALGO, "auth zone %s host %s type %s transfer lookup has nodata", zname, xfr->task_transfer->lookup_target->host, (xfr->task_transfer->lookup_aaaa?"AAAA":"A"));
usr.sbin/unbound/services/authzone.c
5798
verbose(VERB_ALGO, "auth zone %s host %s type %s transfer lookup has no answer", zname, xfr->task_transfer->lookup_target->host, (xfr->task_transfer->lookup_aaaa?"AAAA":"A"));
usr.sbin/unbound/services/authzone.c
5806
verbose(VERB_ALGO, "auth zone %s host %s type %s transfer lookup failed", zname, xfr->task_transfer->lookup_target->host, (xfr->task_transfer->lookup_aaaa?"AAAA":"A"));
usr.sbin/unbound/services/authzone.c
5833
verbose(VERB_ALGO, "xfr to %s failed, packet too small",
usr.sbin/unbound/services/authzone.c
5838
verbose(VERB_ALGO, "xfr to %s failed, packet has no QR flag",
usr.sbin/unbound/services/authzone.c
5843
verbose(VERB_ALGO, "xfr to %s failed, packet has TC flag",
usr.sbin/unbound/services/authzone.c
5849
verbose(VERB_ALGO, "xfr to %s failed, packet wrong ID",
usr.sbin/unbound/services/authzone.c
5863
verbose(VERB_ALGO, "xfr to %s, fallback "
usr.sbin/unbound/services/authzone.c
5872
verbose(VERB_ALGO, "xfr to %s failed, packet with rcode %s",
usr.sbin/unbound/services/authzone.c
5877
verbose(VERB_ALGO, "xfr to %s failed, packet with bad opcode",
usr.sbin/unbound/services/authzone.c
5882
verbose(VERB_ALGO, "xfr to %s failed, packet has qdcount %d",
usr.sbin/unbound/services/authzone.c
5894
verbose(VERB_ALGO, "xfr to %s failed, packet with "
usr.sbin/unbound/services/authzone.c
5901
verbose(VERB_ALGO, "xfr to %s failed, packet with "
usr.sbin/unbound/services/authzone.c
5907
verbose(VERB_ALGO, "xfr to %s failed, packet with "
usr.sbin/unbound/services/authzone.c
5915
verbose(VERB_ALGO, "xfr to %s failed, packet with "
usr.sbin/unbound/services/authzone.c
5922
verbose(VERB_ALGO, "xfr to %s failed, packet "
usr.sbin/unbound/services/authzone.c
5929
verbose(VERB_ALGO, "xfr to %s failed, packet "
usr.sbin/unbound/services/authzone.c
5944
verbose(VERB_ALGO, "xfr to %s failed, packet with "
usr.sbin/unbound/services/authzone.c
5950
verbose(VERB_ALGO, "xfr to %s failed, packet with "
usr.sbin/unbound/services/authzone.c
5960
verbose(VERB_ALGO, "xfr to %s failed, packet with "
usr.sbin/unbound/services/authzone.c
5970
verbose(VERB_ALGO, "xfr to %s failed, packet with "
usr.sbin/unbound/services/authzone.c
5984
verbose(VERB_ALGO, "xfr to %s failed, packet "
usr.sbin/unbound/services/authzone.c
5991
verbose(VERB_ALGO, "xfr to %s failed, packet "
usr.sbin/unbound/services/authzone.c
6005
verbose(VERB_ALGO, "xfr to %s ended, "
usr.sbin/unbound/services/authzone.c
6020
verbose(VERB_ALGO, "xfr %s: contains "
usr.sbin/unbound/services/authzone.c
6030
verbose(VERB_ALGO, "xfr %s: last AXFR packet",
usr.sbin/unbound/services/authzone.c
6042
verbose(VERB_ALGO, "xfr %s: last IXFR packet",
usr.sbin/unbound/services/authzone.c
6060
verbose(VERB_ALGO, "xfr to %s failed, packet with "
usr.sbin/unbound/services/authzone.c
6066
verbose(VERB_ALGO, "xfr to %s failed, packet with "
usr.sbin/unbound/services/authzone.c
6076
verbose(VERB_ALGO, "xfr to %s failed, packet with "
usr.sbin/unbound/services/authzone.c
6089
verbose(VERB_ALGO, "xfr to %s failed, packet with "
usr.sbin/unbound/services/authzone.c
6095
verbose(VERB_ALGO, "xfr to %s failed, packet with "
usr.sbin/unbound/services/authzone.c
6105
verbose(VERB_ALGO, "xfr to %s failed, packet with "
usr.sbin/unbound/services/authzone.c
6209
verbose(VERB_ALGO, "xfr stopped, connection timeout to %s",
usr.sbin/unbound/services/authzone.c
6217
verbose(VERB_ALGO, "xfr to %s, fallback "
usr.sbin/unbound/services/authzone.c
6257
verbose(VERB_ALGO, "xfr stopped, connection lost to %s",
usr.sbin/unbound/services/authzone.c
6265
verbose(VERB_ALGO, "xfr to %s, fallback "
usr.sbin/unbound/services/authzone.c
6296
verbose(VERB_ALGO, "xfr stopped to %s, malloc failed",
usr.sbin/unbound/services/authzone.c
6331
verbose(VERB_ALGO, "auth zone transfer http callback");
usr.sbin/unbound/services/authzone.c
6339
verbose(VERB_ALGO, "http stopped, connection lost to %s",
usr.sbin/unbound/services/authzone.c
6356
verbose(VERB_ALGO, "auth zone http queued up %d bytes",
usr.sbin/unbound/services/authzone.c
6359
verbose(VERB_ALGO, "http stopped to %s, malloc failed",
usr.sbin/unbound/services/authzone.c
6491
verbose(VERB_ALGO, "cannot create udp cp for "
usr.sbin/unbound/services/authzone.c
6511
verbose(VERB_ALGO, "failed to send soa probe for %s to %s",
usr.sbin/unbound/services/authzone.c
6519
verbose(VERB_ALGO, "auth zone %s soa probe sent to %s", zname,
usr.sbin/unbound/services/authzone.c
6549
verbose(VERB_ALGO, "auth zone %s soa probe timeout", zname);
usr.sbin/unbound/services/authzone.c
6597
verbose(VERB_ALGO, "auth zone %s: soa probe "
usr.sbin/unbound/services/authzone.c
6604
verbose(VERB_ALGO, "auth_zone updated, start transfer");
usr.sbin/unbound/services/authzone.c
6626
verbose(VERB_ALGO, "auth_zone master reports unchanged soa serial");
usr.sbin/unbound/services/authzone.c
6636
verbose(VERB_ALGO, "auth zone %s: bad reply to soa probe", buf);
usr.sbin/unbound/services/authzone.c
6643
verbose(VERB_ALGO, "auth zone %s: soa probe failed", buf);
usr.sbin/unbound/services/authzone.c
6758
verbose(VERB_ALGO, "auth zone %s probe next target lookup", zname);
usr.sbin/unbound/services/authzone.c
6771
verbose(VERB_ALGO, "auth zone %s probe: notify addrs updated", zname);
usr.sbin/unbound/services/authzone.c
6779
verbose(VERB_ALGO, "auth zone %s probe: finished only_lookup", zname);
usr.sbin/unbound/services/authzone.c
6815
verbose(VERB_ALGO, "auth_zone %s unchanged, new lease, wait", zname);
usr.sbin/unbound/services/authzone.c
6826
verbose(VERB_ALGO, "auth zone %s soa probe failed, wait to retry", zname);
usr.sbin/unbound/services/authzone.c
6858
verbose(VERB_OPS, "auth zone %s: primary %s address probe lookup is DNSSEC bogus: %s",
usr.sbin/unbound/services/authzone.c
6884
verbose(VERB_ALGO, "auth zone %s host %s type %s probe lookup has nodata", zname, xfr->task_probe->lookup_target->host, (xfr->task_probe->lookup_aaaa?"AAAA":"A"));
usr.sbin/unbound/services/authzone.c
6891
verbose(VERB_ALGO, "auth zone %s host %s type %s probe lookup has no address", zname, xfr->task_probe->lookup_target->host, (xfr->task_probe->lookup_aaaa?"AAAA":"A"));
usr.sbin/unbound/services/authzone.c
6899
verbose(VERB_ALGO, "auth zone %s host %s type %s probe lookup failed", zname, xfr->task_probe->lookup_target->host, (xfr->task_probe->lookup_aaaa?"AAAA":"A"));
usr.sbin/unbound/services/authzone.c
7084
verbose(VERB_ALGO, "auth zone %s timeout in %d seconds",
usr.sbin/unbound/services/authzone.c
7861
verbose(VERB_ALGO, "zonemd scheme=%d hashalgo=%d",
usr.sbin/unbound/services/authzone.c
7872
verbose(VERB_ALGO, "zonemd scheme=%d hashalgo=%d",
usr.sbin/unbound/services/authzone.c
7895
verbose(level, "auth zone %s %s", str, msg);
usr.sbin/unbound/services/authzone.c
8113
verbose(VERB_ALGO, "zonemd-permissive-mode enabled, "
usr.sbin/unbound/services/cache/dns.c
1155
verbose(VERB_ALGO, "set "
usr.sbin/unbound/services/cache/dns.c
1166
verbose(VERB_ALGO, "reset "
usr.sbin/unbound/services/cache/dns.c
1174
verbose(VERB_ALGO, "a validated expired entry "
usr.sbin/unbound/services/cache/dns.c
189
verbose(VERB_ALGO, "TTL 0: dropped msg from cache");
usr.sbin/unbound/services/cache/infra.c
1133
verbose(VERB_OPS, "ratelimit exceeded %s %d query %s %s %s from %s", buf, lim, qnm, cs, ts, ip);
usr.sbin/unbound/services/cache/infra.c
1135
verbose(VERB_OPS, "ratelimit exceeded %s %d query %s %s %s", buf, lim, qnm, cs, ts);
usr.sbin/unbound/services/cache/infra.c
1228
verbose(VERB_OPS, "ip_ratelimit exceeded %s %d%s %s",
usr.sbin/unbound/services/cache/infra.c
1232
verbose(VERB_OPS, "ip_ratelimit exceeded %s %d%s (no query name)",
usr.sbin/unbound/services/cache/rrset.c
298
verbose(VERB_ALGO, "wildcard canonical parent outside signer authority");
usr.sbin/unbound/services/listen_dnsport.c
1471
verbose(VERB_ALGO, "setup TCP for SSL service");
usr.sbin/unbound/services/listen_dnsport.c
156
verbose(VERB_ALGO, "creating %s%s socket %s %d%s%s",
usr.sbin/unbound/services/listen_dnsport.c
1774
verbose(4, "interface %s has address %s", search_ifa, addr_buf);
usr.sbin/unbound/services/listen_dnsport.c
2302
verbose(VERB_ALGO, "tcp channel read side closed %d", req->cp->fd);
usr.sbin/unbound/services/listen_dnsport.c
2408
verbose(VERB_ALGO, "drop stream reply, no space left, in stream-wait-size");
usr.sbin/unbound/services/listen_dnsport.c
2527
verbose(VERB_QUERY, "http2: cannot get stream data, closing "
usr.sbin/unbound/services/listen_dnsport.c
2533
verbose(VERB_QUERY, "http2: cannot submit buffer. No data "
usr.sbin/unbound/services/listen_dnsport.c
2573
verbose(VERB_QUERY, "http2: nghttp2_submit_rst_stream failed, "
usr.sbin/unbound/services/listen_dnsport.c
2608
verbose(VERB_QUERY, "http2: submit response error: "
usr.sbin/unbound/services/listen_dnsport.c
2619
verbose(VERB_ALGO, "reset HTTP2 stream, no space left, "
usr.sbin/unbound/services/listen_dnsport.c
2662
verbose(VERB_QUERY, "http2: set_stream_user_data failed, "
usr.sbin/unbound/services/listen_dnsport.c
2709
verbose(VERB_QUERY, "http2: cannot get stream data, closing "
usr.sbin/unbound/services/listen_dnsport.c
2737
verbose(VERB_QUERY, "http2: submit error failed, "
usr.sbin/unbound/services/listen_dnsport.c
2753
verbose(VERB_QUERY, "http2: submit error failed, "
usr.sbin/unbound/services/listen_dnsport.c
2773
verbose(VERB_ALGO, "http2_query_read_done failure: shared "
usr.sbin/unbound/services/listen_dnsport.c
2785
verbose(VERB_ALGO, "http2_query_read_done failure: can't fit "
usr.sbin/unbound/services/listen_dnsport.c
2862
verbose(VERB_QUERY, "http2 request invalid, returning :status="
usr.sbin/unbound/services/listen_dnsport.c
2883
verbose(VERB_QUERY, "http2 query dropped in worker cb");
usr.sbin/unbound/services/listen_dnsport.c
2894
verbose(VERB_QUERY, "http2 query submitted to session");
usr.sbin/unbound/services/listen_dnsport.c
2921
verbose(VERB_QUERY, "http2: set_stream_user_data failed, "
usr.sbin/unbound/services/listen_dnsport.c
2948
verbose(VERB_ALGO, "http2_req_header fail, "
usr.sbin/unbound/services/listen_dnsport.c
2966
verbose(VERB_ALGO, "reset HTTP2 stream, no space left, "
usr.sbin/unbound/services/listen_dnsport.c
2983
verbose(VERB_ALGO, "HTTP2 stream contains wrong b64 encoding");
usr.sbin/unbound/services/listen_dnsport.c
3182
verbose(VERB_ALGO, "reset HTTP2 stream, no space left, "
usr.sbin/unbound/services/listen_dnsport.c
3197
verbose(VERB_ALGO, "http2 data_chunk_recv failed. Not enough "
usr.sbin/unbound/services/listen_dnsport.c
3512
verbose(VERB_ALGO, "doq %s timer set %d.%6.6d in %d.%6.6d",
usr.sbin/unbound/services/listen_dnsport.c
3964
verbose(VERB_ALGO, "doq: shutdown stream_id %d with app_error_code %d",
usr.sbin/unbound/services/listen_dnsport.c
3978
verbose(VERB_ALGO, "doq: conn extend max streams bidi by 1");
usr.sbin/unbound/services/listen_dnsport.c
4004
verbose(VERB_ALGO, "doq stream: no space for reply length");
usr.sbin/unbound/services/listen_dnsport.c
4026
verbose(VERB_ALGO, "doq stream %d response\n%s",
usr.sbin/unbound/services/listen_dnsport.c
4080
verbose(VERB_ALGO, "doq stream: no space for query length");
usr.sbin/unbound/services/listen_dnsport.c
4103
verbose(VERB_ALGO, "doq %s stream %d incoming query\n%s",
usr.sbin/unbound/services/listen_dnsport.c
4110
verbose(VERB_ALGO, "doq_stream_data_complete: no in buffer");
usr.sbin/unbound/services/listen_dnsport.c
4114
verbose(VERB_ALGO, "doq_stream_data_complete: query too long");
usr.sbin/unbound/services/listen_dnsport.c
4122
verbose(VERB_ALGO, "doq_stream_data_complete: connection "
usr.sbin/unbound/services/listen_dnsport.c
4133
verbose(VERB_ALGO, "doq: failed to send_reply");
usr.sbin/unbound/services/listen_dnsport.c
4179
verbose(VERB_ALGO, "doq stream buffer too small");
usr.sbin/unbound/services/listen_dnsport.c
4186
verbose(VERB_ALGO, "doq: stream has "
usr.sbin/unbound/services/listen_dnsport.c
4206
verbose(VERB_ALGO, "doq: completed stream has "
usr.sbin/unbound/services/listen_dnsport.c
4221
verbose(VERB_ALGO, "doq: stream recv FIN, but is "
usr.sbin/unbound/services/listen_dnsport.c
4252
verbose(VERB_ALGO, "doq_conn_generate_new_conid failed: could not "
usr.sbin/unbound/services/listen_dnsport.c
4326
verbose(VERB_ALGO, "doq submit new token");
usr.sbin/unbound/services/listen_dnsport.c
4341
verbose(VERB_ALGO, "doq handshake_completed callback");
usr.sbin/unbound/services/listen_dnsport.c
4342
verbose(VERB_ALGO, "ngtcp2_conn_get_max_data_left is %d",
usr.sbin/unbound/services/listen_dnsport.c
4345
verbose(VERB_ALGO, "ngtcp2_conn_get_max_local_streams_uni is %d",
usr.sbin/unbound/services/listen_dnsport.c
4348
verbose(VERB_ALGO, "ngtcp2_conn_get_streams_uni_left is %d",
usr.sbin/unbound/services/listen_dnsport.c
4350
verbose(VERB_ALGO, "ngtcp2_conn_get_streams_bidi_left is %d",
usr.sbin/unbound/services/listen_dnsport.c
4352
verbose(VERB_ALGO, "negotiated cipher name is %s",
usr.sbin/unbound/services/listen_dnsport.c
4363
verbose(VERB_ALGO, "negotiated ALPN is '%s'", alpnstr);
usr.sbin/unbound/services/listen_dnsport.c
4378
verbose(VERB_ALGO, "doq new stream %x", (int)stream_id);
usr.sbin/unbound/services/listen_dnsport.c
4380
verbose(VERB_ALGO, "doq: stream with this id already exists");
usr.sbin/unbound/services/listen_dnsport.c
4389
verbose(VERB_ALGO, "doq: no mem for new stream");
usr.sbin/unbound/services/listen_dnsport.c
4421
verbose(VERB_ALGO, "doq recv stream data stream id %d offset %d "
usr.sbin/unbound/services/listen_dnsport.c
4432
verbose(VERB_ALGO, "doq: received stream data for "
usr.sbin/unbound/services/listen_dnsport.c
4437
verbose(VERB_ALGO, "doq: stream is closed, ignore recv data");
usr.sbin/unbound/services/listen_dnsport.c
4468
verbose(VERB_ALGO, "doq stream close for stream id %d %sapp_error_code %d",
usr.sbin/unbound/services/listen_dnsport.c
4474
verbose(VERB_ALGO, "doq stream close for stream id %d",
usr.sbin/unbound/services/listen_dnsport.c
4479
verbose(VERB_ALGO, "doq: stream close for "
usr.sbin/unbound/services/listen_dnsport.c
4496
verbose(VERB_ALGO, "doq stream reset for stream id %d final_size %d "
usr.sbin/unbound/services/listen_dnsport.c
4502
verbose(VERB_ALGO, "doq: stream reset for "
usr.sbin/unbound/services/listen_dnsport.c
4518
verbose(VERB_ALGO, "doq extend_max_stream_data stream id %d "
usr.sbin/unbound/services/listen_dnsport.c
4524
verbose(VERB_ALGO, "doq: unknown stream %d", (int)stream_id);
usr.sbin/unbound/services/listen_dnsport.c
4542
verbose(VERB_ALGO, "doq stream acked data for stream id %d offset %d "
usr.sbin/unbound/services/listen_dnsport.c
4547
verbose(VERB_ALGO, "doq: stream acked data for "
usr.sbin/unbound/services/listen_dnsport.c
4571
verbose(VERB_ALGO, "libngtcp2: %s", buf);
usr.sbin/unbound/services/listen_dnsport.c
4580
verbose(VERB_ALGO, "doq application tx key cb");
usr.sbin/unbound/services/listen_dnsport.c
4583
verbose(VERB_ALGO, "doq ngtcp2_conn_get_max_data_left is %d",
usr.sbin/unbound/services/listen_dnsport.c
4586
verbose(VERB_ALGO, "doq ngtcp2_conn_get_max_local_streams_uni is %d",
usr.sbin/unbound/services/listen_dnsport.c
4589
verbose(VERB_ALGO, "doq ngtcp2_conn_get_streams_uni_left is %d",
usr.sbin/unbound/services/listen_dnsport.c
4591
verbose(VERB_ALGO, "doq ngtcp2_conn_get_streams_bidi_left is %d",
usr.sbin/unbound/services/listen_dnsport.c
461
verbose(VERB_ALGO, "setsockopt(..., SO_SNDBUFFORCE, "
usr.sbin/unbound/services/listen_dnsport.c
4618
verbose(VERB_ALGO, "doq: ngtcp2_crypto_derive_and_install_rx_key for level %d ossl %d", (int)level, (int)ossl_level);
usr.sbin/unbound/services/listen_dnsport.c
4629
verbose(VERB_ALGO, "doq: ngtcp2_crypto_derive_and_install_tx_key for level %d ossl %d", (int)level, (int)ossl_level);
usr.sbin/unbound/services/listen_dnsport.c
4666
verbose(VERB_ALGO, "doq_add_handshake_data: "
usr.sbin/unbound/services/listen_dnsport.c
4707
verbose(VERB_ALGO, "doq alpn_select_cb: ALPN from client does "
usr.sbin/unbound/services/listen_dnsport.c
5084
verbose(VERB_ALGO, "doq connection id already exists for "
usr.sbin/unbound/services/listen_dnsport.c
5288
verbose(VERB_ALGO, "doq send connection close");
usr.sbin/unbound/services/listen_dnsport.c
5348
verbose(VERB_ALGO, "ngtcp2_conn_read_pkt returned %s",
usr.sbin/unbound/services/listen_dnsport.c
5353
verbose(VERB_ALGO, "ngtcp2_conn_read_pkt returned %s",
usr.sbin/unbound/services/listen_dnsport.c
5359
verbose(VERB_ALGO, "ngtcp2_conn_read_pkt returned %s",
usr.sbin/unbound/services/listen_dnsport.c
5443
verbose(VERB_ALGO, "doq: doq_conn write stream %d",
usr.sbin/unbound/services/listen_dnsport.c
5463
verbose(VERB_ALGO, "doq: doq_conn write stream -1");
usr.sbin/unbound/services/listen_dnsport.c
5485
verbose(VERB_ALGO, "doq: write more, ndatalen %d", (int)ndatalen);
usr.sbin/unbound/services/listen_dnsport.c
5496
verbose(VERB_ALGO, "doq: ngtcp2_conn_writev_stream returned NGTCP2_ERR_STREAM_DATA_BLOCKED");
usr.sbin/unbound/services/listen_dnsport.c
5505
verbose(VERB_ALGO, "doq: ngtcp2_conn_writev_stream returned NGTCP2_ERR_STREAM_SHUT_WR");
usr.sbin/unbound/services/listen_dnsport.c
5537
verbose(VERB_ALGO, "doq: writev_stream pkt size %d ndatawritten %d",
usr.sbin/unbound/services/listen_dnsport.c
5696
verbose(VERB_ALGO, "ngtcp2_conn_handle_expiry failed: %s",
usr.sbin/unbound/services/listen_dnsport.c
785
verbose(VERB_ALGO,
usr.sbin/unbound/services/listen_dnsport.c
985
verbose(VERB_ALGO, "creating unix socket %s", path);
usr.sbin/unbound/services/localzone.c
1178
if(c) verbose(VERB_ALGO, "applied tags to %d local zones", c);
usr.sbin/unbound/services/localzone.c
1533
verbose(VERB_ALGO, "redirect with tag data [%d] %s",
usr.sbin/unbound/services/localzone.c
1828
verbose(VERB_ALGO, "local zone override to type %s",
usr.sbin/unbound/services/localzone.c
1853
verbose(VERB_ALGO, "matched tag [%d] %s",
usr.sbin/unbound/services/localzone.c
1858
verbose(VERB_ALGO, "tag action [%d] %s to type %s",
usr.sbin/unbound/services/localzone.c
1919
verbose(VERB_ALGO, "using localzone %s %s from view %s",
usr.sbin/unbound/services/localzone.c
1941
verbose(VERB_ALGO, "using localzone %s %s", zname,
usr.sbin/unbound/services/localzone.c
616
verbose(VERB_ALGO, "ignoring duplicate RR: %s", rrstr);
usr.sbin/unbound/services/mesh.c
1265
verbose(VERB_ALGO, "attach failed, cycle detected");
usr.sbin/unbound/services/mesh.c
1603
verbose(VERB_ALGO, "query took " ARG_LL "d.%6.6d sec",
usr.sbin/unbound/services/mesh.c
1732
verbose(VERB_ALGO, "DNS Error Reporting: report query qname too long; "
usr.sbin/unbound/services/mesh.c
1790
verbose(VERB_ALGO, "drop reply, it is older than discard-timeout");
usr.sbin/unbound/services/mesh.c
2238
verbose(VERB_ALGO, "mesh_run: start");
usr.sbin/unbound/services/mesh.c
2250
verbose(VERB_ALGO, "mesh_run: %s module exit state is %s",
usr.sbin/unbound/services/mesh.c
2294
verbose(VERB_DETAIL, "%s %u recursion states (%u with reply, "
usr.sbin/unbound/services/mesh.c
2490
verbose(VERB_ALGO, "Serve expired: Trying to reply with expired data");
usr.sbin/unbound/services/mesh.c
2496
verbose(VERB_ALGO,
usr.sbin/unbound/services/mesh.c
2584
verbose(VERB_ALGO, "drop reply, it is older than discard-timeout");
usr.sbin/unbound/services/mesh.c
317
verbose(VERB_ALGO, "notify supers of failure");
usr.sbin/unbound/services/mesh.c
369
verbose(VERB_ALGO, "Serve expired: bogus answer found in cache");
usr.sbin/unbound/services/mesh.c
372
verbose(VERB_ALGO, "Serve expired: unchecked entry needs "
usr.sbin/unbound/services/mesh.c
377
verbose(VERB_ALGO, "Serve expired: secure entry"
usr.sbin/unbound/services/mesh.c
446
verbose(VERB_ALGO, "Too many queries waiting from the IP. "
usr.sbin/unbound/services/mesh.c
466
verbose(VERB_ALGO, "Too many queries. dropping "
usr.sbin/unbound/services/mesh.c
481
verbose(VERB_ALGO, "Too many requests queued. "
usr.sbin/unbound/services/mesh.c
745
verbose(VERB_ALGO, "Too many queries. dropped prefetch.");
usr.sbin/unbound/services/mesh.c
816
verbose(VERB_ALGO, "Too many queries. dropped prefetch.");
usr.sbin/unbound/services/modstack.c
112
verbose(VERB_QUERY, "module config: \"%s\"", module_conf);
usr.sbin/unbound/services/modstack.c
249
verbose(VERB_OPS, "startup module %d: %s",
usr.sbin/unbound/services/modstack.c
292
verbose(VERB_OPS, "init module %d: %s",
usr.sbin/unbound/services/outside_network.c
1118
verbose(VERB_CLIENT, "reuse_move_writewait_away current %s %d bytes were written",
usr.sbin/unbound/services/outside_network.c
1143
verbose(VERB_CLIENT, "reuse_move_writewait_away item %s", buf);
usr.sbin/unbound/services/outside_network.c
1155
verbose(VERB_CLIENT, "reuse_tcp_remove_tree_list");
usr.sbin/unbound/services/outside_network.c
1234
verbose(VERB_CLIENT, "decommission_pending_tcp");
usr.sbin/unbound/services/outside_network.c
1350
verbose(VERB_ALGO, "outnettcp cb");
usr.sbin/unbound/services/outside_network.c
1353
verbose(VERB_QUERY, "outnettcp got tcp timeout "
usr.sbin/unbound/services/outside_network.c
1359
verbose(VERB_QUERY, "outnettcp got tcp timeout %s",
usr.sbin/unbound/services/outside_network.c
1368
verbose(VERB_ALGO, "outnet tcp pkt was written event");
usr.sbin/unbound/services/outside_network.c
1379
verbose(VERB_ALGO, "outnet tcp setup next pkt");
usr.sbin/unbound/services/outside_network.c
1390
verbose(VERB_ALGO, "outnet tcp writes done, wait");
usr.sbin/unbound/services/outside_network.c
1400
verbose(VERB_QUERY, "outnettcp got tcp error %d", error);
usr.sbin/unbound/services/outside_network.c
1441
verbose(VERB_CLIENT, "outnet tcp callback query err %d buflen %d",
usr.sbin/unbound/services/outside_network.c
1446
verbose(VERB_CLIENT, "outnet_tcp_cb reuse after cb");
usr.sbin/unbound/services/outside_network.c
1448
verbose(VERB_CLIENT, "outnet_tcp_cb reuse after cb: keep it");
usr.sbin/unbound/services/outside_network.c
1460
verbose(VERB_CLIENT, "outnet_tcp_cb reuse after cb: decommission it");
usr.sbin/unbound/services/outside_network.c
1479
verbose(VERB_ALGO, "close of port %d", pc->number);
usr.sbin/unbound/services/outside_network.c
1534
verbose(VERB_ALGO, "answer cb");
usr.sbin/unbound/services/outside_network.c
1537
verbose(VERB_QUERY, "outnetudp got udp error %d", error);
usr.sbin/unbound/services/outside_network.c
1541
verbose(VERB_QUERY, "outnetudp udp too short");
usr.sbin/unbound/services/outside_network.c
1550
verbose(VERB_ALGO, "Incoming reply id = %4.4x", key.id);
usr.sbin/unbound/services/outside_network.c
1555
verbose(VERB_ALGO, "lookup size is %d entries", (int)outnet->pending->count);
usr.sbin/unbound/services/outside_network.c
1558
verbose(VERB_QUERY, "received unwanted or unsolicited udp reply dropped.");
usr.sbin/unbound/services/outside_network.c
1575
verbose(VERB_ALGO, "received udp reply.");
usr.sbin/unbound/services/outside_network.c
1578
verbose(VERB_QUERY, "received reply id,addr on wrong port. "
usr.sbin/unbound/services/outside_network.c
1595
verbose(VERB_ALGO, "outnet handle udp reply");
usr.sbin/unbound/services/outside_network.c
1640
verbose(VERB_ALGO, "timeout udp with delay");
usr.sbin/unbound/services/outside_network.c
1652
verbose(VERB_ALGO, "timeout udp");
usr.sbin/unbound/services/outside_network.c
2111
verbose(VERB_ALGO, "inserted new pending reply id=%4.4x", pend->id);
usr.sbin/unbound/services/outside_network.c
2169
verbose(VERB_QUERY, "Need to send query but have no "
usr.sbin/unbound/services/outside_network.c
2192
verbose(VERB_ALGO, "using UDP if=%d port=%d",
usr.sbin/unbound/services/outside_network.c
2211
verbose(VERB_ALGO, "opened UDP if=%d port=%d",
usr.sbin/unbound/services/outside_network.c
2254
verbose(VERB_QUERY, "port %d in use, trying another", portno);
usr.sbin/unbound/services/outside_network.c
2348
verbose(VERB_ALGO, "no fds available, udp query waiting");
usr.sbin/unbound/services/outside_network.c
2381
verbose(VERB_CLIENT, "outnet_tcptimer");
usr.sbin/unbound/services/outside_network.c
2401
verbose(VERB_CLIENT, "reuse_tcp_close_oldest");
usr.sbin/unbound/services/outside_network.c
2494
verbose(VERB_CLIENT, "pending_tcp_query");
usr.sbin/unbound/services/outside_network.c
2496
verbose(VERB_ALGO, "pending tcp query with too short buffer < 2");
usr.sbin/unbound/services/outside_network.c
2571
verbose(VERB_CLIENT, "pending_tcp_query: reuse, store");
usr.sbin/unbound/services/outside_network.c
2590
verbose(VERB_CLIENT, "pending_tcp_query: new fd, connect");
usr.sbin/unbound/services/outside_network.c
2616
verbose(VERB_CLIENT, "pending_tcp_query: queue to wait");
usr.sbin/unbound/services/outside_network.c
2666
verbose(VERB_ALGO, "serviced send timer");
usr.sbin/unbound/services/outside_network.c
2775
verbose(VERB_CLIENT, "reuse_tcp_remove_serviced_keep");
usr.sbin/unbound/services/outside_network.c
2784
verbose(VERB_CLIENT, "reuse_tcp_remove_serviced_keep: -1 fd");
usr.sbin/unbound/services/outside_network.c
2789
verbose(VERB_CLIENT, "reuse_tcp_remove_serviced_keep: in use by other queries");
usr.sbin/unbound/services/outside_network.c
2799
verbose(VERB_CLIENT, "reuse_tcp_remove_serviced_keep: keep open");
usr.sbin/unbound/services/outside_network.c
2814
verbose(VERB_CLIENT, "serviced_delete");
usr.sbin/unbound/services/outside_network.c
2822
verbose(VERB_CLIENT, "serviced_delete: UDP");
usr.sbin/unbound/services/outside_network.c
2832
verbose(VERB_CLIENT, "serviced_delete: TCP");
usr.sbin/unbound/services/outside_network.c
2839
verbose(VERB_CLIENT, "serviced_delete: writewait");
usr.sbin/unbound/services/outside_network.c
2848
verbose(VERB_CLIENT, "serviced_delete: tcpreusekeep");
usr.sbin/unbound/services/outside_network.c
2861
verbose(VERB_CLIENT, "serviced_delete: tcpwait");
usr.sbin/unbound/services/outside_network.c
2907
verbose(VERB_ALGO, "qname perturbed to %s", buf);
usr.sbin/unbound/services/outside_network.c
2989
verbose(VERB_ALGO, "EDNS lookup known=%d vs=%d", edns_lame_known, vs);
usr.sbin/unbound/services/outside_network.c
3001
verbose(VERB_ALGO, "serviced query UDP timeout=%d msec", rtt);
usr.sbin/unbound/services/outside_network.c
3079
verbose(VERB_ALGO, "svcd callbacks start");
usr.sbin/unbound/services/outside_network.c
309
verbose(VERB_ALGO, "outgoing tcp:"
usr.sbin/unbound/services/outside_network.c
3091
verbose(VERB_DETAIL, "no qname in reply to check 0x20ID");
usr.sbin/unbound/services/outside_network.c
3100
verbose(VERB_DETAIL, "wrong 0x20-ID in reply qname");
usr.sbin/unbound/services/outside_network.c
3109
verbose(VERB_ALGO, "good 0x20-ID in reply qname");
usr.sbin/unbound/services/outside_network.c
3144
verbose(VERB_ALGO, "svcd callbacks end");
usr.sbin/unbound/services/outside_network.c
316
verbose(VERB_ALGO, "outgoing tcp:"
usr.sbin/unbound/services/outside_network.c
3224
verbose(VERB_ALGO, "measured TCP-time at %d msec", roundtime);
usr.sbin/unbound/services/outside_network.c
324
verbose(VERB_ALGO, "outgoing tcp:"
usr.sbin/unbound/services/outside_network.c
3251
verbose(VERB_ALGO, "initiate TCP query %s",
usr.sbin/unbound/services/outside_network.c
3263
verbose(VERB_ALGO, "serviced_tcp_initiate: failed to send tcp query");
usr.sbin/unbound/services/outside_network.c
328
verbose(VERB_ALGO, "outgoing tcp:"
usr.sbin/unbound/services/outside_network.c
335
verbose(VERB_ALGO, "outgoing tcp:"
usr.sbin/unbound/services/outside_network.c
3408
verbose(VERB_ALGO, "serviced query: attempt without EDNS");
usr.sbin/unbound/services/outside_network.c
343
verbose(VERB_ALGO, "outgoing tcp:"
usr.sbin/unbound/services/outside_network.c
3454
verbose(VERB_ALGO, "measured roundtrip at %d msec", roundtime);
usr.sbin/unbound/services/outside_network.c
347
verbose(VERB_ALGO, "outgoing tcp:"
usr.sbin/unbound/services/outside_network.c
3664
verbose(VERB_QUERY, "need ipv6 to send, but no ipv6 outgoing interfaces, for %s", to);
usr.sbin/unbound/services/outside_network.c
3673
verbose(VERB_QUERY, "need ipv4 to send, but no ipv4 outgoing interfaces, for %s", to);
usr.sbin/unbound/services/outside_network.c
394
verbose(v, "%s %s#%u fd %d", msg, addrbuf, (unsigned)port,
usr.sbin/unbound/services/outside_network.c
554
verbose(VERB_CLIENT, "reuse_tcp_find");
usr.sbin/unbound/services/outside_network.c
571
verbose(VERB_CLIENT, "reuse_tcp_find: num reuse streams %u",
usr.sbin/unbound/services/outside_network.c
588
verbose(VERB_CLIENT, "reuse_tcp_find: taking first");
usr.sbin/unbound/services/outside_network.c
601
verbose(VERB_CLIENT, "reuse_tcp_find: key too low");
usr.sbin/unbound/services/outside_network.c
605
verbose(VERB_CLIENT, "reuse_tcp_find check inexact match");
usr.sbin/unbound/services/outside_network.c
638
verbose(VERB_CLIENT, "outnet_tcp_take_query_setup: setup packet to write "
usr.sbin/unbound/services/outside_network.c
760
verbose(VERB_ALGO, "the query is using TLS encryption, for %s",
usr.sbin/unbound/services/rpz.c
1015
verbose(VERB_ALGO, "rpz: unable to parse client ip");
usr.sbin/unbound/services/rpz.c
1037
verbose(VERB_ALGO, "rpz: unable to parse ns ip");
usr.sbin/unbound/services/rpz.c
1060
verbose(VERB_ALGO, "rpz: unable to parse response ip");
usr.sbin/unbound/services/rpz.c
1068
verbose(VERB_ALGO, "rpz: respip trigger, %s skipping unsupported action: %s",
usr.sbin/unbound/services/rpz.c
1123
verbose(VERB_ALGO, "rpz: skipping invalid trigger");
usr.sbin/unbound/services/rpz.c
1153
verbose(VERB_ALGO, "rpz: skipping unsupported trigger: %s",
usr.sbin/unbound/services/rpz.c
1370
verbose(VERB_ALGO, "rpz: cannot remove RR from IXFR, "
usr.sbin/unbound/services/rpz.c
1415
verbose(VERB_ALGO, "rpz: cannot remove RR from IXFR, "
usr.sbin/unbound/services/rpz.c
1493
verbose(VERB_ALGO, "rpz: cannot remove RR from IXFR, "
usr.sbin/unbound/services/rpz.c
1689
verbose(VERB_ALGO, "rpz: trigger %s %s/%d on %s action=%s",
usr.sbin/unbound/services/rpz.c
1857
verbose(VERB_ALGO, "rpz: bug: local-data action but no local data");
usr.sbin/unbound/services/rpz.c
1864
verbose(VERB_ALGO, "rpz: unable to find local-data for query");
usr.sbin/unbound/services/rpz.c
1871
verbose(VERB_ALGO, "rpz: local data action: out of memory");
usr.sbin/unbound/services/rpz.c
1886
verbose(VERB_ALGO, "rpz: local data action soa: out of memory");
usr.sbin/unbound/services/rpz.c
2081
verbose(VERB_ALGO, "rpz: nsip: no matching local data found");
usr.sbin/unbound/services/rpz.c
2135
verbose(VERB_ALGO, "rpz: nsdname: qname not found");
usr.sbin/unbound/services/rpz.c
2141
verbose(VERB_ALGO, "rpz: nsdname: no matching local data found");
usr.sbin/unbound/services/rpz.c
2171
verbose(VERB_ALGO, "rpz: qname: name not found");
usr.sbin/unbound/services/rpz.c
2176
verbose(VERB_ALGO, "rpz: qname: type not found");
usr.sbin/unbound/services/rpz.c
2306
verbose(VERB_ALGO, "rpz: using override action=%s (replaces=%s)",
usr.sbin/unbound/services/rpz.c
2312
verbose(VERB_ALGO, "rpz: bug: nsip local data action but no local data");
usr.sbin/unbound/services/rpz.c
2352
verbose(VERB_ALGO, "rpz: nsip: bug: unhandled or invalid action: '%s'",
usr.sbin/unbound/services/rpz.c
2376
verbose(VERB_ALGO, "rpz: using override action=%s (replaces=%s)",
usr.sbin/unbound/services/rpz.c
2415
verbose(VERB_ALGO, "rpz: nsdname: bug: unhandled or invalid action: '%s'",
usr.sbin/unbound/services/rpz.c
2454
verbose(VERB_ALGO, "rpz: trigger nsdname %s on %s action=%s",
usr.sbin/unbound/services/rpz.c
2457
verbose(VERB_ALGO, "rpz: trigger nsdname %s action=%s",
usr.sbin/unbound/services/rpz.c
2479
verbose(VERB_ALGO, "query is rpz_passthru, no further processing");
usr.sbin/unbound/services/rpz.c
2488
verbose(VERB_ALGO, "rpz: iterator module callback: have_rpz=%d", az->rpz_first != NULL);
usr.sbin/unbound/services/rpz.c
2554
verbose(VERB_ALGO, "query is rpz_passthru, no further processing");
usr.sbin/unbound/services/rpz.c
2610
verbose(VERB_ALGO, "rpz: qname trigger %s on %s, with action=%s",
usr.sbin/unbound/services/rpz.c
2613
verbose(VERB_ALGO, "rpz: qname trigger %s, with action=%s",
usr.sbin/unbound/services/rpz.c
2646
verbose(VERB_ALGO, "rpz: qname trigger: bug: unhandled or invalid action: '%s'",
usr.sbin/unbound/services/rpz.c
2787
verbose(VERB_ALGO, "rpz: qname trigger %s on %s with action=%s",
usr.sbin/unbound/services/rpz.c
2790
verbose(VERB_ALGO, "rpz: qname trigger %s with action=%s",
usr.sbin/unbound/services/rpz.c
683
verbose(VERB_ALGO, "rpz: qname trigger, %s skipping unsupported action: %s",
usr.sbin/unbound/services/rpz.c
702
verbose(VERB_ALGO, "rpz: skipping duplicate record: '%s'", rrstr);
usr.sbin/unbound/services/rpz.c
746
verbose(VERB_ALGO, "rpz: %s: <%s>", msg, buf);
usr.sbin/unbound/services/rpz.c
755
verbose(VERB_ALGO, "rpz: skipping invalid action");
usr.sbin/unbound/services/rpz.c
811
verbose(VERB_ALGO, "rpz: skipping invalid action");
usr.sbin/unbound/services/rpz.c
989
verbose(VERB_ALGO, "rpz: unable to insert clientip rr");
usr.sbin/unbound/testcode/delayer.c
1051
verbose(1, "cleanup");
usr.sbin/unbound/testcode/delayer.c
371
verbose(1, "send out query %d.%6.6d",
usr.sbin/unbound/testcode/delayer.c
456
verbose(1, "reuse existing entry");
usr.sbin/unbound/testcode/delayer.c
645
verbose(1, "read item len %d", (int)r);
usr.sbin/unbound/testcode/delayer.c
699
verbose(1, "write item %d of %d", (int)p->done, (int)p->len);
usr.sbin/unbound/testcode/delayer.c
920
verbose(1, "wait for %d.%6.6d",
usr.sbin/unbound/testcode/delayer.c
922
else verbose(1, "wait");
usr.sbin/unbound/testcode/delayer.c
934
verbose(1, "process at %u.%6.6u\n",
usr.sbin/unbound/testcode/doqclient.c
1174
verbose(1, "There was an error writing %s: %s",
usr.sbin/unbound/testcode/doqclient.c
1207
verbose(1, "There was an error writing %s: %s",
usr.sbin/unbound/testcode/doqclient.c
1226
verbose(1, "application_rx_key_cb callback");
usr.sbin/unbound/testcode/doqclient.c
1227
verbose(1, "ngtcp2_conn_get_max_data_left is %d",
usr.sbin/unbound/testcode/doqclient.c
1230
verbose(1, "ngtcp2_conn_get_max_local_streams_uni is %d",
usr.sbin/unbound/testcode/doqclient.c
1233
verbose(1, "ngtcp2_conn_get_streams_uni_left is %d",
usr.sbin/unbound/testcode/doqclient.c
1235
verbose(1, "ngtcp2_conn_get_streams_bidi_left is %d",
usr.sbin/unbound/testcode/doqclient.c
1338
verbose(1, "new session cb: the ssl session max_early_data_size is %u",
usr.sbin/unbound/testcode/doqclient.c
1348
verbose(1, "written tls session to %s", data->session_file);
usr.sbin/unbound/testcode/doqclient.c
1583
verbose(1, "write connection close");
usr.sbin/unbound/testcode/doqclient.c
1600
verbose(1, "write connection close packet length %d", (int)ret);
usr.sbin/unbound/testcode/doqclient.c
1611
verbose(1, "disconnect");
usr.sbin/unbound/testcode/doqclient.c
1624
verbose(1, "doq expire_timer");
usr.sbin/unbound/testcode/doqclient.c
1667
verbose(1, "update_timer in %d.%6.6d secs", (int)tv.tv_sec,
usr.sbin/unbound/testcode/doqclient.c
1717
verbose(1, "recvmsg %d ecn=0x%x", (int)rcv, (int)pi.ecn);
usr.sbin/unbound/testcode/doqclient.c
1777
verbose(1, "query %s write is done", logs);
usr.sbin/unbound/testcode/doqclient.c
1837
verbose(1, "query %s write stream", logs);
usr.sbin/unbound/testcode/doqclient.c
1856
verbose(1, "write stream -1.");
usr.sbin/unbound/testcode/doqclient.c
1949
verbose(1, "writev_stream pkt size %d ndatawritten %d",
usr.sbin/unbound/testcode/doqclient.c
2054
verbose(1, "doq_client_event_cb %s%s%s",
usr.sbin/unbound/testcode/doqclient.c
2076
verbose(1, "session file %s does not exist",
usr.sbin/unbound/testcode/doqclient.c
2163
verbose(1, "transport file %s does not exist",
usr.sbin/unbound/testcode/doqclient.c
2194
verbose(1, "transport file %s does not exist",
usr.sbin/unbound/testcode/doqclient.c
2226
verbose(1, "TLS session resumption failed, early data is disabled");
usr.sbin/unbound/testcode/doqclient.c
2231
verbose(1, "Transport parameters set failed, early data is disabled");
usr.sbin/unbound/testcode/doqclient.c
2417
if(!str) verbose(1, "could not sldns_wire2str_pkt");
usr.sbin/unbound/testcode/doqclient.c
2418
else verbose(1, "send query:\n%s", str);
usr.sbin/unbound/testcode/doqclient.c
509
verbose(1, "answer length %d", (int)ntohs(str->answer_len));
usr.sbin/unbound/testcode/doqclient.c
614
verbose(1, "received all answer content");
usr.sbin/unbound/testcode/doqclient.c
621
if(!s) verbose(1, "could not sldns_wire2str_pkt");
usr.sbin/unbound/testcode/doqclient.c
622
else verbose(1, "query %s received:\n%s", logs, s);
usr.sbin/unbound/testcode/doqclient.c
636
verbose(1, "query %s has an error. received %d/%d bytes.",
usr.sbin/unbound/testcode/doqclient.c
640
verbose(1, "query %s has an error. received no data.",
usr.sbin/unbound/testcode/doqclient.c
683
verbose(1, "extra bytes after end of DNS length");
usr.sbin/unbound/testcode/doqclient.c
702
verbose(1, "query %s: received FIN from remote", logs);
usr.sbin/unbound/testcode/doqclient.c
704
verbose(1, "query %s: stream reset from remote", logs);
usr.sbin/unbound/testcode/doqclient.c
793
verbose(1, "query %s start on bidi stream id %lld",
usr.sbin/unbound/testcode/doqclient.c
831
verbose(1, "early data was rejected by the server");
usr.sbin/unbound/testcode/doqclient.c
871
verbose(1, "handshake_completed callback");
usr.sbin/unbound/testcode/doqclient.c
872
verbose(1, "ngtcp2_conn_get_max_data_left is %d",
usr.sbin/unbound/testcode/doqclient.c
875
verbose(1, "ngtcp2_conn_get_max_local_streams_uni is %d",
usr.sbin/unbound/testcode/doqclient.c
878
verbose(1, "ngtcp2_conn_get_streams_uni_left is %d",
usr.sbin/unbound/testcode/doqclient.c
880
verbose(1, "ngtcp2_conn_get_streams_bidi_left is %d",
usr.sbin/unbound/testcode/doqclient.c
882
verbose(1, "negotiated cipher name is %s",
usr.sbin/unbound/testcode/doqclient.c
893
verbose(1, "negotiated ALPN is '%s'", alpnstr);
usr.sbin/unbound/testcode/doqclient.c
902
verbose(1, "early data was accepted by the server");
usr.sbin/unbound/testcode/doqclient.c
919
verbose(1, "extend_max_local_streams_bidi callback, %d max_streams",
usr.sbin/unbound/testcode/doqclient.c
921
verbose(1, "ngtcp2_conn_get_max_data_left is %d",
usr.sbin/unbound/testcode/doqclient.c
924
verbose(1, "ngtcp2_conn_get_max_local_streams_uni is %d",
usr.sbin/unbound/testcode/doqclient.c
927
verbose(1, "ngtcp2_conn_get_streams_uni_left is %d",
usr.sbin/unbound/testcode/doqclient.c
929
verbose(1, "ngtcp2_conn_get_streams_bidi_left is %d",
usr.sbin/unbound/testcode/doqclient.c
944
verbose(1, "recv_stream_data stream %d offset %d datalen %d%s%s",
usr.sbin/unbound/testcode/doqclient.c
957
verbose(1, "the stream_user_data is %s stream id %d, nread %d",
usr.sbin/unbound/testcode/doqclient.c
983
verbose(1, "stream reset for stream %d final size %d app error code %d",
usr.sbin/unbound/testcode/fake_event.c
1289
verbose(VERB_OPS, "pending serviced query zone %s flags%s%s%s%s",
usr.sbin/unbound/testcode/fake_event.c
1359
verbose(VERB_ALGO, "edns field too large to fit");
usr.sbin/unbound/testcode/fake_event.c
563
verbose(VERB_ALGO, "EVAL %s", mom->string);
usr.sbin/unbound/testcode/testpkts.c
1078
verbose(3, "comparenoloc: failed for %s", qlines[i]);
usr.sbin/unbound/testcode/testpkts.c
1346
verbose(3, "mismatch question section '%s' and '%s'",
usr.sbin/unbound/testcode/testpkts.c
1411
verbose(3, "mismatch answer section '%s' and '%s'",
usr.sbin/unbound/testcode/testpkts.c
1479
verbose(3, "mismatch in EDNS\n");
usr.sbin/unbound/testcode/testpkts.c
1488
verbose(3, "mismatch pkt '%s' and '%s'", qstr, pstr);
usr.sbin/unbound/testcode/testpkts.c
1566
verbose(3, "NO edns opt, move on");
usr.sbin/unbound/testcode/testpkts.c
1587
verbose(3, "comparepkt: ");
usr.sbin/unbound/testcode/testpkts.c
1596
verbose(3, "bad EDE. Expected but not found\n");
usr.sbin/unbound/testcode/testpkts.c
1600
verbose(3, "bad EDE INFO-CODE. Expected: %d, "
usr.sbin/unbound/testcode/testpkts.c
1612
verbose(3, "bad DNS Cookie. "
usr.sbin/unbound/testcode/testpkts.c
1617
verbose(3, "bad DNS Cookie. Expected client "
usr.sbin/unbound/testcode/testpkts.c
1622
verbose(3, "bad DNS Cookie. Expected server "
usr.sbin/unbound/testcode/testpkts.c
1629
verbose(3, "bad opcode\n");
usr.sbin/unbound/testcode/testpkts.c
1634
verbose(3, "bad qtype %d %d\n", get_qtype(query_pkt, len), get_qtype(reply, rlen));
usr.sbin/unbound/testcode/testpkts.c
1639
verbose(3, "bad qname\n");
usr.sbin/unbound/testcode/testpkts.c
1647
verbose(3, "bad rcode %s instead of %s\n",
usr.sbin/unbound/testcode/testpkts.c
1657
verbose(3, "bad question section\n");
usr.sbin/unbound/testcode/testpkts.c
1664
verbose(3, "bad answer section\n");
usr.sbin/unbound/testcode/testpkts.c
1670
verbose(3, "bad subdomain\n");
usr.sbin/unbound/testcode/testpkts.c
1675
verbose(3, "bad serial\n");
usr.sbin/unbound/testcode/testpkts.c
1679
verbose(3, "no DO bit set\n");
usr.sbin/unbound/testcode/testpkts.c
1683
verbose(3, "no CO bit set\n");
usr.sbin/unbound/testcode/testpkts.c
1687
verbose(3, "bad; EDNS OPT present\n");
usr.sbin/unbound/testcode/testpkts.c
1692
verbose(3, "bad EDNS data match.\n");
usr.sbin/unbound/testcode/testpkts.c
1696
verbose(3, "bad transport\n");
usr.sbin/unbound/testcode/testpkts.c
1701
verbose(3, "bad all_noedns match\n");
usr.sbin/unbound/testcode/testpkts.c
1706
verbose(3, "bad allmatch\n");
usr.sbin/unbound/testcode/testpkts.c
1709
verbose(3, "match!\n");
usr.sbin/unbound/testcode/testpkts.c
1739
verbose(1, "out of memory; send without adjust\n");
usr.sbin/unbound/testcode/testpkts.c
1754
verbose(1, "error: malformed qname; send without adjust\n");
usr.sbin/unbound/testcode/testpkts.c
1767
verbose(1, "out of memory; send without adjust\n");
usr.sbin/unbound/testcode/testpkts.c
1785
verbose(1, "out of memory; send without adjust\n");
usr.sbin/unbound/testcode/testpkts.c
1821
verbose(3, "sleeping for %d seconds\n", match->sleeptime);
usr.sbin/unbound/testcode/testpkts.c
1846
verbose(1, "query %d: id %d: %s %d bytes: ", ++(*count),
usr.sbin/unbound/testcode/testpkts.c
1858
verbose(1, "no answer packet for this query, no reply.\n");
usr.sbin/unbound/testcode/testpkts.c
1863
verbose(3, "Answer pkt:\n");
usr.sbin/unbound/testcode/testpkts.c
1876
verbose(1, "out of memory\n");
usr.sbin/unbound/testcode/testpkts.c
1881
verbose(1, "Answer packet size: %u bytes.\n", (unsigned int)outlen);
usr.sbin/unbound/testcode/testpkts.c
1888
verbose(3, "sleeping for next packet %d secs\n",
usr.sbin/unbound/testcode/testpkts.c
1895
verbose(3, "wakeup for next packet "
usr.sbin/unbound/testcode/testpkts.c
477
verbose(3, "parsing '%s'\n", parse);
usr.sbin/unbound/testcode/testpkts.c
729
verbose(1, "%s: Read %d entries\n", prog_name, entry_num);
usr.sbin/unbound/testcode/testpkts.c
843
verbose(3, "found serial %u in msg. ",
usr.sbin/unbound/testcode/unitverify.c
286
verbose(VERB_QUERY, "DS fail: OK; matched unit test");
usr.sbin/unbound/util/config_file.c
1482
verbose(VERB_QUERY, "setting "name": %lu", (unsigned long)val); \
usr.sbin/unbound/util/config_file.c
1527
verbose(VERB_QUERY, "wildcard found, processing %s", fname);
usr.sbin/unbound/util/config_file.c
1548
verbose(VERB_QUERY, "include: "
usr.sbin/unbound/util/configparser.y
1783
verbose(VERB_DETAIL, "ignored infra-lame-ttl: %s (option "
usr.sbin/unbound/util/configparser.y
1800
verbose(VERB_DETAIL, "ignored infra-cache-lame-size: %s "
usr.sbin/unbound/util/data/msgparse.c
1023
verbose(VERB_ALGO, "query with bad edns keepalive.");
usr.sbin/unbound/util/data/msgparse.c
1054
verbose(VERB_ALGO, "worker request: "
usr.sbin/unbound/util/data/msgparse.c
1340
verbose(level, "%s", info_str);
usr.sbin/unbound/util/data/msgparse.c
1346
verbose(level, " %s", str);
usr.sbin/unbound/util/data/msgreply.c
1160
verbose(VERB_ALGO, "attached EDE code: %d with message: '%s'", code, (txt?txt:""));
usr.sbin/unbound/util/data/msgreply.h
611
verbose(VERB_ALGO, "attached EDE code: %d with" \
usr.sbin/unbound/util/edns.c
91
verbose(VERB_QUERY, "duplicate EDNS client string ignored.");
usr.sbin/unbound/util/locks.h
167
verbose(VERB_ALGO, "Thread stack size set to %u", (unsigned)stacksize); \
usr.sbin/unbound/util/log.c
104
verbose(VERB_QUERY, "switching log to %s",
usr.sbin/unbound/util/log.c
418
verbose(v, "%s[%u]", msg, (unsigned)length);
usr.sbin/unbound/util/log.c
431
verbose(v, "%s[%u:%u] %.*s", msg, (unsigned)length,
usr.sbin/unbound/util/log.h
74
void verbose(enum verbosity_value level,
usr.sbin/unbound/util/module.c
395
verbose(level, "EDNS known options:");
usr.sbin/unbound/util/module.c
396
verbose(level, " Code: Bypass_cache_stage: Aggregate_mesh:");
usr.sbin/unbound/util/module.c
402
verbose(level, " %-8.8s %-19s %-15s", str,
usr.sbin/unbound/util/net_help.c
1168
verbose(level, "%s: \n%s", str, pp);
usr.sbin/unbound/util/net_help.c
1470
verbose(VERB_ALGO, "Adding Windows certificates from system root store to CA store");
usr.sbin/unbound/util/net_help.c
1498
verbose(VERB_ALGO, "CA certificate store for Windows is empty.");
usr.sbin/unbound/util/net_help.c
1510
verbose(VERB_ALGO, "%s %d:%s",
usr.sbin/unbound/util/net_help.c
1525
verbose(VERB_ALGO, "%s %d:%s\n",
usr.sbin/unbound/util/net_help.c
1546
verbose(VERB_ALGO, "Completed adding Windows certificates to CA store successfully");
usr.sbin/unbound/util/net_help.c
1740
verbose(VERB_ALGO, "the query has an auth_name, but libssl has no call to perform TLS authentication");
usr.sbin/unbound/util/net_help.c
1857
verbose(VERB_OPS, "read tls-session-ticket-key: %s", fstr);
usr.sbin/unbound/util/net_help.c
1898
verbose(VERB_CLIENT, "start session encrypt");
usr.sbin/unbound/util/net_help.c
1901
verbose(VERB_CLIENT, "RAND_bytes failed");
usr.sbin/unbound/util/net_help.c
1905
verbose(VERB_CLIENT, "EVP_EncryptInit_ex failed");
usr.sbin/unbound/util/net_help.c
1921
verbose(VERB_CLIENT, "HMAC_Init_ex failed");
usr.sbin/unbound/util/net_help.c
1931
verbose(VERB_CLIENT, "start session decrypt");
usr.sbin/unbound/util/net_help.c
1934
verbose(VERB_CLIENT, "Found session_key");
usr.sbin/unbound/util/net_help.c
1939
verbose(VERB_CLIENT, "Not found session_key");
usr.sbin/unbound/util/net_help.c
1956
verbose(VERB_CLIENT, "HMAC_Init_ex failed");
usr.sbin/unbound/util/net_help.c
226
verbose(v, "%s local %s", str, dest);
usr.sbin/unbound/util/net_help.c
236
verbose(v, "%s %s %s port %d (len %d)", str, family, dest,
usr.sbin/unbound/util/net_help.c
238
else verbose(v, "%s %s port %d", str, dest, (int)port);
usr.sbin/unbound/util/net_help.c
641
verbose(v, "%s <%s> %s%s#%d (addrlen %d)",
usr.sbin/unbound/util/net_help.c
643
else verbose(v, "%s <%s> %s%s#%d",
usr.sbin/unbound/util/netevent.c
1406
verbose(VERB_OPS, "doq sendmsg to %s %s "
usr.sbin/unbound/util/netevent.c
1410
verbose(VERB_OPS, "doq sendmsg failed: %s",
usr.sbin/unbound/util/netevent.c
1722
verbose(VERB_ALGO, "doq: found connection by address, dcid");
usr.sbin/unbound/util/netevent.c
1727
verbose(VERB_ALGO, "doq: found connection by dcid");
usr.sbin/unbound/util/netevent.c
1770
verbose(VERB_ALGO, "doq: could not decode version "
usr.sbin/unbound/util/netevent.c
1777
verbose(VERB_ALGO, "ngtcp2_pkt_decode_version_cid packet has "
usr.sbin/unbound/util/netevent.c
1837
verbose(VERB_ALGO, "doq: sending retry packet to %s %s", host, port);
usr.sbin/unbound/util/netevent.c
1900
verbose(VERB_ALGO, "doq: verifying retry token from %s %s", host,
usr.sbin/unbound/util/netevent.c
1912
verbose(VERB_ALGO, "doq: could not verify retry token "
usr.sbin/unbound/util/netevent.c
1916
verbose(VERB_ALGO, "doq: verified retry token from %s %s", host, port);
usr.sbin/unbound/util/netevent.c
1931
verbose(VERB_ALGO, "doq: verifying token from %s %s", host, port);
usr.sbin/unbound/util/netevent.c
1941
verbose(VERB_ALGO, "doq: could not verify token from %s %s",
usr.sbin/unbound/util/netevent.c
1945
verbose(VERB_ALGO, "doq: verified token from %s %s", host, port);
usr.sbin/unbound/util/netevent.c
2009
verbose(VERB_ALGO, "doq: no mem available for new connection");
usr.sbin/unbound/util/netevent.c
2033
verbose(VERB_ALGO, "doq: created new connection");
usr.sbin/unbound/util/netevent.c
2066
verbose(VERB_ALGO, "doq stateless address validation");
usr.sbin/unbound/util/netevent.c
2098
verbose(VERB_ALGO, "doq address validation: unrecognised "
usr.sbin/unbound/util/netevent.c
2189
verbose(VERB_ALGO, "doq pickup timer at %d.%6.6d in %d.%6.6d",
usr.sbin/unbound/util/netevent.c
2195
verbose(VERB_ALGO, "doq timer disabled");
usr.sbin/unbound/util/netevent.c
225
verbose(VERB_ALGO, "%s %s uses %s method.", evnm, evsys, evmethod);
usr.sbin/unbound/util/netevent.c
2382
verbose(VERB_ALGO, "doq socket want write");
usr.sbin/unbound/util/netevent.c
2393
verbose(VERB_ALGO, "doq socket want no write");
usr.sbin/unbound/util/netevent.c
2472
verbose(VERB_ALGO, "doq timer callback");
usr.sbin/unbound/util/netevent.c
2494
verbose(VERB_ALGO, "doq conn %s is deleted "
usr.sbin/unbound/util/netevent.c
2577
verbose(VERB_ALGO, "doq write connection %s %d",
usr.sbin/unbound/util/netevent.c
2703
verbose(VERB_ALGO, "doq check write enable");
usr.sbin/unbound/util/netevent.c
2867
verbose(VERB_ALGO, "doq: send_reply but %s is gone",
usr.sbin/unbound/util/netevent.c
2898
verbose(VERB_ALGO, "doq: drop_reply but %s is gone",
usr.sbin/unbound/util/netevent.c
2963
verbose(VERB_ALGO, "wait is over, slow accept disabled");
usr.sbin/unbound/util/netevent.c
3003
verbose(VERB_ALGO, "out of file descriptors: "
usr.sbin/unbound/util/netevent.c
3009
verbose(VERB_OPS, "accept failed, "
usr.sbin/unbound/util/netevent.c
3085
verbose(VERB_ALGO, "bio_cb %d, %s %s %s", oper,
usr.sbin/unbound/util/netevent.c
3154
verbose(VERB_QUERY, "http2: submit_settings failed, "
usr.sbin/unbound/util/netevent.c
3563
verbose(VERB_ALGO, "client doesn't support HTTP/2");
usr.sbin/unbound/util/netevent.c
3606
verbose(VERB_ALGO, "proxy_protocol: reading fixed "
usr.sbin/unbound/util/netevent.c
3671
verbose(VERB_ALGO, "proxy_protocol: reading variable "
usr.sbin/unbound/util/netevent.c
3731
verbose(VERB_ALGO, "proxy_protocol: successful read of "
usr.sbin/unbound/util/netevent.c
3777
verbose(VERB_QUERY, "ssl: dropped larger than buffer");
usr.sbin/unbound/util/netevent.c
3783
verbose(VERB_QUERY, "ssl: dropped bogus too short.");
usr.sbin/unbound/util/netevent.c
3787
verbose(VERB_ALGO, "Reading ssl tcp query of length %d",
usr.sbin/unbound/util/netevent.c
4030
verbose(VERB_ALGO, "proxy_protocol: reading fixed "
usr.sbin/unbound/util/netevent.c
4072
verbose(VERB_ALGO, "proxy_protocol: reading variable "
usr.sbin/unbound/util/netevent.c
4109
verbose(VERB_ALGO, "proxy_protocol: successful read of "
usr.sbin/unbound/util/netevent.c
4135
verbose(VERB_QUERY, "tcp: dropped larger than buffer");
usr.sbin/unbound/util/netevent.c
4142
verbose(VERB_QUERY, "tcp: dropped bogus too short.");
usr.sbin/unbound/util/netevent.c
4145
verbose(VERB_ALGO, "Reading tcp query of length %d",
usr.sbin/unbound/util/netevent.c
4365
verbose(VERB_ALGO, "tcp sendmsg for fastopen failed (with %s), try normal connect", strerror(errno));
usr.sbin/unbound/util/netevent.c
4643
verbose(VERB_QUERY, "tcp took too long, dropped");
usr.sbin/unbound/util/netevent.c
476
verbose(VERB_OPS, "send udp blocked "
usr.sbin/unbound/util/netevent.c
4762
verbose(VERB_ALGO, "ssl http read more skip to %d + %d",
usr.sbin/unbound/util/netevent.c
4800
verbose(VERB_ALGO, "http read more skip to %d + %d",
usr.sbin/unbound/util/netevent.c
4857
verbose(VERB_ALGO, "http header: %s", line);
usr.sbin/unbound/util/netevent.c
4861
verbose(VERB_ALGO, "http bad status %s", line+9);
usr.sbin/unbound/util/netevent.c
4871
verbose(VERB_ALGO, "http invalid Content-Length: " ARG_LL "d", cl);
usr.sbin/unbound/util/netevent.c
4904
verbose(VERB_ALGO, "http chunk trailer: %s", line);
usr.sbin/unbound/util/netevent.c
4927
verbose(VERB_ALGO, "http chunk header: %s", line);
usr.sbin/unbound/util/netevent.c
4935
verbose(VERB_ALGO, "http invalid chunk size: %ld",
usr.sbin/unbound/util/netevent.c
5007
verbose(VERB_ALGO, "http_chunked_segment: got now %d, tcpbytcount %d, http_stored %d, buffer pos %d, buffer limit %d", (int)got_now, (int)c->tcp_byte_count, (int)c->http_stored, (int)sldns_buffer_position(c->buffer), (int)sldns_buffer_limit(c->buffer));
usr.sbin/unbound/util/netevent.c
5266
verbose(VERB_QUERY, "http2: session_recv from %s failed, "
usr.sbin/unbound/util/netevent.c
556
verbose(VERB_OPS, "sendto failed: %s", sock_strerror(errno));
usr.sbin/unbound/util/netevent.c
558
verbose(VERB_OPS, "send failed: %s", sock_strerror(errno));
usr.sbin/unbound/util/netevent.c
5594
verbose(VERB_QUERY, "http2: session_send failed, "
usr.sbin/unbound/util/netevent.c
5687
verbose(VERB_QUERY, "http took too long, dropped");
usr.sbin/unbound/util/netevent.c
6579
verbose(5, "comm_point_close of %d: event_del", c->fd);
usr.sbin/unbound/util/netevent.c
6607
verbose(VERB_ALGO, "close fd %d", c->fd);
usr.sbin/unbound/util/netevent.c
6794
verbose(VERB_ALGO, "comm point stop listening %d", c->fd);
usr.sbin/unbound/util/netevent.c
6806
verbose(VERB_ALGO, "comm point start listening %d (%d msec)",
usr.sbin/unbound/util/netevent.c
6840
verbose(5, "startlistening %d mode rw", (newfd==-1?c->fd:newfd));
usr.sbin/unbound/util/netevent.c
6843
verbose(5, "startlistening %d mode r", (newfd==-1?c->fd:newfd));
usr.sbin/unbound/util/netevent.c
6846
verbose(5, "startlistening %d mode w", (newfd==-1?c->fd:newfd));
usr.sbin/unbound/util/netevent.c
6852
verbose(5, "cpsl close of fd %d for %d", c->fd, newfd);
usr.sbin/unbound/util/netevent.c
6867
verbose(VERB_ALGO, "comm point listen_for_rw %d %d", c->fd, wr);
usr.sbin/unbound/util/netevent.c
693
verbose(VERB_ALGO, "no IP_PKTINFO or IP_SENDSRCADDR");
usr.sbin/unbound/util/netevent.c
791
verbose(VERB_OPS, "send udp blocked "
usr.sbin/unbound/util/netevent.c
863
verbose(VERB_OPS, "sendmsg failed: %s", strerror(errno));
usr.sbin/unbound/util/shm_side/shm_main.c
211
verbose(VERB_DETAIL, "SHM shutdown - KEY [%d] - ID CTL [%d] ARR [%d] - PTR CTL [%p] ARR [%p]",
usr.sbin/unbound/util/shm_side/shm_main.c
356
verbose(VERB_DETAIL, "SHM run - worker [%d] - daemon [%p] - timenow(%u) - timeboot(%u)",
usr.sbin/unbound/util/tcp_conn_limit.c
99
verbose(VERB_QUERY, "duplicate tcl address ignored.");
usr.sbin/unbound/util/tube.c
552
verbose(VERB_ALGO, "tube created");
usr.sbin/unbound/util/tube.c
566
verbose(VERB_ALGO, "tube deleted");
usr.sbin/unbound/util/tube.c
572
verbose(VERB_ALGO, "tube close_read");
usr.sbin/unbound/util/tube.c
577
verbose(VERB_ALGO, "tube close_write");
usr.sbin/unbound/util/tube.c
586
verbose(VERB_ALGO, "tube remove_bg_listen");
usr.sbin/unbound/util/tube.c
595
verbose(VERB_ALGO, "tube remove_bg_write");
usr.sbin/unbound/util/tube.c
613
verbose(VERB_ALGO, "tube write_msg len %d", (int)len);
usr.sbin/unbound/util/tube.c
627
verbose(VERB_ALGO, "tube read_msg %s", nonblock?"nonblock":"blocking");
usr.sbin/unbound/util/tube.c
630
verbose(VERB_ALGO, "tube read_msg nodata");
usr.sbin/unbound/util/tube.c
644
verbose(VERB_ALGO, "tube read_msg lastdata");
usr.sbin/unbound/util/tube.c
657
verbose(VERB_ALGO, "tube read_msg len %d", (int)*len);
usr.sbin/unbound/util/tube.c
758
verbose(VERB_ALGO, "tube queue_item len %d", (int)len);
usr.sbin/unbound/util/tube.c
787
verbose(VERB_ALGO, "tube handle_signal");
usr.sbin/unbound/util/winsock_event.c
148
verbose(VERB_CLIENT, "winsock_event inited");
usr.sbin/unbound/util/winsock_event.c
170
verbose(VERB_CLIENT, "winsock_event handle_timeouts");
usr.sbin/unbound/util/winsock_event.c
188
verbose(VERB_CLIENT, "winsock_event wait=" ARG_LL "d.%6.6d",
usr.sbin/unbound/util/winsock_event.c
199
verbose(VERB_CLIENT, "winsock_event wait=(-1)");
usr.sbin/unbound/util/winsock_event.c
240
verbose(VERB_CLIENT, "winsock_event handle_select");
usr.sbin/unbound/util/winsock_event.c
265
verbose(VERB_CLIENT, "winsock_event bmax=%d numwait=%d wait=%s "
usr.sbin/unbound/util/winsock_event.c
293
verbose(VERB_CLIENT, "winsock_event wake was_timeout=%d startidx=%d",
usr.sbin/unbound/util/winsock_event.c
306
verbose(VERB_CLIENT, "winsock_event signals");
usr.sbin/unbound/util/winsock_event.c
319
verbose(VERB_CLIENT, "winsock_event net");
usr.sbin/unbound/util/winsock_event.c
343
verbose(VERB_ALGO, "FD_READ_BIT error: %s",
usr.sbin/unbound/util/winsock_event.c
349
verbose(VERB_ALGO, "FD_WRITE_BIT error: %s",
usr.sbin/unbound/util/winsock_event.c
355
verbose(VERB_ALGO, "FD_CONNECT_BIT error: %s",
usr.sbin/unbound/util/winsock_event.c
362
verbose(VERB_ALGO, "FD_ACCEPT_BIT error: %s",
usr.sbin/unbound/util/winsock_event.c
368
verbose(VERB_ALGO, "FD_CLOSE_BIT error: %s",
usr.sbin/unbound/util/winsock_event.c
374
verbose(VERB_ALGO, "winsock %d pass sticky %s%s",
usr.sbin/unbound/util/winsock_event.c
386
verbose(VERB_ALGO, "winsock %d store sticky %s%s",
usr.sbin/unbound/util/winsock_event.c
392
verbose(VERB_ALGO, "winsock event callback %p fd=%d "
usr.sbin/unbound/util/winsock_event.c
413
verbose(VERB_ALGO, "winsock %d got sticky %s%s",
usr.sbin/unbound/util/winsock_event.c
418
verbose(VERB_CLIENT, "winsock_event net");
usr.sbin/unbound/util/winsock_event.c
420
verbose(VERB_CLIENT, "winsock_event reinvigorated");
usr.sbin/unbound/util/winsock_event.c
425
verbose(VERB_CLIENT, "winsock_event handle_select end");
usr.sbin/unbound/util/winsock_event.c
453
verbose(VERB_CLIENT, "winsock_event loopexit");
usr.sbin/unbound/util/winsock_event.c
460
verbose(VERB_CLIENT, "winsock_event event_base_free");
usr.sbin/unbound/util/winsock_event.c
493
verbose(VERB_ALGO, "event_add %p added=%d fd=%d tv=" ARG_LL "d %s%s%s",
usr.sbin/unbound/util/winsock_event.c
574
verbose(VERB_ALGO, "event_del %p added=%d fd=%d tv=" ARG_LL "d %s%s%s",
usr.sbin/unbound/util/winsock_event.c
648
verbose(VERB_ALGO, "winsock: tcp wouldblock %s",
usr.sbin/unbound/validator/autotrust.c
1009
verbose(VERB_ALGO, "reading autotrust anchor file %s", nm);
usr.sbin/unbound/validator/autotrust.c
1213
verbose(VERB_ALGO, "autotrust: write to disk: %s", tempf);
usr.sbin/unbound/validator/autotrust.c
1242
verbose(VERB_ALGO, "autotrust: replaced %s", fname);
usr.sbin/unbound/validator/autotrust.c
1276
verbose(VERB_ALGO, "autotrust: validate DNSKEY with anchor: %s",
usr.sbin/unbound/validator/autotrust.c
1315
verbose(VERB_ALGO, "seen REVOKE flag, check self-signed, rr %d",
usr.sbin/unbound/validator/autotrust.c
1513
verbose(VERB_ALGO, "orig_ttl is %d", (int)origttl);
usr.sbin/unbound/validator/autotrust.c
1514
verbose(VERB_ALGO, "rrsig_exp_interval is %d",
usr.sbin/unbound/validator/autotrust.c
1516
verbose(VERB_ALGO, "query_interval: %d, retry_time: %d",
usr.sbin/unbound/validator/autotrust.c
153
verbose(level, "%s key %d %s", str?str:"??", keytag, msg);
usr.sbin/unbound/validator/autotrust.c
1604
verbose(VERB_ALGO, "DS match attempt failed");
usr.sbin/unbound/validator/autotrust.c
2055
verbose(VERB_ALGO, "scheduled next probe in " ARG_LL "d sec", (long long)tv.tv_sec);
usr.sbin/unbound/validator/autotrust.c
2091
verbose(VERB_ALGO, "trustpoint was deleted in set_next_probe");
usr.sbin/unbound/validator/autotrust.c
2107
verbose(VERB_ALGO, "next probe set in %d seconds",
usr.sbin/unbound/validator/autotrust.c
2196
verbose(VERB_ALGO, "autotrust: morekeys, reassemble");
usr.sbin/unbound/validator/autotrust.c
2204
verbose(VERB_ALGO, "autotrust: no dnskey rrset");
usr.sbin/unbound/validator/autotrust.c
2214
verbose(VERB_ALGO, "autotrust: revokedkeys, reassemble");
usr.sbin/unbound/validator/autotrust.c
2229
verbose(VERB_ALGO, "autotrust: dnskey did not verify.");
usr.sbin/unbound/validator/autotrust.c
2267
verbose(VERB_ALGO, "autotrust: changed, reassemble");
usr.sbin/unbound/validator/autotrust.c
2277
} else verbose(VERB_ALGO, "autotrust: no changes");
usr.sbin/unbound/validator/autotrust.c
2369
verbose(VERB_ALGO, "autotrust probe answer cb");
usr.sbin/unbound/validator/autotrust.c
2391
verbose(VERB_ALGO, "retry probe set in %d seconds",
usr.sbin/unbound/validator/autotrust.c
2467
verbose(VERB_ALGO, "autotrust probe timer callback");
usr.sbin/unbound/validator/autotrust.c
2477
verbose(VERB_ALGO, "autotrust probe timer %d callbacks done", num);
usr.sbin/unbound/validator/val_anchor.c
747
verbose(VERB_QUERY, "reading in bind-compat-mode: '%s'", fname);
usr.sbin/unbound/validator/val_anchor.c
799
verbose(VERB_QUERY, "wildcard found, processing %s", pat);
usr.sbin/unbound/validator/val_anchor.c
819
verbose(VERB_QUERY, "trusted-keys-file: "
usr.sbin/unbound/validator/val_nsec.c
225
verbose(VERB_ALGO, "NSEC RRset for the "
usr.sbin/unbound/validator/val_nsec.c
256
verbose(VERB_ALGO, "NSEC for empty non-terminal "
usr.sbin/unbound/validator/val_nsec.c
263
verbose(VERB_ALGO, "NSEC for empty non-terminal "
usr.sbin/unbound/validator/val_nsec3.c
1077
verbose(VERB_ALGO, "nsec3 proveClosestEncloser: could "
usr.sbin/unbound/validator/val_nsec3.c
1083
verbose(VERB_ALGO, "nsec3 proveClosestEncloser: could "
usr.sbin/unbound/validator/val_nsec3.c
1090
verbose(VERB_ALGO, "nsec3 proveClosestEncloser: could "
usr.sbin/unbound/validator/val_nsec3.c
1098
verbose(VERB_ALGO, "nsec3 proveClosestEncloser: "
usr.sbin/unbound/validator/val_nsec3.c
1113
verbose(VERB_ALGO, "nsec3 proveClosestEncloser: "
usr.sbin/unbound/validator/val_nsec3.c
1117
verbose(VERB_ALGO, "nsec3 proveClosestEncloser: closest "
usr.sbin/unbound/validator/val_nsec3.c
1122
verbose(VERB_ALGO, "nsec3 proveClosestEncloser: closest "
usr.sbin/unbound/validator/val_nsec3.c
1132
verbose(VERB_ALGO, "nsec3: Could not find proof that the "
usr.sbin/unbound/validator/val_nsec3.c
1138
verbose(VERB_ALGO, "nsec3: Could not find proof that the "
usr.sbin/unbound/validator/val_nsec3.c
1145
verbose(VERB_ALGO, "nsec3: Could not find proof that the "
usr.sbin/unbound/validator/val_nsec3.c
1190
verbose(VERB_ALGO, "nsec3 nameerror proof: failed "
usr.sbin/unbound/validator/val_nsec3.c
1193
verbose(VERB_ALGO, "nsec3 nameerror proof: will "
usr.sbin/unbound/validator/val_nsec3.c
1196
else verbose(VERB_ALGO, "nsec3 nameerror proof: closest "
usr.sbin/unbound/validator/val_nsec3.c
1207
verbose(VERB_ALGO, "nsec3 nameerror proof: could not prove "
usr.sbin/unbound/validator/val_nsec3.c
1213
verbose(VERB_ALGO, "nsec3 nameerror proof: could not prove "
usr.sbin/unbound/validator/val_nsec3.c
1219
verbose(VERB_ALGO, "nsec3 nameerror proof: could not prove "
usr.sbin/unbound/validator/val_nsec3.c
1226
verbose(VERB_ALGO, "nsec3 nameerror proof: could not prove "
usr.sbin/unbound/validator/val_nsec3.c
1232
verbose(VERB_ALGO, "nsec3 nameerror proof: nc has optout");
usr.sbin/unbound/validator/val_nsec3.c
1282
verbose(VERB_ALGO, "proveNodata: Matching NSEC3 "
usr.sbin/unbound/validator/val_nsec3.c
1286
verbose(VERB_ALGO, "proveNodata: Matching NSEC3 "
usr.sbin/unbound/validator/val_nsec3.c
1306
verbose(VERB_ALGO, "proveNodata: apex NSEC3 "
usr.sbin/unbound/validator/val_nsec3.c
1313
verbose(VERB_ALGO, "proveNodata: matching "
usr.sbin/unbound/validator/val_nsec3.c
1317
verbose(VERB_ALGO, "proveNodata: matching "
usr.sbin/unbound/validator/val_nsec3.c
1324
verbose(VERB_ALGO, "proveNodata: all attempted hash "
usr.sbin/unbound/validator/val_nsec3.c
1329
verbose(VERB_ALGO, "proveNodata: reached "
usr.sbin/unbound/validator/val_nsec3.c
1341
verbose(VERB_ALGO, "proveNodata: did not match qname, "
usr.sbin/unbound/validator/val_nsec3.c
1345
verbose(VERB_ALGO, "proveNodata: closest nsec3 is insecure "
usr.sbin/unbound/validator/val_nsec3.c
1361
verbose(VERB_ALGO, "nsec3 nodata proof: matching "
usr.sbin/unbound/validator/val_nsec3.c
1365
verbose(VERB_ALGO, "nsec3 nodata proof: matching "
usr.sbin/unbound/validator/val_nsec3.c
1371
verbose(VERB_ALGO, "nsec3 nodata proof: matching "
usr.sbin/unbound/validator/val_nsec3.c
1377
verbose(VERB_ALGO, "nsec3 nodata proof: matching "
usr.sbin/unbound/validator/val_nsec3.c
1383
verbose(VERB_ALGO, "nsec3 nodata proof: matching "
usr.sbin/unbound/validator/val_nsec3.c
1390
verbose(VERB_ALGO, "nsec3 nodata proof: all attempted hash "
usr.sbin/unbound/validator/val_nsec3.c
1395
verbose(VERB_ALGO, "nsec3 nodata proof: reached "
usr.sbin/unbound/validator/val_nsec3.c
1407
verbose(VERB_ALGO, "nsec3 nodata proof: no next closer nsec3");
usr.sbin/unbound/validator/val_nsec3.c
1415
verbose(VERB_ALGO, "proveNodata: covering NSEC3 was not "
usr.sbin/unbound/validator/val_nsec3.c
1417
else verbose(VERB_ALGO, "proveNodata: could not find matching "
usr.sbin/unbound/validator/val_nsec3.c
1483
verbose(VERB_ALGO, "proveWildcard: did not find a "
usr.sbin/unbound/validator/val_nsec3.c
1489
verbose(VERB_ALGO, "proveWildcard: did not find a "
usr.sbin/unbound/validator/val_nsec3.c
1496
verbose(VERB_ALGO, "proveWildcard: did not find a covering "
usr.sbin/unbound/validator/val_nsec3.c
1501
verbose(VERB_ALGO, "proveWildcard: NSEC3 optout");
usr.sbin/unbound/validator/val_nsec3.c
1530
verbose(VERB_ALGO, "NSEC3 did not verify");
usr.sbin/unbound/validator/val_nsec3.c
1582
verbose(VERB_ALGO, "nsec3 provenods: NSEC3 is from"
usr.sbin/unbound/validator/val_nsec3.c
1587
verbose(VERB_ALGO, "nsec3 provenods: NSEC3 has qtype"
usr.sbin/unbound/validator/val_nsec3.c
1600
verbose(VERB_ALGO, "nsec3 provenods: all attempted hash "
usr.sbin/unbound/validator/val_nsec3.c
1605
verbose(VERB_ALGO, "nsec3 provenods: reached "
usr.sbin/unbound/validator/val_nsec3.c
1619
verbose(VERB_ALGO, "nsec3 provenods: did not match qname, "
usr.sbin/unbound/validator/val_nsec3.c
1627
verbose(VERB_ALGO, "nsec3 nods proof: no next closer nsec3");
usr.sbin/unbound/validator/val_nsec3.c
1638
verbose(VERB_ALGO, "nsec3 provenods: covering NSEC3 was not "
usr.sbin/unbound/validator/val_nsec3.c
476
verbose(VERB_ALGO, "NSEC3 salt malformed");
usr.sbin/unbound/validator/val_nsec3.c
486
verbose(VERB_ALGO, "NSEC3 algorithm mismatch");
usr.sbin/unbound/validator/val_nsec3.c
492
verbose(VERB_ALGO, "NSEC3 iterations mismatch");
usr.sbin/unbound/validator/val_nsec3.c
498
verbose(VERB_ALGO, "NSEC3 salt malformed");
usr.sbin/unbound/validator/val_nsec3.c
505
verbose(VERB_ALGO, "NSEC3 salt mismatch");
usr.sbin/unbound/validator/val_nsec3.c
552
verbose(VERB_ALGO, "nsec3: keysize %d bits, max iterations %d",
usr.sbin/unbound/validator/val_secalgo.c
114
verbose(level, "%s crypto %s", str, buf);
usr.sbin/unbound/validator/val_secalgo.c
1314
verbose(VERB_QUERY, "verify: no digest algo");
usr.sbin/unbound/validator/val_secalgo.c
1357
verbose(VERB_QUERY, "verify: unknown algorithm %d",
usr.sbin/unbound/validator/val_secalgo.c
1397
verbose(VERB_QUERY, "verify: failed to setup key");
usr.sbin/unbound/validator/val_secalgo.c
1412
verbose(VERB_QUERY, "verify: failed DER decode");
usr.sbin/unbound/validator/val_secalgo.c
1432
verbose(VERB_QUERY, "verify: hash too large for buffer");
usr.sbin/unbound/validator/val_secalgo.c
1438
verbose(VERB_QUERY, "verify: HASH_HashBuf failed");
usr.sbin/unbound/validator/val_secalgo.c
1445
verbose(VERB_QUERY, "verify: hashprefix too large");
usr.sbin/unbound/validator/val_secalgo.c
1465
verbose(VERB_QUERY, "verify: PK11_Verify failed: %s",
usr.sbin/unbound/validator/val_secalgo.c
1477
verbose(VERB_QUERY, "verify: signature mismatch: %s",
usr.sbin/unbound/validator/val_secalgo.c
1705
verbose(VERB_QUERY, "unknown DS digest algorithm %d",
usr.sbin/unbound/validator/val_secalgo.c
322
verbose(VERB_QUERY, "unknown DS digest algorithm %d",
usr.sbin/unbound/validator/val_secalgo.c
557
verbose(VERB_QUERY, "verify: sldns_key_dsa2pkey failed");
usr.sbin/unbound/validator/val_secalgo.c
582
verbose(VERB_QUERY, "verify: sldns_key_rsa2pkey SHA failed");
usr.sbin/unbound/validator/val_secalgo.c
600
{ verbose(VERB_QUERY, "no digest available"); return 0; }
usr.sbin/unbound/validator/val_secalgo.c
608
verbose(VERB_QUERY, "verify: sldns_key_rsa2pkey MD5 failed");
usr.sbin/unbound/validator/val_secalgo.c
618
verbose(VERB_QUERY, "verify: "
usr.sbin/unbound/validator/val_secalgo.c
624
verbose(VERB_QUERY, "verify: "
usr.sbin/unbound/validator/val_secalgo.c
635
verbose(VERB_QUERY, "verify: "
usr.sbin/unbound/validator/val_secalgo.c
649
verbose(VERB_QUERY, "verify: "
usr.sbin/unbound/validator/val_secalgo.c
664
verbose(VERB_QUERY, "verify: "
usr.sbin/unbound/validator/val_secalgo.c
675
verbose(VERB_QUERY, "verify: "
usr.sbin/unbound/validator/val_secalgo.c
683
verbose(VERB_QUERY, "verify: unknown algorithm %d",
usr.sbin/unbound/validator/val_secalgo.c
754
verbose(VERB_QUERY, "verify: failed to setup key");
usr.sbin/unbound/validator/val_secalgo.c
764
verbose(VERB_QUERY, "verify: failed to setup DSA sig");
usr.sbin/unbound/validator/val_secalgo.c
779
verbose(VERB_QUERY, "verify: failed to setup ECDSA sig");
usr.sbin/unbound/validator/val_secalgo.c
838
verbose(VERB_QUERY, "verify: signature mismatch");
usr.sbin/unbound/validator/val_secalgo.c
996
verbose(VERB_QUERY, "unknown DS digest algorithm %d",
usr.sbin/unbound/validator/val_sigcrypt.c
1433
verbose(VERB_ALGO, "date override: ignore date");
usr.sbin/unbound/validator/val_sigcrypt.c
1437
verbose(VERB_ALGO, "date override option %d", (int)now);
usr.sbin/unbound/validator/val_sigcrypt.c
1522
verbose(VERB_QUERY, "rrset TTL larger than original and minimum"
usr.sbin/unbound/validator/val_sigcrypt.c
1527
verbose(VERB_QUERY, "rrset TTL larger than original TTL, "
usr.sbin/unbound/validator/val_sigcrypt.c
1533
verbose(VERB_ALGO, "rrset TTL larger than sig expiration ttl,"
usr.sbin/unbound/validator/val_sigcrypt.c
1562
verbose(VERB_QUERY, "verify: signature too short");
usr.sbin/unbound/validator/val_sigcrypt.c
1570
verbose(VERB_QUERY, "verify: dnskey without ZSK flag");
usr.sbin/unbound/validator/val_sigcrypt.c
1581
verbose(VERB_QUERY, "verify: dnskey has REVOKE bit set, "
usr.sbin/unbound/validator/val_sigcrypt.c
1591
verbose(VERB_QUERY, "verify: dnskey has wrong key protocol");
usr.sbin/unbound/validator/val_sigcrypt.c
1602
verbose(VERB_QUERY, "verify: malformed signer name");
usr.sbin/unbound/validator/val_sigcrypt.c
1609
verbose(VERB_QUERY, "verify: signer name is off-tree");
usr.sbin/unbound/validator/val_sigcrypt.c
1617
verbose(VERB_QUERY, "verify: too short, no signature data");
usr.sbin/unbound/validator/val_sigcrypt.c
1627
verbose(VERB_QUERY, "verify: wrong key for rrsig");
usr.sbin/unbound/validator/val_sigcrypt.c
1641
verbose(VERB_QUERY, "verify: wrong type covered");
usr.sbin/unbound/validator/val_sigcrypt.c
1649
verbose(VERB_QUERY, "verify: wrong algorithm");
usr.sbin/unbound/validator/val_sigcrypt.c
1657
verbose(VERB_QUERY, "verify: wrong keytag");
usr.sbin/unbound/validator/val_sigcrypt.c
1666
verbose(VERB_QUERY, "verify: labelcount out of range");
usr.sbin/unbound/validator/val_sigcrypt.c
1673
verbose(VERB_QUERY, "verify: RRSIG label count too low for signer");
usr.sbin/unbound/validator/val_sigcrypt.c
1696
verbose(VERB_QUERY, "verify: short DNSKEY RR");
usr.sbin/unbound/validator/val_sigcrypt.c
329
verbose(VERB_QUERY, "DS fail: not supported, or DS RR "
usr.sbin/unbound/validator/val_sigcrypt.c
341
verbose(VERB_QUERY, "DS fail: DS RR algo and digest do not "
usr.sbin/unbound/validator/val_sigcrypt.c
348
verbose(VERB_QUERY, "DS fail: out of memory");
usr.sbin/unbound/validator/val_sigcrypt.c
353
verbose(VERB_QUERY, "DS fail: could not calc key digest");
usr.sbin/unbound/validator/val_sigcrypt.c
357
verbose(VERB_QUERY, "DS fail: digest is different");
usr.sbin/unbound/validator/val_sigcrypt.c
572
verbose(VERB_ALGO, "verify sig %d %d", (int)tag, algo);
usr.sbin/unbound/validator/val_sigcrypt.c
576
verbose(VERB_QUERY, "verify sig: unknown algorithm");
usr.sbin/unbound/validator/val_sigcrypt.c
601
verbose(VERB_ALGO, "verify sig: too many RRSIG validations");
usr.sbin/unbound/validator/val_sigcrypt.c
609
verbose(VERB_QUERY, "verify: could not find appropriate key");
usr.sbin/unbound/validator/val_sigcrypt.c
616
verbose(VERB_ALGO, "verify sig: unsupported algorithm by "
usr.sbin/unbound/validator/val_sigcrypt.c
640
verbose(VERB_QUERY, "rrset failed to verify due to a lack of "
usr.sbin/unbound/validator/val_sigcrypt.c
651
verbose(VERB_QUERY, "zone has no known algorithms");
usr.sbin/unbound/validator/val_sigcrypt.c
674
verbose(VERB_QUERY, "rrset failed to verify, too many RRSIG validations");
usr.sbin/unbound/validator/val_sigcrypt.c
682
verbose(VERB_ALGO, "rrset failed to verify: "
usr.sbin/unbound/validator/val_sigcrypt.c
688
verbose(VERB_ALGO, "rrset failed to verify: "
usr.sbin/unbound/validator/val_sigcrypt.c
722
verbose(VERB_QUERY, "rrset failed to verify due to a lack of "
usr.sbin/unbound/validator/val_sigcrypt.c
746
verbose(VERB_QUERY, "rrset failed to verify, too many RRSIG validations");
usr.sbin/unbound/validator/val_sigcrypt.c
758
verbose(VERB_ALGO, "rrset failed to verify due to algorithm "
usr.sbin/unbound/validator/val_sigcrypt.c
765
verbose(VERB_ALGO, "rrset failed to verify: all signatures are bogus");
usr.sbin/unbound/validator/val_utils.c
1126
verbose(VERB_ALGO, "truncate to minimal");
usr.sbin/unbound/validator/val_utils.c
1260
else verbose(v, "%s cache", s);
usr.sbin/unbound/validator/val_utils.c
1272
verbose(VERB_ALGO, "blacklist add: cache");
usr.sbin/unbound/validator/val_utils.c
377
verbose(VERB_QUERY, "find_signer: could not find signer name"
usr.sbin/unbound/validator/val_utils.c
435
verbose(VERB_ALGO, "verify result: %s", sec_status_to_string(sec));
usr.sbin/unbound/validator/val_utils.c
517
verbose(VERB_ALGO, "attempt DS match algo %d keytag %d",
usr.sbin/unbound/validator/val_utils.c
525
verbose(VERB_ALGO, "DS match attempt failed");
usr.sbin/unbound/validator/val_utils.c
527
verbose(VERB_ALGO, "DS match attempt reached "
usr.sbin/unbound/validator/val_utils.c
536
verbose(VERB_ALGO, "DS okay but that DNSKEY size is not supported");
usr.sbin/unbound/validator/val_utils.c
540
verbose(VERB_ALGO, "DS match digest ok, trying signature");
usr.sbin/unbound/validator/val_utils.c
602
verbose(VERB_QUERY, "DNSKEY RRset did not match DS RRset "
usr.sbin/unbound/validator/val_utils.c
646
verbose(VERB_ALGO, "DS matched DNSKEY.");
usr.sbin/unbound/validator/val_utils.c
648
verbose(VERB_ALGO, "DS works, but dnskeyset contain keys that are unsupported, treat as insecure");
usr.sbin/unbound/validator/val_utils.c
666
verbose(VERB_ALGO, "No supported DS records were found -- "
usr.sbin/unbound/validator/val_utils.c
672
verbose(VERB_ALGO, "No usable DS records were found -- "
usr.sbin/unbound/validator/val_utils.c
677
verbose(VERB_QUERY, "Failed to match any usable DS to a DNSKEY.");
usr.sbin/unbound/validator/val_utils.c
734
verbose(VERB_QUERY, "DNSKEY RRset did not match DS RRset "
usr.sbin/unbound/validator/val_utils.c
744
verbose(VERB_QUERY, "DNSKEY RRset did not match anchor RRset "
usr.sbin/unbound/validator/val_utils.c
789
verbose(VERB_ALGO, "DS matched DNSKEY.");
usr.sbin/unbound/validator/val_utils.c
791
verbose(VERB_ALGO, "trustanchor works, but dnskeyset contain keys that are unsupported, treat as insecure");
usr.sbin/unbound/validator/val_utils.c
821
verbose(VERB_ALGO, "anchor matched DNSKEY.");
usr.sbin/unbound/validator/val_utils.c
823
verbose(VERB_ALGO, "trustanchor works, but dnskeyset contain keys that are unsupported, treat as insecure");
usr.sbin/unbound/validator/val_utils.c
840
verbose(VERB_ALGO, "No supported trust anchors were found -- "
usr.sbin/unbound/validator/val_utils.c
846
verbose(VERB_ALGO, "No usable trust anchors were found -- "
usr.sbin/unbound/validator/val_utils.c
851
verbose(VERB_QUERY, "Failed to match any usable anchor to a DNSKEY.");
usr.sbin/unbound/validator/val_utils.c
902
verbose(VERB_ALGO, "DS is not usable");
usr.sbin/unbound/validator/val_utils.c
918
verbose(VERB_ALGO, "DS unsupported, hash %s %s, "
usr.sbin/unbound/validator/validator.c
1130
verbose(VERB_ALGO, "Positive wildcard response is "
usr.sbin/unbound/validator/validator.c
1145
verbose(VERB_QUERY, "positive response was wildcard "
usr.sbin/unbound/validator/validator.c
1160
verbose(VERB_ALGO, "Successfully validated positive response");
usr.sbin/unbound/validator/validator.c
1222
verbose(VERB_ALGO, "delegation is insecure");
usr.sbin/unbound/validator/validator.c
1251
verbose(VERB_ALGO, "NODATA response is insecure");
usr.sbin/unbound/validator/validator.c
1264
verbose(VERB_QUERY, "NODATA response failed to prove NODATA "
usr.sbin/unbound/validator/validator.c
1273
verbose(VERB_ALGO, "successfully validated NODATA response.");
usr.sbin/unbound/validator/validator.c
1335
verbose(VERB_ALGO, "delegation is insecure");
usr.sbin/unbound/validator/validator.c
1355
verbose(VERB_QUERY, "NameError response failed nsec, "
usr.sbin/unbound/validator/validator.c
1369
verbose(VERB_QUERY, "NameError response has failed to prove: "
usr.sbin/unbound/validator/validator.c
138
verbose(VERB_ALGO, "validator nsec3cfg keysz %d mxiter %d",
usr.sbin/unbound/validator/validator.c
1385
verbose(VERB_QUERY, "NameError response has failed to prove: "
usr.sbin/unbound/validator/validator.c
1398
verbose(VERB_ALGO, "successfully validated NAME ERROR response.");
usr.sbin/unbound/validator/validator.c
1425
verbose(VERB_ALGO, "validated part of referral response as %s",
usr.sbin/unbound/validator/validator.c
1538
verbose(VERB_ALGO, "Positive ANY wildcard response is "
usr.sbin/unbound/validator/validator.c
1553
verbose(VERB_QUERY, "positive ANY response was wildcard "
usr.sbin/unbound/validator/validator.c
1571
verbose(VERB_ALGO, "Successfully validated positive ANY response");
usr.sbin/unbound/validator/validator.c
1687
verbose(VERB_ALGO, "wildcard CNAME response is "
usr.sbin/unbound/validator/validator.c
1702
verbose(VERB_QUERY, "CNAME response was wildcard "
usr.sbin/unbound/validator/validator.c
1713
verbose(VERB_ALGO, "Successfully validated CNAME response");
usr.sbin/unbound/validator/validator.c
1787
verbose(VERB_ALGO, "delegation is insecure");
usr.sbin/unbound/validator/validator.c
1814
verbose(VERB_QUERY, "CNAMEchain to noanswer proves that name "
usr.sbin/unbound/validator/validator.c
1828
verbose(VERB_ALGO, "CNAMEchain to noanswer response "
usr.sbin/unbound/validator/validator.c
1843
verbose(VERB_QUERY, "CNAMEchain to noanswer response failed "
usr.sbin/unbound/validator/validator.c
1853
verbose(VERB_ALGO, "successfully validated CNAME chain to a "
usr.sbin/unbound/validator/validator.c
1855
else verbose(VERB_ALGO, "successfully validated CNAME chain to a "
usr.sbin/unbound/validator/validator.c
1889
verbose(VERB_ALGO, "restart count exceeded");
usr.sbin/unbound/validator/validator.c
1896
verbose(VERB_ALGO, "validator classification %s",
usr.sbin/unbound/validator/validator.c
1958
verbose(VERB_QUERY, "unsigned parent zone denies"
usr.sbin/unbound/validator/validator.c
1965
verbose(VERB_ALGO, "trust anchor NXDOMAIN by signed parent");
usr.sbin/unbound/validator/validator.c
2013
verbose(VERB_DETAIL, "prime trust anchor");
usr.sbin/unbound/validator/validator.c
2092
verbose(VERB_ALGO, "error generating DNSKEY request");
usr.sbin/unbound/validator/validator.c
2120
verbose(VERB_ALGO, "Cannot retrieve DS for signature");
usr.sbin/unbound/validator/validator.c
2137
verbose(VERB_ALGO, "bad signer name");
usr.sbin/unbound/validator/validator.c
2146
verbose(VERB_ALGO, "striplab %d", strip_lab);
usr.sbin/unbound/validator/validator.c
2158
else verbose(VERB_ALGO, "No DS RRset");
usr.sbin/unbound/validator/validator.c
2165
verbose(VERB_ALGO, "error generating DNSKEY request");
usr.sbin/unbound/validator/validator.c
2186
verbose(VERB_ALGO, "Process suspended sub DS response");
usr.sbin/unbound/validator/validator.c
2203
verbose(VERB_ALGO, "Process cached DS response");
usr.sbin/unbound/validator/validator.c
2218
verbose(VERB_ALGO, "error generating DS request");
usr.sbin/unbound/validator/validator.c
2228
verbose(VERB_ALGO, "error generating DNSKEY request");
usr.sbin/unbound/validator/validator.c
2258
verbose(VERB_ALGO, "validate: no key entry, failed");
usr.sbin/unbound/validator/validator.c
2267
verbose(VERB_DETAIL, "Verified that %sresponse is INSECURE",
usr.sbin/unbound/validator/validator.c
2297
verbose(VERB_DETAIL, "Could not establish validation of "
usr.sbin/unbound/validator/validator.c
2338
verbose(VERB_DETAIL, "Validate: message contains "
usr.sbin/unbound/validator/validator.c
2346
verbose(VERB_ALGO, "Validating a positive response");
usr.sbin/unbound/validator/validator.c
2356
verbose(VERB_DETAIL, "validate(positive): %s",
usr.sbin/unbound/validator/validator.c
2362
verbose(VERB_ALGO, "Validating a nodata response");
usr.sbin/unbound/validator/validator.c
2372
verbose(VERB_DETAIL, "validate(nodata): %s",
usr.sbin/unbound/validator/validator.c
2379
verbose(VERB_ALGO, "Validating a nxdomain response");
usr.sbin/unbound/validator/validator.c
2389
verbose(VERB_DETAIL, "validate(nxdomain): %s",
usr.sbin/unbound/validator/validator.c
2397
verbose(VERB_ALGO, "Validating a cname response");
usr.sbin/unbound/validator/validator.c
2407
verbose(VERB_DETAIL, "validate(cname): %s",
usr.sbin/unbound/validator/validator.c
2413
verbose(VERB_ALGO, "Validating a cname noanswer "
usr.sbin/unbound/validator/validator.c
2424
verbose(VERB_DETAIL, "validate(cname_noanswer): %s",
usr.sbin/unbound/validator/validator.c
2430
verbose(VERB_ALGO, "Validating a referral response");
usr.sbin/unbound/validator/validator.c
2432
verbose(VERB_DETAIL, "validate(referral): %s",
usr.sbin/unbound/validator/validator.c
2438
verbose(VERB_ALGO, "Validating a positive ANY "
usr.sbin/unbound/validator/validator.c
2449
verbose(VERB_DETAIL, "validate(positive_any): %s",
usr.sbin/unbound/validator/validator.c
2510
verbose(VERB_ALGO, "validator: go to next rrset");
usr.sbin/unbound/validator/validator.c
2522
verbose(VERB_ALGO, "validator: failed to chase CNAME");
usr.sbin/unbound/validator/validator.c
2559
verbose(VERB_ALGO, "validation failed, "
usr.sbin/unbound/validator/validator.c
2566
verbose(VERB_ALGO, "pass back to next module");
usr.sbin/unbound/validator/validator.c
2582
verbose(VERB_ALGO, "validation failed but "
usr.sbin/unbound/validator/validator.c
2591
verbose(VERB_ALGO, "reset serve-expired-ttl for "
usr.sbin/unbound/validator/validator.c
2727
verbose(VERB_ALGO, "val handle processing q with state %s",
usr.sbin/unbound/validator/validator.c
2757
verbose(VERB_QUERY, "validator[module %d] operate: extstate:%s "
usr.sbin/unbound/validator/validator.c
2770
verbose(VERB_ALGO, "validator: pass to next module");
usr.sbin/unbound/validator/validator.c
2776
verbose(VERB_ALGO, "validator: nextmodule returned");
usr.sbin/unbound/validator/validator.c
2794
verbose(VERB_ALGO, "rpz applied, mark it as insecure");
usr.sbin/unbound/validator/validator.c
2804
verbose(VERB_ALGO, "cannot validate classANY: bogus");
usr.sbin/unbound/validator/validator.c
288
verbose(VERB_ALGO, "constructing reply for validation");
usr.sbin/unbound/validator/validator.c
2910
verbose(VERB_DETAIL, "validate keys with anchor(DS): %s",
usr.sbin/unbound/validator/validator.c
2980
verbose(VERB_DETAIL, "DS response was error, thus bogus");
usr.sbin/unbound/validator/validator.c
3017
verbose(VERB_DETAIL, "DS rrset in DS response did "
usr.sbin/unbound/validator/validator.c
3051
verbose(VERB_ALGO, "no NSECs: %s", reason);
usr.sbin/unbound/validator/validator.c
3069
verbose(VERB_DETAIL, "NSEC RRset for the "
usr.sbin/unbound/validator/validator.c
3078
verbose(VERB_DETAIL, "NSEC RRset for the "
usr.sbin/unbound/validator/validator.c
3083
verbose(VERB_DETAIL, "NSEC RRset for the "
usr.sbin/unbound/validator/validator.c
3111
verbose(VERB_DETAIL, "NSEC3s for the "
usr.sbin/unbound/validator/validator.c
3120
verbose(VERB_DETAIL, "NSEC3s for the "
usr.sbin/unbound/validator/validator.c
3125
verbose(VERB_DETAIL, "NSEC3s for the "
usr.sbin/unbound/validator/validator.c
3138
verbose(VERB_DETAIL, "DS %s ran out of options, so return "
usr.sbin/unbound/validator/validator.c
3179
verbose(VERB_ALGO, "CNAME has inconsistent wildcard signatures");
usr.sbin/unbound/validator/validator.c
3224
verbose(VERB_ALGO, "wildcard CNAME in chain of trust means no DS can be found and it is also not a delegation point that can be insecure");
usr.sbin/unbound/validator/validator.c
3230
verbose(VERB_ALGO, "CNAME validated, "
usr.sbin/unbound/validator/validator.c
3240
verbose(VERB_QUERY, "Encountered an unhandled type of "
usr.sbin/unbound/validator/validator.c
3294
verbose(VERB_ALGO, "rpz was applied to the DS lookup, "
usr.sbin/unbound/validator/validator.c
3395
verbose(VERB_ALGO, "rpz was applied to the DNSKEY lookup, "
usr.sbin/unbound/validator/validator.c
3410
verbose(VERB_DETAIL, "Missing DNSKEY RRset in response to "
usr.sbin/unbound/validator/validator.c
3469
verbose(VERB_DETAIL, "Did not match a DS to a DNSKEY, "
usr.sbin/unbound/validator/validator.c
3584
verbose(VERB_ALGO, "super: has no validator state");
usr.sbin/unbound/validator/validator.c
408
verbose(VERB_ALGO, "not validating response, is valrec"
usr.sbin/unbound/validator/validator.c
422
verbose(VERB_ALGO, "cannot validate non-answer, rcode %s", rc);
usr.sbin/unbound/validator/validator.c
431
verbose(VERB_ALGO, "cannot validate RRSIG, no sigs on sigs.");
usr.sbin/unbound/validator/validator.c
448
verbose(VERB_ALGO, "response has already been validated: %s",
usr.sbin/unbound/validator/validator.c
491
verbose(VERB_ALGO, "Could not generate request: cycle detected");
usr.sbin/unbound/validator/validator.c
582
verbose(VERB_ALGO, "failed to generate key tag signaling request");
usr.sbin/unbound/validator/validator.c
639
verbose(VERB_ALGO, "keytag signaling query failed");
usr.sbin/unbound/validator/validator.c
644
verbose(VERB_ALGO, "Could not prime trust anchor");
usr.sbin/unbound/validator/validator.c
733
verbose(VERB_ALGO, "DNAME CNAME derivation failed");
usr.sbin/unbound/validator/validator.c
741
verbose(VERB_ALGO, "CNAME target mismatch: not synthesized from DNAME");
usr.sbin/unbound/validator/validator.c
795
verbose(VERB_ALGO, "msg signature validation "
usr.sbin/unbound/validator/validator.c
831
verbose(VERB_ALGO, "msg signature validation "
usr.sbin/unbound/validator/validator.c
865
verbose(VERB_ALGO, "msg signature validation "
usr.sbin/unbound/validator/validator.c
878
verbose(VERB_ALGO, "validate_suspend timer, continue");
usr.sbin/unbound/validator/validator.c
891
verbose(VERB_ALGO, "validate_suspend timer: "
usr.sbin/unbound/validator/validator.c
898
verbose(VERB_ALGO, "validate_suspend timer, set for suspend");
usr.sbin/unbound/validator/validator.c
967
verbose(VERB_ALGO, "truncating to minimal response");
usr.sbin/unwindctl/unwindctl.c
152
verbose |= OPT_VERBOSE2;
usr.sbin/unwindctl/unwindctl.c
155
verbose |= OPT_VERBOSE;
usr.sbin/unwindctl/unwindctl.c
159
&verbose, sizeof(verbose));
usr.sbin/unwindctl/unwindctl.c
95
int i, j, k, n, verbose = 0;
usr.sbin/usbdevs/usbdevs.c
133
if (verbose)
usr.sbin/usbdevs/usbdevs.c
138
if (verbose > 1) {
usr.sbin/usbdevs/usbdevs.c
253
verbose++;
usr.sbin/usbdevs/usbdevs.c
288
if (verbose && ncont == 0)
usr.sbin/usbdevs/usbdevs.c
54
int verbose = 0;
usr.sbin/usbdevs/usbdevs.c
94
if (verbose) {
usr.sbin/user/user.c
1932
verbose = 1;
usr.sbin/user/user.c
2071
verbose = 1;
usr.sbin/user/user.c
210
static int verbose;
usr.sbin/user/user.c
2128
verbose = 1;
usr.sbin/user/user.c
2197
verbose = 1;
usr.sbin/user/user.c
2239
verbose = 1;
usr.sbin/user/user.c
2298
verbose = 1;
usr.sbin/user/user.c
234
if (verbose)
usr.sbin/user/user.c
2371
verbose = 1;
usr.sbin/user/user.c
2433
verbose = 1;
usr.sbin/user/user.c
372
if (verbose)
usr.sbin/vmctl/main.c
1036
if (!verbose)
usr.sbin/vmctl/main.c
117
verbose = 1;
usr.sbin/vmctl/main.c
238
&res->verbose, sizeof(res->verbose));
usr.sbin/vmctl/main.c
50
int verbose = 0;
usr.sbin/vmctl/main.c
777
res->verbose = 0;
usr.sbin/vmctl/main.c
779
res->verbose = 2;
usr.sbin/vmctl/vmctl.h
56
int verbose;
usr.sbin/vmd/log.c
154
if (verbose > 1) {
usr.sbin/vmd/log.c
30
static int verbose;
usr.sbin/vmd/log.c
39
verbose = n_debug;
usr.sbin/vmd/log.c
60
verbose = v;
usr.sbin/vmd/log.c
66
return (verbose);
usr.sbin/vmd/proc.c
440
int verbose;
usr.sbin/vmd/proc.c
495
verbose = imsg_int_read(&imsg);
usr.sbin/vmd/proc.c
496
log_setverbose(verbose);
usr.sbin/vmd/vioblk.c
403
int verbose;
usr.sbin/vmd/vioblk.c
446
verbose = imsg_int_read(&imsg);
usr.sbin/vmd/vioblk.c
447
log_setverbose(verbose);
usr.sbin/vmd/vionet.c
845
int verbose;
usr.sbin/vmd/vionet.c
898
if (imsg_get_data(&imsg, &verbose, sizeof(verbose)))
usr.sbin/vmd/vionet.c
900
log_setverbose(verbose);
usr.sbin/vmd/vioscsi.c
431
int verbose;
usr.sbin/vmd/vioscsi.c
473
verbose = imsg_int_read(&imsg);
usr.sbin/vmd/vioscsi.c
474
log_setverbose(verbose);
usr.sbin/vmd/vm.c
316
int verbose;
usr.sbin/vmd/vm.c
349
verbose = imsg_int_read(&imsg);
usr.sbin/vmd/vm.c
350
log_setverbose(verbose);
usr.sbin/vmd/vm.c
351
virtio_broadcast_imsg(vm, IMSG_CTL_VERBOSE, &verbose,
usr.sbin/vmd/vm.c
352
sizeof(verbose));
usr.sbin/vmd/vmd.c
219
verbose = imsg_int_read(imsg);
usr.sbin/vmd/vmd.c
220
log_setverbose(verbose);
usr.sbin/vmd/vmd.c
222
proc_compose_imsg(ps, PROC_VMM, type, -1, -1, &verbose,
usr.sbin/vmd/vmd.c
223
sizeof(verbose));
usr.sbin/vmd/vmd.c
224
proc_compose_imsg(ps, PROC_PRIV, type, -1, -1, &verbose,
usr.sbin/vmd/vmd.c
225
sizeof(verbose));
usr.sbin/vmd/vmd.c
94
int cmd = IMSG_NONE, verbose;
usr.sbin/vmd/vmm.c
109
int res = 0, cmd = IMSG_NONE, verbose;
usr.sbin/vmd/vmm.c
232
verbose = imsg_int_read(imsg);
usr.sbin/vmd/vmm.c
233
log_setverbose(verbose);
usr.sbin/vmd/vmm.c
234
env->vmd_verbose = verbose;
usr.sbin/vmd/vmm.c
238
&verbose, sizeof(verbose));
usr.sbin/ypldap/log.c
131
if (verbose) {
usr.sbin/ypldap/log.c
31
int verbose;
usr.sbin/ypldap/log.c
50
verbose = v;