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

1234567891011>>

/netbsd-6-1-5-RELEASE/share/examples/puffs/pgfs/
H A Dpgfs_debug.h31 #define DPRINTF(...) _dprintf(__func__, __VA_ARGS__); macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_debug.h18 #define DPRINTF(_lvl_, _arg_) \ macro
24 #define DPRINTF(_lvl_, _arg_) do {} while (0) macro
/netbsd-6-1-5-RELEASE/sys/compat/aoutm68k/
H A Daoutm68k_util.h38 #define DPRINTF(a) uprintf a; macro
40 #define DPRINTF(a) macro
/netbsd-6-1-5-RELEASE/sys/compat/ibcs2/
H A Dibcs2_util.h70 #define DPRINTF(a) do { if (ibcs2_debug) printf a; } while (0) macro
72 #define DPRINTF(a) do { } while (0) macro
/netbsd-6-1-5-RELEASE/sys/compat/svr4/
H A Dsvr4_util.h38 #define DPRINTF(a) uprintf a; macro
40 #define DPRINTF(a) macro
/netbsd-6-1-5-RELEASE/sys/compat/svr4_32/
H A Dsvr4_32_util.h38 #define DPRINTF(a) uprintf a; macro
40 #define DPRINTF(a) macro
/netbsd-6-1-5-RELEASE/sys/arch/mmeye/stand/boot/
H A Dboot.h30 #define DPRINTF(x) printf x; macro
32 #define DPRINTF(x) macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/ofwboot/
H A Dboot.h35 #define DPRINTF(x) printf x; macro
37 #define DPRINTF(x) macro
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/stand/boot/
H A Dboot.h30 #define DPRINTF(x) printf x; macro
32 #define DPRINTF(x) macro
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_oldmmap.c64 #undef DPRINTF macro
66 #define DPRINTF(a) uprintf a macro
68 #define DPRINTF(a) macro
H A Dlinux_socketcall.c70 #undef DPRINTF macro
72 #define DPRINTF(a) uprintf a macro
74 #define DPRINTF(a) macro
[all...]
H A Dlinux_termios.c62 #define DPRINTF(a) uprintf a macro
64 #define DPRINTF(a) macro
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dmulaw.c48 # define DPRINTF(x) printf x macro
50 # define DPRINTF(x) macro
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/sys/fs/v7fs/
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_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
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/i386/
H A Dlinux_exec_machdep.c58 #define DPRINTF(a) macro
60 #define DPRINTF(a) uprintf a macro
/netbsd-6-1-5-RELEASE/sys/compat/linux32/common/
H A Dlinux32_exec_elf32.c59 #define DPRINTF(a) uprintf a macro
61 #define DPRINTF(a) macro
/netbsd-6-1-5-RELEASE/sys/dev/ata/
H A Data_raid_adaptec.c62 #define DPRINTF(x) printf x macro
64 #define DPRINTF(x) /* nothing */ macro
H A Data_raid_promise.c62 #define DPRINTF(x) printf x macro
64 #define DPRINTF(x) /* nothing */ macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/dev/
H A Dpq3ehci.c58 #define DPRINTF(x) if (ehcidebug) printf x macro
61 #define DPRINTF(x) macro
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dfmv.c53 #define DPRINTF printf macro
55 #define DPRINTF while (/* CONSTCOND */0) printf macro
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/
H A Dboot.cpp39 #undef DPRINTF // trash coff_machdep.h's DPRINTF macro

Completed in 228 milliseconds

1234567891011>>