Symbol: log_debug
dist/pf/sbin/pflogd/pflogd.c
169
if (log_debug) {
dist/pf/sbin/pflogd/pflogd.c
671
log_debug = Debug;
dist/pf/sbin/pflogd/pflogd.c
78
int log_debug = 0;
tests/net/if_vlan/bpfopen.c
122
log_debug("bpf opened");
tests/net/if_vlan/bpfopen.c
129
log_debug("daemonized");
tests/net/if_vlan/bpfopen.c
175
log_debug("open: %s", strerror(errno));
tests/net/if_vlan/bpfopen.c
183
log_debug("BIOCSETIF: %s", strerror(errno));
tests/net/if_vlan/bpfopen.c
188
log_debug("BIOCPROMISC: %s", strerror(errno));
tests/net/if_vlan/bpfopen.c
218
log_debug("BIOCGBLEN: %s, use default size %u",
tests/net/if_vlan/bpfopen.c
226
log_debug("malloc: %s", strerror(errno));
tests/net/if_vlan/bpfopen.c
236
log_debug("start reading %s, bufsiz=%u", ifname, bufsiz);
tests/net/if_vlan/bpfopen.c
257
log_debug("finish reading %s", ifname);
tests/net/if_vlan/bpfopen.c
63
static void log_debug(const char *, ...) __printflike(1, 2);
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
724
log_debug("Received command %d", signal);
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
747
log_debug("Bitpool value = %d", bitpool);
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
768
log_debug("Responded to command %d", signal);
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
843
log_debug("Recving %zd bytes", len);
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
889
log_debug("Streaming %zd bytes", len);
usr.sbin/btpand/bnep.c
117
log_debug("dropped short packet (type 0x%2.2x)", type);
usr.sbin/btpand/bnep.c
129
log_debug("dropped short packet (type 0x%2.2x)", type);
usr.sbin/btpand/bnep.c
142
log_debug("dropped short packet (type 0x%2.2x)", type);
usr.sbin/btpand/bnep.c
159
log_debug("dropped packet with reserved type 0x%2.2x", type);
usr.sbin/btpand/bnep.c
172
log_debug("received long packet "
usr.sbin/btpand/bnep.c
318
log_debug("ignored");
usr.sbin/btpand/bnep.c
369
log_debug("addr %s response 0x%2.2x",
usr.sbin/btpand/bnep.c
391
log_debug("ignored");
usr.sbin/btpand/bnep.c
395
log_debug("addr %s response 0x%2.2x",
usr.sbin/btpand/bnep.c
427
log_debug("ignored");
usr.sbin/btpand/bnep.c
442
log_debug("nf = %d", nf);
usr.sbin/btpand/bnep.c
456
log_debug("pf[%d] = %#4.4x, %#4.4x", i, pf[i].start, pf[i].end);
usr.sbin/btpand/bnep.c
468
log_debug("addr %s response 0x%2.2x",
usr.sbin/btpand/bnep.c
484
log_debug("ignored");
usr.sbin/btpand/bnep.c
513
log_debug("ignored");
usr.sbin/btpand/bnep.c
528
log_debug("nf = %d", nf);
usr.sbin/btpand/bnep.c
543
log_debug("pf[%d] = "
usr.sbin/btpand/bnep.c
561
log_debug("addr %s response 0x%2.2x",
usr.sbin/btpand/bnep.c
577
log_debug("ignored");
usr.sbin/btpand/bnep.c
95
log_debug("dropped short packet (type 0x%2.2x)", type);
usr.sbin/btpand/channel.c
107
log_debug("(fd#%d)", chan->fd);
usr.sbin/btpand/channel.c
119
log_debug("(fd#%d)", chan->fd);
usr.sbin/btpand/channel.c
204
log_debug("(fd#%d) EOF", fd);
usr.sbin/sdpd/compat.c
783
log_debug("compat RegisterRequest by client on fd#%d", fd);
usr.sbin/sdpd/compat.c
834
log_debug("compat ChangeRequest by client on fd#%d", fd);
usr.sbin/sdpd/record.c
109
log_debug("RecordUpdateRequest by client on fd#%d", fd);
usr.sbin/sdpd/record.c
167
log_debug("RecordRemoveRequest by client on fd#%d", fd);
usr.sbin/sdpd/record.c
55
log_debug("RecordInsertRequest by client on fd#%d", fd);
usr.sbin/sdpd/sdpd.h
144
void log_debug(char const *, ...) __printflike(1, 2);
usr.sbin/sdpd/server.c
402
log_debug("new %s client on fd#%d",
usr.sbin/sdpd/server.c
517
log_debug("sending ErrorResponse (error=0x%04x)", error);
usr.sbin/sdpd/server.c
567
log_debug("client on fd#%d closed", fd);
usr.sbin/sdpd/service.c
174
log_debug("ServiceAttributeRequest by client on fd#%d", fd);
usr.sbin/sdpd/service.c
299
log_debug("ServiceSearchAttributeRequest by client on fd#%d", fd);
usr.sbin/sdpd/service.c
66
log_debug("ServiceSearchRequest by client on fd#%d", fd);