Searched refs:D_DATA (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dargo_debug.h194 #define D_DATA '\145' macro
H A Dtp_subr.c507 if (argo_debug[D_DATA]) {
513 if (tp_traceflags[D_DATA]) {
521 if (tp_traceflags[D_DATA]) {
567 if (argo_debug[D_DATA]) {
646 if (tp_traceflags[D_DATA]) {
678 if (argo_debug[D_DATA]) {
733 if (argo_debug[D_DATA]) {
H A Dtp_driver.c363 if (argo_debug[D_DATA]) {
375 if (argo_debug[D_DATA]) {
385 if (argo_debug[D_DATA]) {
396 if (argo_debug[D_DATA]) {
407 if (argo_debug[D_DATA]) {
414 if (tp_traceflags[D_DATA])
665 if (tp_traceflags[D_DATA])
H A Dtp_usrreq.c591 if (tp_traceflags[D_DATA]) {
765 if (tp_traceflags[D_DATA]) {
H A Dtp_emit.c429 if (tp_traceflags[D_DATA]) {
/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dsyslogd.c907 DPRINTF(D_DATA, "format error\n"); \
1030 DPRINTF((D_CALL|D_BUFFER|D_DATA), "printline_syslogprotocol("
1037 DPRINTF(D_DATA, "Got timestamp \"%s\"\n", buffer->timestamp);
1062 DPRINTF(D_DATA, "Got host \"%s\"\n", buffer->host);
1079 DPRINTF(D_DATA, "Got prog \"%s\"\n", buffer->prog);
1097 DPRINTF(D_DATA, "Got pid \"%s\"\n", buffer->pid);
1116 DPRINTF(D_DATA, "Got msgid \"%s\"\n", buffer->msgid);
1122 DPRINTF(D_DATA, "check_sd(\"%s\") returned %d\n", p, sdlen);
1131 DPRINTF(D_DATA, "format error\n");
1135 DPRINTF(D_DATA, "Go
[all...]
H A Dtls.c1562 DPRINTF((D_TLS|D_CALL|D_DATA), "tls_split_messages() -- "
1577 DPRINTF(D_DATA, "move inbuf of length %zu by %zu chars\n",
1608 DPRINTF(D_DATA, "Reallocated inbuf\n");
1649 DPRINTF(D_DATA, "move inbuf of length %zu by %zu "
1664 DPRINTF(D_DATA, "Shrink inbuf\n");
1672 DPRINTF(D_DATA, "return with status: msg_start %zu, msg_len %zu, "
1715 DPRINTF(D_DATA, "now sending line: \"%.*s\"\n",
1721 DPRINTF(D_DATA, "connection not ready to send: \"%.*s\"\n",
1787 DPRINTF((D_TLS|D_DATA), "TLS: SSL_write() wrote %d out of %zu "
1796 DPRINTF((D_TLS|D_DATA), "TL
[all...]
H A Dsyslogd.h134 #define D_DATA 2 /* syslog message reading/formatting */ macro
145 #define D_ALL (D_CALL | D_DATA | D_NET | D_FILE | D_TLS | D_PARSE | \

Completed in 102 milliseconds