Home
last modified time | relevance | path

Searched defs:DEBUG (Results 1 – 25 of 80) sorted by relevance

1234

/NextBSD/sys/cddl/compat/opensolaris/sys/
HDdebug_compat.h35 #define DEBUG macro
/NextBSD/cddl/contrib/dtracetoolkit/Mem/
HDswapinfo.d62 inline int DEBUG = 0; variable
/NextBSD/cddl/contrib/dtracetoolkit/Bin/
Dswapinfo.d62 inline int DEBUG = 0; variable
/NextBSD/sys/boot/common/
HDinterp_forth.c41 # define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args) macro
43 # define DEBUG(fmt, args...) macro
HDbcache.c46 # define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args) macro
49 # define DEBUG(fmt, args...) macro
/NextBSD/sys/boot/powerpc/ps3/
HDps3cdrom.c42 #define DEBUG(fmt, args...) printf("%s:%d: " fmt "\n", __func__, __LINE__, ##args) macro
44 #define DEBUG(fmt, args...) macro
HDps3disk.c49 #define DEBUG(fmt, args...) printf("%s:%d: " fmt "\n" , __func__ , __LINE__, ##args) macro
51 #define DEBUG(fmt, args...) macro
/NextBSD/lib/libc/net/
HDres_config.h3 #define DEBUG 1 /* enable debugging code (needed for dig) */ macro
/NextBSD/contrib/ofed/management/infiniband-diags/include/
HDibdiag_common.h49 #define DEBUG if (ibdebug || verbose) IBWARN macro
/NextBSD/lib/libfetch/
HDcommon.h104 #define DEBUG(x) do { if (fetchDebug) { x; } } while (0) macro
106 #define DEBUG(x) do { } while (0) macro
/NextBSD/sys/boot/efi/include/
HDefidebug.h35 #define DEBUG(a) DbgPrint a macro
40 #define DEBUG(a) macro
/NextBSD/contrib/ofed/management/libibmad/src/
HDvendor.c49 #define DEBUG if (ibdebug) IBWARN macro
HDportid.c51 #define DEBUG if (ibdebug) IBWARN macro
HDserv.c51 #define DEBUG if (ibdebug) IBWARN macro
HDsmp.c49 #define DEBUG if (ibdebug) IBWARN macro
HDmad.c50 #define DEBUG if (ibdebug) IBWARN macro
HDregister.c50 #define DEBUG if (ibdebug) IBWARN macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDDebug.h92 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X) macro
/NextBSD/contrib/ofed/management/infiniband-diags/
HDconfigure.in26 AM_CONDITIONAL(DEBUG, test x$debug = xtrue) condition
/NextBSD/contrib/one-true-awk/
HDmain.c30 #define DEBUG macro
/NextBSD/contrib/ofed/management/opensm/
HDconfigure.in77 AM_CONDITIONAL(DEBUG, test x$debug = xtrue) condition
/NextBSD/usr.sbin/fwcontrol/
HDfwmpegts.c68 #define DEBUG 0 macro
/NextBSD/usr.bin/calendar/
HDcalendar.c63 static char *DEBUG = NULL; variable
/NextBSD/sys/boot/i386/libi386/
HDbioscd.c62 # define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args) macro
64 # define DEBUG(fmt, args...) macro
/NextBSD/sys/boot/pc98/libpc98/
HDbioscd.c61 # define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args) macro
63 # define DEBUG(fmt, args...) macro

1234