Home
last modified time | relevance | path

Searched refs:D_MEM (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/amd/include/
HDam_utils.h423 # define D_MEM 0x0040 /* Trace memory allocations */ macro
425 # define D_MEM 0x0000 /* Dummy */ macro
438 # define D_TEST (~(D_MEM|D_STR|D_XDRTRACE))
/NextBSD/contrib/amd/libamu/
HDxutil.c104 {"mem", D_MEM}, /* Trace memory allocations */
194 if (amuDebug(D_MEM)) in xmalloc()
228 if (amuDebug(D_MEM)) in xrealloc()
252 if (amuDebug(D_MEM)) in dxfree()
/NextBSD/sys/dev/mem/
HDmemdev.c55 .d_flags = D_MEM,
/NextBSD/sys/i386/bios/
HDsmapi.c83 .d_flags = D_MEM | D_NEEDGIANT,
/NextBSD/sys/sys/
HDconf.h141 #define D_MEM 0x0008 macro
/NextBSD/contrib/gdb/gdb/
HDminimon.h115 #define D_MEM 6 /* Data Memory */ macro
/NextBSD/sbin/devfs/
HDrule.c73 { "mem", D_MEM },
/NextBSD/bin/dd/
HDdd.c266 else if (type & (D_DISK | D_MEM)) in getfdtype()
/NextBSD/sys/dev/firewire/
HDfwdev.c83 .d_flags = D_MEM
/NextBSD/usr.sbin/camdd/
HDcamdd.c1099 else if (type & D_MEM) in camdd_probe_file()