Home
last modified time | relevance | path

Searched defs:DPRINTFN (Results 1 – 25 of 162) sorted by relevance

1234567

/netbsd-src/sys/arch/hpc/include/
H A Ddebug.h87 #define DPRINTFN(n, fmt, args...) do { \ macro
100 #define DPRINTFN(n, args...) do {} while (/* CONSTCOND */ 0) macro
116 #define DPRINTFN(n, arg) do { \ macro
123 #define DPRINTFN(n, arg) do {} while (/* CONSTCOND */ 0) macro
/netbsd-src/sys/dev/usb/
H A Dumidi_quirks.c66 #define DPRINTFN(n,x) if (umidiquirkdebug >= (n)) printf x macro
70 #define DPRINTFN(n,x) macro
H A Duipad.c61 #define DPRINTFN(n, x) if (uipaddebug > n) printf x macro
65 #define DPRINTFN(n, x) macro
H A Dubsa.c93 #define DPRINTFN(n, x) do { \ macro
98 #define DPRINTFN(n, x) macro
H A Dstuirda.c67 #define DPRINTFN(n,x) if (stuirdadebug>(n)) printf x macro
71 #define DPRINTFN(n,x) macro
H A Duberry.c61 #define DPRINTFN(n, x) if (uberrydebug > n) printf x macro
65 #define DPRINTFN(n, x) macro
H A Dif_upl.c83 #define DPRINTFN(n,x) if (upldebug >= (n)) printf x macro
87 #define DPRINTFN(n,x) macro
H A Dukyopon.c72 #define DPRINTFN(n, x) if (ukyopondebug > (n)) printf x macro
75 #define DPRINTFN(n, x) macro
/netbsd-src/sys/arch/evbarm/armadillo/
H A Darmadillo9_pcic.c41 #define DPRINTFN(n,x) if (armadillo9pcic_debug>(n)) printf x; macro
43 #define DPRINTFN(n,x) macro
/netbsd-src/sys/arch/playstation2/ee/
H A Dsif.c52 #define DPRINTFN(n, arg) \ macro
57 #define DPRINTFN(n, arg...) ((void)0) macro
/netbsd-src/sys/arch/evbarm/mpcsa/
H A Dmpcsa_spi.c44 #define DPRINTFN(n,x) if (mpcsa_spi_debug>(n)) printf x; macro
46 #define DPRINTFN(n,x) macro
H A Dmpcsa_cf.c43 #define DPRINTFN(n,x) if (mpcsa_cf_debug>(n)) printf x; macro
45 #define DPRINTFN(n,x) macro
H A Dmpcsa_usart.c49 #define DPRINTFN(n,x) if (mpcsa_usart_debug>(n)) printf x; macro
51 #define DPRINTFN(n,x) macro
/netbsd-src/sys/dev/mii/
H A Durlphy.c55 #define DPRINTFN(n,x) if (urlphydebug>(n)) printf x macro
59 #define DPRINTFN(n,x) macro
/netbsd-src/sys/arch/hpcarm/dev/
H A Dipaq_lcd.c62 #define DPRINTFN(n, x) if (ipaqlcddebug > (n)) aprint_normal x macro
65 #define DPRINTFN(n, x) macro
/netbsd-src/sys/arch/hpcmips/vr/
H A Dvrdmaau.c41 #define DPRINTFN(n,x) if (vrdmaau_debug>(n)) printf x; macro
43 #define DPRINTFN(n,x) macro
H A Dvrdcu.c44 #define DPRINTFN(n,x) if (vrdcu_debug>(n)) printf x; macro
46 #define DPRINTFN(n,x) macro
/netbsd-src/sys/dev/hid/
H A Dhidms.c50 #define DPRINTFN(n,x) if (hidmsdebug>(n)) printf x macro
54 #define DPRINTFN(n,x) macro
/netbsd-src/sys/netbt/
H A Dbluetooth.h144 # define DPRINTFN(n, ...) do { \ macro
155 # define DPRINTFN(...) ((void)0) macro
/netbsd-src/sys/arch/hpcmips/dev/
H A Dplumpower.c52 #define DPRINTFN(n, arg) if (plumpower_debug > (n)) printf arg; macro
55 #define DPRINTFN(n, arg) macro
H A Dplumiobus.c57 #define DPRINTFN(n, arg) if (plumiobus_debug > (n)) printf arg; macro
60 #define DPRINTFN(n, arg) macro
/netbsd-src/sys/arch/arm/at91/
H A Dat91spi.c79 #define DPRINTFN(n,x) if (at91spi_debug>(n)) printf x; macro
81 #define DPRINTFN(n,x) macro
/netbsd-src/sys/dev/ic/
H A Dmpu.c54 #define DPRINTFN(n,x) if (mpudebug >= (n)) printf x macro
58 #define DPRINTFN(n,x) macro
/netbsd-src/sys/arch/playstation2/playstation2/
H A Dbus_space.c45 #define DPRINTFN(n, arg) \ macro
50 #define DPRINTFN(n, arg...) ((void)0) macro
/netbsd-src/sys/arch/ews4800mips/ews4800mips/
H A Dbus_space.c49 #define DPRINTFN(n, arg) \ macro
54 #define DPRINTFN(n, arg...) ((void)0) macro

1234567