/illumos-gate/usr/src/cmd/hal/tools/ |
H A D | hal-storage-shared.h | 38 /*#define DEBUG*/ 39 #define DEBUG macro
|
H A D | hal-storage-cleanup-all-mountpoints.c | 38 /*#define DEBUG*/ 39 #define DEBUG macro 78 #ifdef DEBUG 89 #ifdef DEBUG 100 #ifdef DEBUG 172 #ifdef DEBUG
|
H A D | hal-storage-cleanup-mountpoint.c | 38 /*#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 D | macros.h | 73 * 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 D | queue.c | 33 #define DEBUG 0 macro 35 #if DEBUG 50 #if DEBUG
|
/illumos-gate/usr/src/cmd/listen/ |
H A D | nlsaddr.c | 72 /* #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 D | lsparam.h | 40 #define DEBUG(ARGS) debug ARGS macro 42 #define DEBUG(ARGS) macro
|
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_sendsigned.c | 23 #define DEBUG macro
|
H A D | res_mkquery.c | 102 #define DEBUG macro 133 #ifdef DEBUG 250 #ifdef DEBUG 271 #ifdef DEBUG 305 #ifdef DEBUG
|
/illumos-gate/usr/src/lib/libdll/common/ |
H A D | dllnext.c | 52 #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 D | emul64ioctl.c | 50 #define DEBUG 1 macro
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | debug.h | 43 #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 D | debug.h | 34 #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 D | debug.h | 43 #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 D | debug.h | 43 #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 D | debug.h | 43 #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 D | efidebug.h | 35 #define DEBUG(a) DbgPrint a macro 40 #define DEBUG(a) macro
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | compiler.h | 120 #define DEBUG(level, fmt, a1) \ macro
|
/illumos-gate/usr/src/lib/libxcurses/src/tic/ |
H A D | tic.h | 106 #define DEBUG(level, fmt, a1) \ macro
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | grub.h | 136 #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 D | Severity.java | 129 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 D | parse.c | 33 #define DEBUG macro
|
/illumos-gate/usr/src/uts/common/io/usb/hubd/ |
H A D | hubd.c | 31 #if defined(lint) && !defined(DEBUG) 32 #define DEBUG 1 macro
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | interp_forth.c | 40 # 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 D | chk_trans.c | 33 # undef DEBUG macro 34 # define DEBUG macro 37 #ifdef DEBUG 343 #ifdef DEBUG /* avoid compiler warning about 'd' unused */
|