Searched defs:DPRINTF (Results 151 - 175 of 603) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dtcic2_isa.c106 #define DPRINTF(arg) if (tcic_isa_debug) printf arg; macro
108 #define DPRINTF(arg) macro
[all...]
H A Dwss.c64 #define DPRINTF(x) if (wssdebug) printf x macro
67 #define DPRINTF(x) macro
/netbsd-6-1-5-RELEASE/sys/dev/mca/
H A Desp_mca.c80 #define DPRINTF(x) if (esp_mca_debug) printf x; macro
82 #define DPRINTF(x) macro
H A Dif_tr_mca.c52 #define DPRINTF(x) printf x macro
54 #define DPRINTF(x) macro
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/gumstix/
H A Dgxpcic.c90 #define DPRINTF(arg) printf arg macro
92 #define DPRINTF(arg) macro
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/stand/boot2440/
H A Ds3csdi.c44 #define DPRINTF(s) do {printf s; } while (/*CONSTCOND*/0) macro
46 #define DPRINTF(s) do {} while (/*CONSTCOND*/0) macro
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/ews4800mips/
H A Dbus_space.c43 #define DPRINTF(fmt, args...) \ macro
50 #define DPRINTF(arg...) ((void)0) macro
/netbsd-6-1-5-RELEASE/sys/arch/hp700/dev/
H A Dsti_sgc.c63 #define DPRINTF(s) do { \ macro
70 #define DPRINTF(s) /* */ macro
/netbsd-6-1-5-RELEASE/lib/libpuffs/
H A Dcallcontext.c53 #define DPRINTF(x) macro
[all...]
/netbsd-6-1-5-RELEASE/lib/librefuse/
H A Drefuse_opt.c47 #define DPRINTF(x) do { printf x; } while ( /* CONSTCOND */ 0) macro
49 #define DPRINTF(x) macro
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arm/at91/
H A Dat91st.c67 #define DPRINTF(fmt...) printf(fmt) macro
69 #define DPRINTF(fmt...) macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/sa11x0/
H A Dsa1111.c66 #define DPRINTF(arg) printf arg macro
68 #define DPRINTF(arg) macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Diopaau.c61 #define DPRINTF(x) printf x macro
63 #define DPRINTF(x) /* nothing */ macro
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Dinit.c81 #define DPRINTF(a) macro
83 #define DPRINTF(a) printf a macro
[all...]
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_readahead.c52 #define DPRINTF(a) printf a macro
54 #define DPRINTF(a) /* nothing */ macro
/netbsd-6-1-5-RELEASE/sys/fs/v7fs/
H A Dv7fs_file.c61 #define DPRINTF(fmt, args...) printf("%s: " fmt, __func__, ##args) macro
63 #define DPRINTF(fmt, args...) ((void)0) macro
[all...]
H A Dv7fs_file_util.c56 #define DPRINTF(fmt, args...) printf("%s: " fmt, __func__, ##args) macro
58 #define DPRINTF(fmt, args...) ((void)0) macro
[all...]
H A Dv7fs_superblock.c59 #define DPRINTF(fmt, args...) printf("%s: " fmt, __func__, ##args) macro
62 #define DPRINTF(fmt, args...) ((void)0) macro
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_physio.c93 #define DPRINTF(a) printf a macro
95 #define DPRINTF(a) /* nothing */ macro
H A Dtty_ptm.c57 #define DPRINTF(a) printf a macro
59 #define DPRINTF(a) macro
[all...]
H A Dvfs_dirhash.c48 # define DPRINTF(a) ; macro
50 # define DPRINTF(a) printf a; macro
/netbsd-6-1-5-RELEASE/sys/dev/sdmmc/
H A Dld_sdmmc.c56 #define DPRINTF(s) printf s macro
58 #define DPRINTF(s) /**/ macro
/netbsd-6-1-5-RELEASE/sys/dev/sysmon/
H A Dsysmon_envsysvar.h52 #define DPRINTF(x) printf x macro
54 #define DPRINTF(x) macro
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dstuirda.c62 #define DPRINTF(x) if (stuirdadebug) printf x macro
66 #define DPRINTF(x) macro
H A Duberry.c64 #define DPRINTF(x) if (uberrydebug) printf x macro
68 #define DPRINTF(x) macro

Completed in 294 milliseconds

1234567891011>>