| /src/share/examples/puffs/pgfs/ |
| H A D | pgfs_debug.h | 31 #define DPRINTF(...) _dprintf(__func__, __VA_ARGS__); macro
|
| /src/sys/compat/aoutm68k/ |
| H A D | aoutm68k_util.h | 38 #define DPRINTF(a) uprintf a; macro 40 #define DPRINTF(a) macro
|
| /src/sys/arch/mmeye/stand/boot/ |
| H A D | boot.h | 30 #define DPRINTF(x) printf x; macro 32 #define DPRINTF(x) macro
|
| /src/sys/arch/sparc/stand/ofwboot/ |
| H A D | boot.h | 35 #define DPRINTF(x) printf x; macro 37 #define DPRINTF(x) macro
|
| /src/sys/arch/sparc64/sparc64/ |
| H A D | ofw_patch.h | 39 #define DPRINTF(l, s) do { if (autoconf_debug & l) printf s; } while (0) macro 41 #define DPRINTF(l, s) macro
|
| /src/sys/arch/cobalt/stand/boot/ |
| H A D | boot.h | 32 #define DPRINTF(x) printf x; macro 34 #define DPRINTF(x) macro
|
| /src/sys/compat/linux/common/ |
| H A D | linux_oldmmap.c | 66 #define DPRINTF(a) uprintf a macro 68 #define DPRINTF(a) macro
|
| H A D | linux_socketcall.c | 71 #define DPRINTF(a) uprintf a macro 73 #define DPRINTF(a) macro [all...] |
| H A D | linux_termios.c | 62 #define DPRINTF(a) uprintf a macro 64 #define DPRINTF(a) macro
|
| /src/sys/fs/v7fs/ |
| H A D | v7fs_io.c | 58 #define DPRINTF(fmt, args...) printf("%s: " fmt, __func__, ##args) macro 60 #define DPRINTF(fmt, args...) ((void)0) macro
|
| H A D | v7fs_superblock_util.c | 56 #define DPRINTF(fmt, args...) printf("%s: " fmt, __func__, ##args) macro 59 #define DPRINTF(fmt, args...) ((void)0) macro
|
| H A D | v7fs_dirent.c | 57 #define DPRINTF(fmt, args...) printf("%s: " fmt, __func__, ##args) macro 59 #define DPRINTF(fmt, args...) ((void)0) macro
|
| H A D | v7fs_inode_util.c | 55 #define DPRINTF(fmt, args...) printf("%s: " fmt, __func__, ##args) macro 57 #define DPRINTF(fmt, args...) ((void)0) macro
|
| /src/sys/kern/ |
| H A D | subr_disklabel.c | 44 #define DPRINTF(a, ...) printf(a, ##__VA_ARGS__) macro 46 #define DPRINTF(a, ...) __nothing macro
|
| /src/sys/arch/sun68k/stand/libsa/ |
| H A D | promdev.c | 46 # define DPRINTF(fmt, ...) \ macro 52 # define DPRINTF(fmt, ...) macro
|
| /src/sys/arch/ews4800mips/ews4800mips/ |
| H A D | pdinfo.c | 43 #define DPRINTF(fmt, args...) printf(fmt, ##args) macro 45 #define DPRINTF(arg...) ((void)0) macro [all...] |
| H A D | vtoc.c | 44 #define DPRINTF(fmt, args...) printf(fmt, ##args) macro 46 #define DPRINTF(arg...) ((void)0) macro [all...] |
| /src/sys/arch/macppc/dev/ |
| H A D | fancontrol.c | 44 #define DPRINTF printf macro 46 #define DPRINTF while (0) printf macro
|
| /src/tests/lib/libc/sys/ |
| H A D | t_ptrace_wait.c | 113 #define DPRINTF(a, ...) do \ macro
|
| /src/tests/lib/libc/db/ |
| H A D | h_lfsr.c | 42 #define DPRINTF(...) printf(__VA_ARGS__) macro 44 #define DPRINTF(...) macro
|
| /src/sys/dev/ata/ |
| H A D | ata_raid_adaptec.c | 61 #define DPRINTF(x) printf x macro 63 #define DPRINTF(x) /* nothing */ macro
|
| H A D | ata_raid_promise.c | 61 #define DPRINTF(x) printf x macro 63 #define DPRINTF(x) /* nothing */ macro
|
| /src/sys/compat/linux/arch/i386/ |
| H A D | linux_exec_machdep.c | 51 #define DPRINTF(a) macro 53 #define DPRINTF(a) uprintf a macro
|
| /src/sys/compat/linux32/common/ |
| H A D | linux32_exec_elf32.c | 62 #define DPRINTF(a) uprintf a macro 64 #define DPRINTF(a) macro
|
| H A D | linux32_termios.c | 70 #define DPRINTF(a) uprintf a macro 72 #define DPRINTF(a) macro
|