Home
last modified time | relevance | path

Searched defs:DPRINTF (Results 1 – 25 of 743) sorted by relevance

12345678910>>...30

/netbsd-src/sys/compat/aoutm68k/
H A Daoutm68k_util.h38 #define DPRINTF(a) uprintf a; macro
40 #define DPRINTF(a) macro
/netbsd-src/sys/arch/mmeye/stand/boot/
H A Dboot.h30 #define DPRINTF(x) printf x; macro
32 #define DPRINTF(x) macro
/netbsd-src/sys/arch/cobalt/stand/boot/
H A Dboot.h32 #define DPRINTF(x) printf x; macro
34 #define DPRINTF(x) macro
/netbsd-src/sys/arch/sparc/stand/ofwboot/
H A Dboot.h35 #define DPRINTF(x) printf x; macro
37 #define DPRINTF(x) macro
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dofw_patch.h39 #define DPRINTF(l, s) do { if (autoconf_debug & l) printf s; } while (0) macro
41 #define DPRINTF(l, s) macro
/netbsd-src/sys/compat/linux/common/
H A Dlinux_oldmmap.c66 #define DPRINTF(a) uprintf a macro
68 #define DPRINTF(a) macro
H A Dlinux_termios.c62 #define DPRINTF(a) uprintf a macro
64 #define DPRINTF(a) macro
H A Dlinux_socketcall.c71 #define DPRINTF(a) uprintf a macro
73 #define DPRINTF(a) macro
/netbsd-src/sys/arch/hpc/include/
H A Ddebug.h77 #define DPRINTF(fmt, args...) do { \ macro
98 #define DPRINTF(args...) do {} while (/* CONSTCOND */ 0) macro
111 #define DPRINTF(arg) do { \ macro
122 #define DPRINTF(arg) do {} while (/* CONSTCOND */ 0) macro
/netbsd-src/sys/kern/
H A Dsubr_disklabel.c44 #define DPRINTF(a, ...) printf(a, ##__VA_ARGS__) macro
46 #define DPRINTF(a, ...) __nothing macro
/netbsd-src/sys/arch/macppc/dev/
H A Dfancontrol.c44 #define DPRINTF printf macro
46 #define DPRINTF while (0) printf macro
/netbsd-src/sys/dev/ic/
H A Dfmv.c53 #define DPRINTF printf macro
55 #define DPRINTF while (/* CONSTCOND */0) printf macro
/netbsd-src/sys/arch/sun68k/stand/libsa/
H A Dpromdev.c46 # define DPRINTF(fmt, ...) \ macro
52 # define DPRINTF(fmt, ...) macro
/netbsd-src/sys/dev/ata/
H A Data_raid_adaptec.c61 #define DPRINTF(x) printf x macro
63 #define DPRINTF(x) /* nothing */ macro
H A Data_raid_promise.c61 #define DPRINTF(x) printf x macro
63 #define DPRINTF(x) /* nothing */ macro
/netbsd-src/sys/fs/v7fs/
H A Dv7fs_dirent.c57 #define DPRINTF(fmt, args...) printf("%s: " fmt, __func__, ##args) macro
59 #define DPRINTF(fmt, args...) ((void)0) macro
H A Dv7fs_io.c58 #define DPRINTF(fmt, args...) printf("%s: " fmt, __func__, ##args) macro
60 #define DPRINTF(fmt, args...) ((void)0) macro
/netbsd-src/sys/arch/ews4800mips/ews4800mips/
H A Dvtoc.c44 #define DPRINTF(fmt, args...) printf(fmt, ##args) macro
46 #define DPRINTF(arg...) ((void)0) macro
H A Dpdinfo.c43 #define DPRINTF(fmt, args...) printf(fmt, ##args) macro
45 #define DPRINTF(arg...) ((void)0) macro
/netbsd-src/sys/dev/isa/
H A Dess_isa.c50 #define DPRINTF(x) printf x macro
52 #define DPRINTF(x) {} macro
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_termios.c70 #define DPRINTF(a) uprintf a macro
72 #define DPRINTF(a) macro
H A Dlinux32_exec_elf32.c62 #define DPRINTF(a) uprintf a macro
64 #define DPRINTF(a) macro
/netbsd-src/sys/arch/mmeye/stand/bootelf/
H A Dboot.c40 # define DPRINTF printf macro
42 # define DPRINTF while (0) printf macro
/netbsd-src/sys/arch/evbppc/obs405/
H A Drbus_machdep.c52 # define DPRINTF printf macro
54 # define DPRINTF while (0) printf macro
/netbsd-src/sys/compat/linux/arch/i386/
H A Dlinux_exec_machdep.c51 #define DPRINTF(a) macro
53 #define DPRINTF(a) uprintf a macro

12345678910>>...30