Searched defs:DPRINTF (Results 26 - 50 of 603) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/
H A Dload_coff.cpp34 #undef DPRINTF // trash coff_machdep.h 's define. macro
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/dev/
H A Dsacc_hpcarm.c70 #define DPRINTF(arg) aprint_normal arg macro
72 #define DPRINTF(arg) macro
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dess_isa.c50 #define DPRINTF(x) printf x macro
52 #define DPRINTF(x) {} macro
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/obs405/
H A Drbus_machdep.c52 # define DPRINTF printf macro
54 # define DPRINTF while (0) printf macro
/netbsd-6-1-5-RELEASE/sys/fs/v7fs/
H A Dv7fs_inode_util.c55 #define DPRINTF(fmt, args...) printf("%s: " fmt, __func__, ##args) macro
57 #define DPRINTF(fmt, args...) ((void)0) macro
H A Dv7fs_io_user.c53 #define DPRINTF(fmt, args...) printf("%s: " fmt, __func__, ##args) macro
55 #define DPRINTF(fmt, args...) ((void)0) macro
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dumidi_quirks.c63 #define DPRINTF(x) if (umidiquirkdebug) printf x macro
67 #define DPRINTF(x) macro
/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dtpcalib.c46 #define DPRINTF(arg) if (tpcalib_debug) printf arg; macro
48 #define DPRINTF(arg) macro
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/dev/
H A Dzusb.c48 #define DPRINTF(s) printf s macro
50 #define DPRINTF(s) macro
H A Dziic.c48 #define DPRINTF(s) printf s macro
50 #define DPRINTF(s) do { } while (/*CONSTCOND*/0) macro
H A Dzmci.c54 #define DPRINTF(s) do { printf s; } while (0) macro
56 #define DPRINTF(s) do {} while (0) macro
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_sg.c58 #define DPRINTF(a) printf a macro
60 #define DPRINTF(a) macro
[all...]
H A Dlinux_exec_elf32.c76 #define DPRINTF(a) uprintf a macro
78 #define DPRINTF(a) macro
/netbsd-6-1-5-RELEASE/sys/arch/news68k/stand/bootxx/
H A Dbootxx.c75 # define DPRINTF printf macro
77 # define DPRINTF while (0) printf macro
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/macppc/macppc/
H A Drbus_machdep.c48 # define DPRINTF printf macro
50 # define DPRINTF while (0) printf macro
/netbsd-6-1-5-RELEASE/sys/arch/mmeye/stand/bootelf/
H A Dboot.c40 # define DPRINTF printf macro
42 # define DPRINTF while (0) printf macro
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/gumstix/
H A Dgxmci.c47 #define DPRINTF(s) printf s macro
49 #define DPRINTF(s) macro
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/lubbock/
H A Dsacc_obio.c78 #define DPRINTF(arg) macro
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/ews4800mips/
H A Ddisksubr.c46 #define DPRINTF(fmt, args...) printf(fmt, ##args) macro
48 #define DPRINTF(arg...) ((void)0) macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/gemini/
H A Dobio_ehci.c60 #define DPRINTF(x) if (ehcidebug) printf x macro
63 #define DPRINTF(x) macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/s3c2xx0/
H A Ds3c2440_rtc.c43 #define DPRINTF(s) do { printf s; } while (/*CONSTCOND*/0) macro
45 #define DPRINTF(s) do {} while (/*CONSTCOND*/0) macro
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_update.c87 #define DPRINTF(x) do {\ macro
/netbsd-6-1-5-RELEASE/sys/dev/ata/
H A Data_raid_jmicron.c62 #define DPRINTF(x) printf x macro
64 #define DPRINTF(x) /* nothing */ macro
H A Data_raid_nvidia.c60 #define DPRINTF(x) printf x macro
62 #define DPRINTF(x) /* nothing */ macro
H A Data_raid_via.c62 #define DPRINTF(x) printf x macro
64 #define DPRINTF(x) /* nothing */ macro

Completed in 312 milliseconds

1234567891011>>