Searched refs:D_MEM (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dsyslogd.h141 #define D_MEM 256 /* malloc/free */ macro
146 D_EVENT | D_BUFFER | D_MEM | D_MEM2 | D_SIGN | D_MISC)
211 DPRINTF(D_MEM, "Unable to allocate memory"); \
219 DPRINTF(D_MEM, "Unable to allocate memory"); \
H A Dtls.c1821 DPRINTF(D_MEM, "free_tls_conn(conn_info@%p) with sslptr@%p\n",
1954 DPRINTF(D_MEM, "free_tls_sslptr(conn_info@%p)\n", conn_info);
H A Dsyslogd.c3083 DPRINTF((D_PARSE|D_MEM),
4527 DPRINTF(D_MEM, "message_queue_freeall(f@%p) with f_qhead@%p\n", f,
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/include/
H A Dam_utils.h428 # define D_MEM 0x0040 /* Trace memory allocations */ macro
430 # define D_MEM 0x0000 /* Dummy */ macro
439 # define D_BASIC (D_TRACE|D_FULL|D_STR|D_MEM|D_INFO|D_XDRTRACE|D_READDIR)
485 # define D_MEM 0x0000 /* dummy: Trace memory allocations */ macro
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/libamu/
H A Dxutil.c106 {"mem", D_MEM}, /* Trace memory allocations */
196 if (amuDebug(D_MEM))
230 if (amuDebug(D_MEM))
254 if (amuDebug(D_MEM))
/netbsd-6-1-5-RELEASE/sys/arch/mips/adm5120/dev/
H A Dahci.c160 #define D_MEM (0x0008) /* memory allocation */ macro
474 DPRINTF(D_MEM, ("SLallocm"));
483 DPRINTF(D_MEM, ("SLfreem"));
493 DPRINTF(D_MEM, ("SLallocx"));
523 DPRINTF(D_MEM, ("SLfreex"));
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dsl811hs.c785 DLOG(D_MEM, "allocm %p", mem, 0,0,0);
809 DLOG(D_MEM, "freem %p", dma->block, 0,0,0);
825 DLOG(D_MEM, "allocx %p", xfer, 0,0,0);
840 DLOG(D_MEM, "freex xfer %p spipe %p", xfer, xfer->pipe,0,0);

Completed in 156 milliseconds