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

1234

/freebsd-11.0-release/sys/cddl/compat/opensolaris/sys/
H A Ddebug_compat.h35 #define DEBUG macro
/freebsd-11.0-release/lib/libc/net/
H A Dres_config.h3 #define DEBUG 1 /* enable debugging code (needed for dig) */ macro
/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/include/
H A Dibdiag_common.h48 #undef DEBUG macro
49 #define DEBUG if (ibdebug || verbose) IBWARN macro
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DDebug.h92 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X) macro
/freebsd-11.0-release/contrib/ofed/management/libibmad/src/
H A Dvendor.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 Dsmp.c48 #undef DEBUG macro
49 #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-11.0-release/contrib/one-true-awk/
H A Dmain.c30 #define DEBUG macro
H A Dparse.c25 #define DEBUG macro
/freebsd-11.0-release/contrib/ipfilter/ipsend/
H A DMakefile22 DEBUG=-g macro
/freebsd-11.0-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-11.0-release/sys/dev/random/
H A Dunit_test.c60 #define DEBUG macro
/freebsd-11.0-release/lib/libc/resolv/
H A Dres_mkquery.c86 #define DEBUG macro
/freebsd-11.0-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-11.0-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-11.0-release/sys/boot/efi/include/
H A Defidebug.h35 #define DEBUG(a) DbgPrint a macro
40 #define DEBUG(a) macro
/freebsd-11.0-release/usr.bin/calendar/
H A Dcalendar.c63 static char *DEBUG = NULL; variable
/freebsd-11.0-release/usr.sbin/fwcontrol/
H A Dfwmpegts.c68 #define DEBUG 0 macro
/freebsd-11.0-release/contrib/groff/src/libs/libgroff/
H A Drelocate.cpp39 # define DEBUG 0 macro
[all...]

Completed in 131 milliseconds

1234