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

1234

/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.h38 /*#define DEBUG*/
39 #define DEBUG macro
H A Dhal-storage-cleanup-all-mountpoints.c38 /*#define DEBUG*/
39 #define DEBUG macro
78 #ifdef DEBUG
89 #ifdef DEBUG
100 #ifdef DEBUG
172 #ifdef DEBUG
H A Dhal-storage-cleanup-mountpoint.c38 /*#define DEBUG*/
39 #define DEBUG macro
79 #ifdef DEBUG
91 #ifdef DEBUG
101 #ifdef DEBUG
131 #ifdef DEBUG
184 #ifdef DEBUG
/illumos-gate/usr/src/head/
H A Dmacros.h73 * Use: DEBUG(sum,d) which becomes fprintf(stderr,"sum = %d\n",sum)
75 #define DEBUG(var, type) fprintf(stderr, #var "= %" #type "\n", var) macro
/illumos-gate/usr/src/cmd/auditd/
H A Dqueue.c33 #define DEBUG 0 macro
35 #if DEBUG
50 #if DEBUG
/illumos-gate/usr/src/cmd/listen/
H A Dnlsaddr.c72 /* #define DEBUG(args) debug args */
74 #ifndef DEBUG
75 #define DEBUG(args) macro
124 DEBUG((5, "nlscalloc: t_getinfo failed, t_errno %d errno %d"));
129 DEBUG((5, "nlscalloc: t_alloc failed, t_errno %d errno %d"));
154 DEBUG((1, "nlscalloc: malloc failed!"));
H A Dlsparam.h40 #define DEBUG(ARGS) debug ARGS macro
42 #define DEBUG(ARGS) macro
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_sendsigned.c23 #define DEBUG macro
H A Dres_mkquery.c102 #define DEBUG macro
133 #ifdef DEBUG
250 #ifdef DEBUG
271 #ifdef DEBUG
305 #ifdef DEBUG
/illumos-gate/usr/src/lib/libdll/common/
H A Ddllnext.c52 #define DEBUG 1 macro
54 #if DEBUG
72 #if DEBUG
78 #if DEBUG
137 #if DEBUG
143 #if DEBUG
150 #if DEBUG
/illumos-gate/usr/src/cmd/emul64ioctl/
H A Demul64ioctl.c50 #define DEBUG 1 macro
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Ddebug.h43 #if !defined(DEBUG) && _BLD_DEBUG
44 #define DEBUG _BLD_DEBUG macro
47 #if DEBUG || _BLD_DEBUG
/illumos-gate/usr/src/lib/libast/common/include/
H A Ddebug.h34 #if !defined(DEBUG) && _BLD_DEBUG
35 #define DEBUG _BLD_DEBUG macro
38 #if DEBUG || _BLD_DEBUG
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Ddebug.h43 #if !defined(DEBUG) && _BLD_DEBUG
44 #define DEBUG _BLD_DEBUG macro
47 #if DEBUG || _BLD_DEBUG
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Ddebug.h43 #if !defined(DEBUG) && _BLD_DEBUG
44 #define DEBUG _BLD_DEBUG macro
47 #if DEBUG || _BLD_DEBUG
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Ddebug.h43 #if !defined(DEBUG) && _BLD_DEBUG
44 #define DEBUG _BLD_DEBUG macro
47 #if DEBUG || _BLD_DEBUG
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defidebug.h35 #define DEBUG(a) DbgPrint a macro
40 #define DEBUG(a) macro
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcompiler.h120 #define DEBUG(level, fmt, a1) \ macro
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dtic.h106 #define DEBUG(level, fmt, a1) \ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h136 #ifdef DEBUG
145 * Some codes from etherboot use a level in DEBUG. Define it to be
149 #ifndef DEBUG
150 # define DEBUG 0 macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSeverity.java129 public static final Severity DEBUG = new Severity(LOG_DEBUG, field in class:Severity
130 Level.FINE.intValue() - 1, "DEBUG");
192 * <li>Level.FINE becomes Severity.DEBUG
212 return (DEBUG);
/illumos-gate/usr/src/cmd/awk/
H A Dparse.c33 #define DEBUG macro
/illumos-gate/usr/src/uts/common/io/usb/hubd/
H A Dhubd.c31 #if defined(lint) && !defined(DEBUG)
32 #define DEBUG 1 macro
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dinterp_forth.c40 # define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args) macro
42 # define DEBUG(fmt, args...) macro
131 DEBUG("cmd '%s'", line);
337 DEBUG("ficlExec '%s' = %d", line, result);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dchk_trans.c33 # undef DEBUG macro
34 # define DEBUG macro
37 #ifdef DEBUG
343 #ifdef DEBUG /* avoid compiler warning about 'd' unused */

Completed in 112 milliseconds

1234