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

1234

/illumos-gate/usr/src/uts/common/io/usb/usb_mid/
H A Dusb_mid.c38 #if defined(lint) && !defined(DEBUG)
39 #define DEBUG 1 macro
/illumos-gate/usr/src/lib/libast/common/comp/
H A Domitted.c348 #define DEBUG 1 macro
375 #if DEBUG
398 #if DEBUG
507 #if DEBUG
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c124 #define DEBUG macro
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dpart.c45 #define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args) macro
47 #define DEBUG(fmt, args...) macro
176 DEBUG("no GPT signature");
181 DEBUG("invalid GPT header size: %d", sz);
187 DEBUG("GPT header's CRC doesn't match");
193 DEBUG("unsupported GPT revision %d", hdr->hdr_revision);
198 DEBUG("self LBA doesn't match");
203 DEBUG("invalid alternate LBA");
211 DEBUG("invalid entry size or number of entries");
235 DEBUG("GP
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiosdisk.c65 # define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args) macro
67 # define DEBUG(fmt, args...) macro
133 DEBUG("looking for bios device 0x%x", biosdev);
135 DEBUG("bd unit %d is BIOS device 0x%x", i, bdinfo[i].bd_unit);
233 DEBUG("unit 0x%x geometry %d/%d/%d", bd->bd_unit, bd->bd_cyl,
275 DEBUG("unit 0x%x flags %x, sectors %llu, sectorsize %u",
415 DEBUG("open_disk %p", dev);
430 DEBUG("short read %d", blks);
435 DEBUG("read %d from %lld to %p", blks, dblk, buf);
438 DEBUG("rea
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c68 #undef DEBUG macro
70 #ifdef DEBUG
92 * Solaris Kerberos: only including the debug stuff if DEBUG defined outside
118 #ifdef DEBUG
288 #ifdef DEBUG
315 #ifdef DEBUG
528 #ifdef DEBUG
540 #else /* ! DEBUG */
629 #ifdef DEBUG
837 #ifdef DEBUG
[all...]
/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB-sun.c65 #define DEBUG(L, STR, A1, A2, A3) macro
70 #undef DEBUG macro
72 #define DEBUG(L, STR, A1, A2, A3)\ macro
90 #define DEBUG(L, STR, A1, A2, A3)\ macro
109 #undef DEBUG macro
110 #define DEBUG(L, STR, A1, A2, A3) \ macro
121 #undef DEBUG macro
123 #define DEBUG(L, STR, A1, A2, A3) \ macro
133 #define DEBUG(L, STR, A1, A2, A3) \ macro
271 DEBUG(
[all...]
/illumos-gate/usr/src/cmd/vntsd/
H A Dvntsd.h185 #define DEBUG macro
478 #ifdef DEBUG
487 #else /* not DEBUG */
494 #endif /* not DEBUG */
/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c27 #define DEBUG 0 macro
29 #if DEBUG
107 #if DEBUG
293 #if DEBUG
305 #endif /* DEBUG */
777 #if DEBUG
821 #if !DEBUG
964 #if DEBUG
1041 #if DEBUG
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c29 #define DEBUG macro
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dunix.c28 #ifndef DEBUG
29 #define DEBUG macro
32 #undef DEBUG macro
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c69 #define DEBUG 0 macro
76 #if DEBUG
445 #if DEBUG
762 #if DEBUG
786 #if DEBUG
798 #if DEBUG
808 #if DEBUG
1121 #if DEBUG
1164 #if DEBUG
1218 #if DEBUG
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Drun.c33 #define DEBUG macro
/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c46 #define DEBUG 0 /* debugging code and realloc messages */ macro
87 #if DEBUG || STATS
159 #if DEBUG || STATS
176 #if DEBUG || STATS
188 #if DEBUG
201 #if DEBUG
240 #if DEBUG
384 #if DEBUG
399 #if DEBUG
457 #if DEBUG
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c44 #if defined(lint) && !defined(DEBUG)
45 #define DEBUG macro
1704 #ifdef DEBUG
/illumos-gate/usr/src/boot/lib/libstand/
H A Dnandfs.c39 #define DEBUG macro
40 #undef DEBUG macro
41 #ifdef DEBUG
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsystoken.c35 #define DEBUG 0 macro
36 #if DEBUG
54 #if DEBUG
89 #if DEBUG
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucp.h182 * DEBUG is for program debugging
183 * #define SMALL to compile without the DEBUG code
190 #define DEBUG(l, f, s) if (Debug >= l) fprintf(stderr, f, s) macro
192 #define DEBUG(l, f, s) macro
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplib.h60 #undef DEBUG macro
61 #define DEBUG (TRACE_message|TRACE_count|TRACE_debug) macro
63 #ifndef DEBUG
64 #define DEBUG (TRACE_message) macro
391 * DEBUG is encoded with the following bits
398 #if DEBUG && !lint
404 #if DEBUG & TRACE_count
410 #if DEBUG & TRACE_message
416 #if DEBUG & TRACE_debug
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c65 #define DEBUG 0 macro
122 #if DEBUG >= 3
129 #if DEBUG >= 2
134 #if DEBUG >= 1
/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c70 #if defined(lint) && !defined(DEBUG)
71 #define DEBUG 1 macro
224 #ifdef DEBUG
269 #ifdef DEBUG
287 #endif /* DEBUG */
623 #ifdef DEBUG
913 #ifdef DEBUG
3519 #ifdef DEBUG
3769 #endif /* DEBUG */
H A Dfdc.c45 * workaround compiler optimization bug by turning on DEBUG
47 #ifndef DEBUG
48 #define DEBUG 1 macro
104 * or remove the define DEBUG
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c143 #if defined(lint) && !defined(DEBUG)
144 #define DEBUG macro
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c44 #if defined(lint) && !defined(DEBUG)
45 #define DEBUG 1 macro
3001 #ifdef DEBUG
5777 #ifdef DEBUG
5795 #endif /* DEBUG */
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h142 #ifndef DEBUG
144 #define DEBUG 1 macro
146 #endif /*DEBUG*/
147 #if DEBUG
160 #endif /*DEBUG*/

Completed in 198 milliseconds

1234