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

  /src/usr.sbin/syslogd/
syslogd.h 140 #define D_BUFFER 128 /* message queues */
146 D_EVENT | D_BUFFER | D_MEM | D_MEM2 | D_SIGN | D_MISC)
195 #define NEWREF(x) ((x) ? (DPRINTF(D_BUFFER, "inc refcount of " #x \
198 : (DPRINTF(D_BUFFER, "inc refcount of NULL!\n"), NULL))
199 #define DELREF(x) /*LINTED null effect*/(void)((x) ? (DPRINTF(D_BUFFER, "dec refcount of " #x \
202 : (DPRINTF(D_BUFFER, "dec refcount of NULL!\n"), NULL))
syslogd.c 1129 DPRINTF((D_CALL|D_BUFFER|D_DATA), "printline_syslogprotocol("
1345 DPRINTF((D_CALL|D_BUFFER|D_DATA), "printline_bsdsyslog("
1510 DPRINTF((D_CALL|D_BUFFER|D_DATA), "printline_kernelprintf("
1559 DPRINTF((D_CALL|D_BUFFER|D_DATA),
1906 DPRINTF((D_CALL|D_BUFFER), "logmsg: buffer@%p, pri 0%o/%d, flags 0x%x,"
1920 DPRINTF(D_BUFFER, "Empty message?\n");
3596 DPRINTF(D_BUFFER, "move queue from f@%p "
4521 DPRINTF((D_CALL|D_BUFFER), "purge_message_queue(%p, %zu, %d) with "
4554 DPRINTF(D_BUFFER,
4568 DPRINTF(D_BUFFER,
    [all...]

Completed in 213 milliseconds