Searched defs:DPRINTF (Results 51 - 75 of 603) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/dev/cardbus/
H A Dif_fxp_cardbus.c101 #define DPRINTF(X) printf X macro
103 #define DPRINTF(X) macro
/netbsd-6-1-5-RELEASE/sys/arch/news68k/stand/boot/
H A Dboot.c71 # define DPRINTF printf macro
73 # define DPRINTF while (0) printf macro
[all...]
H A Ddevopen.c37 # define DPRINTF printf macro
39 # define DPRINTF while (0) printf macro
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/stand/boot/
H A Ddevopen.c41 # define DPRINTF printf macro
43 # define DPRINTF while (0) printf macro
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/stand/bootxx/
H A Dbootxx.c52 # define DPRINTF printf macro
54 # define DPRINTF while (0) printf macro
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/next68k/stand/boot/
H A Dmachdep.c51 #define DPRINTF(x) printf x macro
53 #define DPRINTF(x) macro
/netbsd-6-1-5-RELEASE/sys/arch/prep/pci/
H A Dprep_pciconf_direct.c68 #define DPRINTF(x) aprint_debug x macro
70 #define DPRINTF(x) macro
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dcoff_machdep.h69 #define DPRINTF(a) printf a; macro
71 #define DPRINTF(a) macro
/netbsd-6-1-5-RELEASE/sys/arch/sh3/sh3/
H A Ddb_trace.c44 #define DPRINTF if (__predict_false(db_trace_debug)) (*print) macro
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/
H A Dconsole.h96 #define DPRINTF(x) \ macro
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/dev/
H A Dipaq_atmelgpio.c59 #define DPRINTF(x) aprint_normal x macro
61 #define DPRINTF(x) macro
H A Dj720lcd.c55 #define DPRINTF(arg) aprint_normal arg macro
57 #define DPRINTF(arg) /* nothing */ macro
H A Dj720ssp.c49 #define DPRINTF(arg) aprint_normal arg macro
51 #define DPRINTF(arg) /* nothing */ macro
H A Dwzero3_mci.c52 #define DPRINTF(s) do { printf s; } while (0) macro
54 #define DPRINTF(s) do {} while (0) macro
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/tx/
H A Dtx39ir.c57 #define DPRINTF(arg) if (vrpiu_debug) printf arg; macro
59 #define DPRINTF(arg) macro
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/vr/
H A Dcom_vrip.c74 #define DPRINTF(arg) if (com_vrip_debug) printf arg; macro
77 #define DPRINTF(arg) macro
/netbsd-6-1-5-RELEASE/sys/arch/i386/pci/
H A Dgcscehci.c59 #define DPRINTF(x) if (ehcidebug) printf x macro
62 #define DPRINTF(x) macro
/netbsd-6-1-5-RELEASE/sys/dev/mii/
H A Durlphy.c54 #define DPRINTF(x) if (urlphydebug) printf x macro
58 #define DPRINTF(x) macro
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dvideopll.c50 #define DPRINTF printf macro
52 #define DPRINTF while (0) printf macro
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Di82365_isa.c59 #define DPRINTF(arg) if (pcicisa_debug) printf arg; macro
61 #define DPRINTF(arg) macro
H A Dwss_isa.c68 #define DPRINTF(x) if (wssdebug) printf x macro
71 #define DPRINTF(x) macro
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/isapnp/
H A Di82365_isapnp.c60 #undef DPRINTF macro
63 #define DPRINTF(arg) if (pcicisapnp_debug) printf arg; macro
65 #define DPRINTF(arg) macro
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dwd.c46 #define DPRINTF(x) printf x macro
48 #define DPRINTF(x) macro
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/dreamcast/dev/g2/
H A Dif_mbe_g2.c102 #define DPRINTF printf macro
104 #define DPRINTF while (/* CONSTCOND */0) printf macro
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/stand/common/
H A Dbootxx.h58 #define DPRINTF(arg...) ((void)0) macro
70 #define DPRINTF(fmt, args...) printf(fmt, ##args) macro

Completed in 221 milliseconds

1234567891011>>