Searched defs:DEBUG (Results 1 - 25 of 77) sorted by relevance

1234

/freebsd-10.1-release/sys/cddl/compat/opensolaris/sys/
H A Ddebug_compat.h35 #define DEBUG macro
/freebsd-10.1-release/lib/libc/net/
H A Dres_config.h3 #define DEBUG 1 /* enable debugging code (needed for dig) */ macro
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DDebug.h97 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X) macro
/freebsd-10.1-release/contrib/ofed/management/infiniband-diags/include/
H A Dibdiag_common.h48 #undef DEBUG macro
49 #define DEBUG if (ibdebug || verbose) IBWARN macro
/freebsd-10.1-release/contrib/ofed/management/libibmad/src/
H A Dvendor.c48 #undef DEBUG macro
49 #define DEBUG if (ibdebug) IBWARN macro
H A Dsmp.c48 #undef DEBUG macro
49 #define DEBUG if (ibdebug) IBWARN macro
H A Dportid.c50 #undef DEBUG macro
51 #define DEBUG if (ibdebug) IBWARN macro
H A Dgs.c48 #undef DEBUG macro
49 #define DEBUG if (ibdebug) IBWARN macro
H A Dmad.c49 #undef DEBUG macro
50 #define DEBUG if (ibdebug) IBWARN macro
H A Dregister.c49 #undef DEBUG macro
50 #define DEBUG if (ibdebug) IBWARN macro
[all...]
H A Dresolve.c49 #undef DEBUG macro
50 #define DEBUG if (ibdebug) IBWARN macro
H A Dserv.c50 #undef DEBUG macro
51 #define DEBUG if (ibdebug) IBWARN macro
H A Dsa.c48 #undef DEBUG macro
49 #define DEBUG if (ibdebug) IBWARN macro
/freebsd-10.1-release/contrib/ipfilter/ipsend/
H A DMakefile22 DEBUG=-g macro
/freebsd-10.1-release/contrib/one-true-awk/
H A Dmain.c30 #define DEBUG macro
/freebsd-10.1-release/sys/boot/powerpc/ps3/
H A Dps3cdrom.c42 #define DEBUG(fmt, args...) printf("%s:%d: " fmt "\n", __func__, __LINE__, ##args) macro
44 #define DEBUG(fmt, args...) macro
/freebsd-10.1-release/lib/libfetch/
H A Dcommon.h104 #define DEBUG(x) do { if (fetchDebug) { x; } } while (0) macro
106 #define DEBUG(x) do { } while (0) macro
/freebsd-10.1-release/sys/boot/common/
H A Dinterp_forth.c41 # define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args) macro
43 # define DEBUG(fmt, args...) macro
/freebsd-10.1-release/sys/boot/efi/include/
H A Defidebug.h35 #define DEBUG(a) DbgPrint a macro
40 #define DEBUG(a) macro
/freebsd-10.1-release/usr.bin/calendar/
H A Dcalendar.c63 static char *DEBUG = NULL; variable
/freebsd-10.1-release/usr.bin/make/
H A Dutil.h83 #define DEBUG(module) (debug & CONCAT(DEBUG_,module)) macro
/freebsd-10.1-release/contrib/groff/src/libs/libgroff/
H A Drelocate.cpp39 # define DEBUG 0 macro
[all...]
/freebsd-10.1-release/contrib/ipfilter/
H A DMakefile19 DEBUG=-g macro
[all...]
/freebsd-10.1-release/contrib/ncurses/ncurses/tinfo/
H A Dcomp_hash.c49 #undef DEBUG macro
50 #define DEBUG(level, params) /*nothing */ macro
/freebsd-10.1-release/lib/libc/resolv/
H A Dres_mkquery.c86 #define DEBUG macro

Completed in 262 milliseconds

1234