Searched defs:DPRINTF (Results 1 - 25 of 747) sorted by relevance

1234567891011>>

/netbsd-current/share/examples/puffs/pgfs/
H A Dpgfs_debug.h31 #define DPRINTF(...) _dprintf(__func__, __VA_ARGS__); macro
/netbsd-current/sys/compat/aoutm68k/
H A Daoutm68k_util.h38 #define DPRINTF(a) uprintf a; macro
40 #define DPRINTF(a) macro
/netbsd-current/sys/arch/mmeye/stand/boot/
H A Dboot.h30 #define DPRINTF(x) printf x; macro
32 #define DPRINTF(x) macro
/netbsd-current/sys/arch/cobalt/stand/boot/
H A Dboot.h32 #define DPRINTF(x) printf x; macro
34 #define DPRINTF(x) macro
/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A Dboot.h35 #define DPRINTF(x) printf x; macro
37 #define DPRINTF(x) macro
/netbsd-current/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-current/sys/compat/linux/common/
H A Dlinux_oldmmap.c64 #undef DPRINTF macro
66 #define DPRINTF(a) uprintf a macro
68 #define DPRINTF(a) macro
/netbsd-current/sys/arch/ews4800mips/ews4800mips/
H A Dpdinfo.c43 #define DPRINTF(fmt, args...) printf(fmt, ##args) macro
45 #define DPRINTF(arg...) ((void)0) macro
[all...]
H A Dvtoc.c44 #define DPRINTF(fmt, args...) printf(fmt, ##args) macro
46 #define DPRINTF(arg...) ((void)0) macro
[all...]
/netbsd-current/sys/fs/v7fs/
H A Dv7fs_io.c58 #define DPRINTF(fmt, args...) printf("%s: " fmt, __func__, ##args) macro
60 #define DPRINTF(fmt, args...) ((void)0) macro
H A Dv7fs_superblock_util.c56 #define DPRINTF(fmt, args...) printf("%s: " fmt, __func__, ##args) macro
59 #define DPRINTF(fmt, args...) ((void)0) macro
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_inode_util.c55 #define DPRINTF(fmt, args...) printf("%s: " fmt, __func__, ##args) macro
57 #define DPRINTF(fmt, args...) ((void)0) macro
/netbsd-current/sys/kern/
H A Dsubr_disklabel.c44 #define DPRINTF(a, ...) printf(a, ##__VA_ARGS__) macro
46 #define DPRINTF(a, ...) __nothing macro
/netbsd-current/sys/arch/sun68k/stand/libsa/
H A Dpromdev.c46 # define DPRINTF(fmt, ...) \ macro
52 # define DPRINTF(fmt, ...) macro
/netbsd-current/sys/arch/macppc/dev/
H A Dfancontrol.c44 #define DPRINTF printf macro
46 #define DPRINTF while (0) printf macro
/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dboot.cpp39 #undef DPRINTF // trash coff_machdep.h's DPRINTF macro
H A Dload_coff.cpp34 #undef DPRINTF // trash coff_machdep.h 's define. macro
/netbsd-current/sys/dev/ic/
H A Dfmv.c53 #define DPRINTF printf macro
55 #define DPRINTF while (/* CONSTCOND */0) printf macro
/netbsd-current/sys/dev/isa/
H A Dess_isa.c50 #define DPRINTF(x) printf x macro
52 #define DPRINTF(x) {} macro
/netbsd-current/external/bsd/libproc/dist/
H A D_libproc.h55 #define DPRINTF(...) warn(__VA_ARGS__) macro
58 #define DPRINTF(...) do { } while (0) macro
/netbsd-current/sys/dev/usb/
H A Dumidi_quirks.c65 #define DPRINTF(x) if (umidiquirkdebug) printf x macro
69 #define DPRINTF(x) macro
/netbsd-current/tests/lib/libc/db/
H A Dh_lfsr.c42 #define DPRINTF(...) printf(__VA_ARGS__) macro
44 #define DPRINTF(...) macro
/netbsd-current/sys/arch/evbppc/obs405/
H A Drbus_machdep.c52 # define DPRINTF printf macro
54 # define DPRINTF while (0) printf macro
/netbsd-current/sys/dev/wscons/
H A Dtpcalib.c46 #define DPRINTF(arg) if (tpcalib_debug) printf arg; macro
48 #define DPRINTF(arg) macro

Completed in 232 milliseconds

1234567891011>>