/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zfs_debug.h | 93 #define dprintf(...) \ macro 97 #define dprintf(...) ((void)0) macro
|
/freebsd/sys/arm64/coresight/ |
H A D | coresight_funnel.c | 49 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 51 #define dprintf(fmt, ...) macro
|
H A D | coresight_etm4x.c | 49 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 51 #define dprintf(fmt, ...) macro
|
H A D | coresight_tmc.c | 48 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 50 #define dprintf(fmt, ...) macro
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/checksum/ |
H A D | blake3_test.c | 456 #define dprintf printf macro 458 #define dprintf(...) macro
|
/freebsd/lib/libc/stdio/ |
H A D | dprintf.c | 35 dprintf(int fd, const char * __restrict fmt, ...) in dprintf() function
|
/freebsd/contrib/file/src/ |
H A D | dprintf.c | 40 dprintf(int fd, const char *fmt, ...) in dprintf() function
|
/freebsd/lib/libkvm/ |
H A D | kvm_powerpc64.h | 35 #define dprintf(fmt, ...) printf(fmt, ## __VA_ARGS__) macro 37 #define dprintf(fmt, ...) macro
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_kmod.c | 64 #define dprintf(fmt, args...) printf(fmt, ##args) macro 66 #define dprintf(fmt, args...) macro
|
/freebsd/sys/powerpc/powerpc/ |
H A D | minidump_machdep.c | 51 #define dprintf(fmt, ...) printf(fmt, ## __VA_ARGS__) macro 56 #define dprintf(fmt, ...) macro
|
/freebsd/sys/dev/gpio/ |
H A D | gpiospi.c | 50 #define dprintf printf macro 52 #define dprintf(x, arg...) macro
|
/freebsd/sys/dev/sram/ |
H A D | mmio_sram.c | 46 #define dprintf(fmt, ...) macro
|
/freebsd/tests/sys/vm/ |
H A D | shared_shadow_inval_test.c | 75 #define dprintf(...) printf(__VA_ARGS__) macro 77 #define dprintf(...) macro
|
/freebsd/sys/powerpc/pseries/ |
H A D | mmu_phyp.c | 59 #define dprintf(fmt, ...) printf(fmt, ## __VA_ARGS__) macro 62 #define dprintf(fmt, args...) do { ; } while(0) macro
|
/freebsd/sys/dev/amdgpio/ |
H A D | amdgpio.h | 30 #define dprintf(fmt, args...) do { \ macro 35 #define dprintf(fmt, args...) macro
|
/freebsd/sys/dev/flash/ |
H A D | n25q.c | 66 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 68 #define dprintf(fmt, ...) macro
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_intr.c | 108 #define dprintf(fmt, args...) printf(fmt, ##args) macro 110 #define dprintf(fmt, args...) macro
|
H A D | bcm2835_mbox.c | 73 #define dprintf(fmt, args...) printf(fmt, ##args) macro 75 #define dprintf(fmt, args...) macro
|
/freebsd/sys/arm64/freescale/imx/clk/ |
H A D | imx_clk_frac_pll.c | 69 #define dprintf(format, arg...) macro
|
H A D | imx_clk_sscg_pll.c | 73 #define dprintf(format, arg...) macro
|
/freebsd/contrib/ldns/ldns/ |
H A D | util.h | 27 #define dprintf(X,Y) fprintf(stderr, (X), (Y)) macro
|
H A D | util.h.in | 27 #define dprintf(X,Y) fprintf(stderr, (X), (Y)) macro
|
/freebsd/sys/dev/clk/allwinner/ |
H A D | aw_ccung.c | 65 #define dprintf(format, arg...) macro
|
/freebsd/sys/dev/xdma/controller/ |
H A D | pl330.c | 70 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 72 #define dprintf(fmt, ...) macro
|
/freebsd/sys/dev/clk/rockchip/ |
H A D | rk_clk_mux.c | 61 #define dprintf(format, arg...) macro
|