/src/tests/net/if_vlan/ |
bpfopen.c | 63 static void log_debug(const char *, ...) __printflike(1, 2); 122 log_debug("bpf opened"); 129 log_debug("daemonized"); 153 log_debug(const char *fmt, ...) function in typeref:typename:void 175 log_debug("open: %s", strerror(errno)); 183 log_debug("BIOCSETIF: %s", strerror(errno)); 188 log_debug("BIOCPROMISC: %s", strerror(errno)); 218 log_debug("BIOCGBLEN: %s, use default size %u", 226 log_debug("malloc: %s", strerror(errno)); 236 log_debug("start reading %s, bufsiz=%u", ifname, bufsiz) [all...] |
/src/usr.sbin/btpand/ |
bnep.c | 95 log_debug("dropped short packet (type 0x%2.2x)", type); 117 log_debug("dropped short packet (type 0x%2.2x)", type); 129 log_debug("dropped short packet (type 0x%2.2x)", type); 142 log_debug("dropped short packet (type 0x%2.2x)", type); 159 log_debug("dropped packet with reserved type 0x%2.2x", type); 172 log_debug("received long packet " 318 log_debug("ignored"); 369 log_debug("addr %s response 0x%2.2x", 391 log_debug("ignored"); 395 log_debug("addr %s response 0x%2.2x" [all...] |
channel.c | 107 log_debug("(fd#%d)", chan->fd); 119 log_debug("(fd#%d)", chan->fd); 204 log_debug("(fd#%d) EOF", fd);
|
btpand.h | 166 #define log_debug(fmt, args...) syslog(LOG_DEBUG, "%s: " fmt, __func__ , ##args) macro
|
/src/usr.sbin/sdpd/ |
record.c | 55 log_debug("RecordInsertRequest by client on fd#%d", fd); 109 log_debug("RecordUpdateRequest by client on fd#%d", fd); 167 log_debug("RecordRemoveRequest by client on fd#%d", fd);
|
log.c | 123 log_debug(char const *message, ...) function in typeref:typename:void 128 vsyslog(LOG_DEBUG, message, ap);
|
sdpd.h | 144 void log_debug(char const *, ...) __printflike(1, 2);
|
service.c | 66 log_debug("ServiceSearchRequest by client on fd#%d", fd); 174 log_debug("ServiceAttributeRequest by client on fd#%d", fd); 299 log_debug("ServiceSearchAttributeRequest by client on fd#%d", fd);
|
server.c | 402 log_debug("new %s client on fd#%d", 517 log_debug("sending ErrorResponse (error=0x%04x)", error); 567 log_debug("client on fd#%d closed", fd);
|
compat.c | 783 log_debug("compat RegisterRequest by client on fd#%d", fd); 834 log_debug("compat ChangeRequest by client on fd#%d", fd);
|
/src/usr.sbin/bta2dpd/bta2dpd/ |
bta2dpd.c | 263 #define log_debug(fmt, args...) syslog(LOG_DEBUG, fmt, ##args) macro 724 log_debug("Received command %d", signal); 747 log_debug("Bitpool value = %d", bitpool); 768 log_debug("Responded to command %d", signal); 843 log_debug("Recving %zd bytes", len); 889 log_debug("Streaming %zd bytes", len);
|
/src/dist/pf/sbin/pflogd/ |
pflogd.c | 77 int log_debug = 0; variable in typeref:typename:int 168 if (log_debug) { 670 log_debug = Debug;
|