HomeSort by: relevance | last modified time | path
    Searched refs:D_DATA (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/syslogd/
syslogd.c 1006 DPRINTF(D_DATA, "format error\n"); \
1129 DPRINTF((D_CALL|D_BUFFER|D_DATA), "printline_syslogprotocol("
1136 DPRINTF(D_DATA, "Got timestamp \"%s\"\n", buffer->timestamp);
1160 DPRINTF(D_DATA, "Got host \"%s\"\n", buffer->host);
1177 DPRINTF(D_DATA, "Got prog \"%s\"\n", buffer->prog);
1195 DPRINTF(D_DATA, "Got pid \"%s\"\n", buffer->pid);
1214 DPRINTF(D_DATA, "Got msgid \"%s\"\n", buffer->msgid);
1220 DPRINTF(D_DATA, "check_sd(\"%s\") returned %d\n", p, sdlen);
1229 DPRINTF(D_DATA, "format error\n");
1233 DPRINTF(D_DATA, "Got SD \"%s\"\n", buffer->sd)
    [all...]
tls.c 1584 DPRINTF((D_TLS|D_CALL|D_DATA), "tls_split_messages() -- "
1599 DPRINTF(D_DATA, "move inbuf of length %zu by %zu chars\n",
1630 DPRINTF(D_DATA, "Reallocated inbuf\n");
1671 DPRINTF(D_DATA, "move inbuf of length %zu by %zu "
1686 DPRINTF(D_DATA, "Shrink inbuf\n");
1694 DPRINTF(D_DATA, "return with status: msg_start %zu, msg_len %zu, "
1737 DPRINTF(D_DATA, "now sending line: \"%.*s\"\n",
1743 DPRINTF(D_DATA, "connection not ready to send: \"%.*s\"\n",
1809 DPRINTF((D_TLS|D_DATA), "TLS: SSL_write() wrote %d out of %zu "
1818 DPRINTF((D_TLS|D_DATA), "TLS: SSL_write() complete\n")
    [all...]
syslogd.h 134 #define D_DATA 2 /* syslog message reading/formatting */
145 #define D_ALL (D_CALL | D_DATA | D_NET | D_FILE | D_TLS | D_PARSE | \

Completed in 17 milliseconds