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

1234

/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c68 #define DEBUG(L, STR, A1, A2, A3) macro
73 #undef DEBUG macro
75 #define DEBUG(L, STR, A1, A2, A3)\ macro
93 #define DEBUG(L, STR, A1, A2, A3)\ macro
112 #undef DEBUG macro
113 #define DEBUG(L, STR, A1, A2, A3) \ macro
124 #undef DEBUG macro
126 #define DEBUG(L, STR, A1, A2, A3) \ macro
136 #define DEBUG(L, STR, A1, A2, A3) \ macro
306 DEBUG(
[all...]
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c30 #undef DEBUG macro
31 #ifndef DEBUG
205 #ifdef DEBUG
231 #ifdef DEBUG
335 #ifdef DEBUG
1015 #ifdef DEBUG
1244 #ifdef DEBUG
1466 #ifdef DEBUG
1501 #ifdef DEBUG
1532 #ifdef DEBUG
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.h283 * DEBUG is for program debugging
284 * #define SMALL to compile without the DEBUG code
295 #define DEBUG(l, f, s) if (Debug >= l) fprintf(stderr, f, s) macro
297 #define DEBUG(l, f, s) macro
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h223 * DEBUG is for program debugging
224 * #define SMALL to compile without the DEBUG code
235 #define DEBUG(l, f, s) if (Debug >= l) (void)fprintf(stderr, f, s) macro
237 #define DEBUG(l, f, s) macro
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c35 #if defined(lint) && !defined(DEBUG)
36 #define DEBUG 1 macro
47 #ifdef DEBUG
261 #ifdef DEBUG
2209 #ifdef DEBUG
2890 #ifdef DEBUG
5381 #ifdef DEBUG
5767 #ifdef DEBUG
5786 #ifdef DEBUG
5990 #ifdef DEBUG
[all...]
H A Dfas.c49 #if defined(lint) && !defined(DEBUG)
50 #define DEBUG 1 macro
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c104 #define DEBUG(L, STR, A1, A2, A3) macro
109 #undef DEBUG macro
111 #define DEBUG(L, STR, A1, A2, A3)\ macro
129 #define DEBUG(L, STR, A1, A2, A3)\ macro
148 #undef DEBUG macro
149 #define DEBUG(L, STR, A1, A2, A3) \ macro
160 #undef DEBUG macro
162 #define DEBUG(L, STR, A1, A2, A3) \ macro
172 #define DEBUG(L, STR, A1, A2, A3) \ macro
409 DEBUG(
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c31 #if defined(lint) && !defined(DEBUG)
32 #define DEBUG 1 macro

Completed in 129 milliseconds

1234