/freebsd/sys/dev/sound/macio/ |
H A D | aoa.h | 32 #define DPRINTF(x) /* nothing */ macro 34 #define DPRINTF(x) printf x macro
|
/freebsd/contrib/netbsd-tests/lib/libc/db/ |
H A D | h_lfsr.c | 42 #define DPRINTF(...) printf(__VA_ARGS__) macro 44 #define DPRINTF(...) macro
|
/freebsd/sys/dev/usb/ |
H A D | usb_debug.h | 45 #define DPRINTF(...) DPRINTFN(1, __VA_ARGS__) macro 48 #define DPRINTF(...) do { } while (0) macro
|
/freebsd/tools/regression/kthread/kld/ |
H A D | kthrdlk.c | 45 #define DPRINTF(x) do { \ macro 49 #define DPRINTF(x) macro
|
/freebsd/sys/dev/iwn/ |
H A D | if_iwn_debug.h | 52 #define DPRINTF(sc, m, fmt, ...) do { \ macro 121 #define DPRINTF(sc, m, fmt, ...) do { (void) sc; } while (0) macro
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2836_mp.c | 50 #define DPRINTF(fmt, ...) do { \ macro 55 #define DPRINTF(fmt, ...) macro
|
/freebsd/sys/dev/videomode/ |
H A D | pickmode.c | 37 #define DPRINTF printf macro 39 #define DPRINTF while (0) printf macro
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_hda.h | 49 #define DPRINTF(fmt, arg...) \ macro 56 #define DPRINTF(fmt, arg...) macro
|
/freebsd/stand/efi/boot1/ |
H A D | boot_module.h | 37 #define DPRINTF(fmt, args...) printf(fmt, ##args) macro 40 #define DPRINTF(fmt, ...) {} macro
|
/freebsd/sys/dev/wpi/ |
H A D | if_wpi_debug.h | 49 #define DPRINTF(sc, m, ...) do { \ macro 139 #define DPRINTF(sc, m, ...) do { (void) sc; } while (0) macro
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn_debug.h | 60 #define DPRINTF(sc, m, fmt, ...) do { \ macro 65 #define DPRINTF(sc, m, fmt, ...) do { (void) sc; } while (0) macro
|
/freebsd/sys/arm/ti/clk/ |
H A D | ti_gate_clock.c | 48 #define DPRINTF(dev, msg...) device_printf(dev, msg) macro 50 #define DPRINTF(dev, msg...) macro
|
/freebsd/contrib/ntp/include/ |
H A D | ntpd.h | 41 # define DPRINTF(lvl, arg) \ macro 47 # define DPRINTF(lvl, arg) do {} while (0) macro
|
/freebsd/sys/arm/ti/ |
H A D | ti_wdt.c | 53 #define DPRINTF(fmt, ...) do { \ macro 58 #define DPRINTF(fmt, ...) macro
|
H A D | ti_mbox.c | 56 #define DPRINTF(fmt, ...) do { \ macro 61 #define DPRINTF(fmt, ...) macro
|
/freebsd/stand/common/ |
H A D | interp_forth.c | 38 #define DPRINTF(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args) macro 40 #define DPRINTF(fmt, args...) ((void)0) macro
|
/freebsd/sys/netpfil/pf/ |
H A D | if_pflog.c | 83 #define DPRINTF(x) do { if (pflogdebug) printf x ; } while (0) macro 85 #define DPRINTF(x) macro
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | ip_fw_nat64.h | 32 #define DPRINTF(mask, fmt, ...) \ macro
|
/freebsd/lib/libproc/ |
H A D | _libproc.h | 82 #define DPRINTF(...) warn(__VA_ARGS__) macro 85 #define DPRINTF(...) do { } while (0) macro
|
/freebsd/sys/dev/ipmi/ |
H A D | ipmi_opal.c | 61 #define DPRINTF(fmt, ...) printf("ipmi: " fmt "\n", ## __VA_ARGS__) macro 63 #define DPRINTF(fmt, ...) ((void)0) macro
|
/freebsd/sys/powerpc/fpu/ |
H A D | fpu_emu.h | 188 #define DPRINTF(x, y) if (fpe_debug & (x)) printf y macro 191 #define DPRINTF(x, y) macro
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_glob.c | 53 #define DPRINTF(a) printf a macro 55 #define DPRINTF(a) macro
|
/freebsd/contrib/netbsd-tests/lib/libc/net/ |
H A D | h_dns_server.c | 67 #define DPRINTF(...) fprintf(stderr, __VA_ARGS__) macro 69 #define DPRINTF(...) macro
|
/freebsd/sys/dev/etherswitch/ip17x/ |
H A D | ip17x_var.h | 90 #define DPRINTF(dev, args...) device_printf(dev, args) macro 92 #define DPRINTF(dev, args...) macro
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_debug.h | 97 #define DPRINTF(sc, m, ...) do { \ macro 116 #define DPRINTF(sc, m, fmt, ...) do { \ macro
|