Symbol: dprintf
crypto/krb5/src/util/et/error_message.c
79
#define dprintf(X)
crypto/krb5/src/util/et/error_message.c
81
#define dprintf(X) printf X
lib/libc/stdio/dprintf.c
35
dprintf(int fd, const char * __restrict fmt, ...)
lib/libkvm/kvm_powerpc64.h
35
#define dprintf(fmt, ...) printf(fmt, ## __VA_ARGS__)
lib/libkvm/kvm_powerpc64.h
37
#define dprintf(fmt, ...)
sbin/restore/restore.h
146
#define dprintf if (dflag) fprintf
sys/amd64/pt/pt.c
78
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/amd64/pt/pt.c
80
#define dprintf(fmt, ...)
sys/amd64/sgx/sgx.c
158
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/amd64/sgx/sgx.c
160
#define dprintf(fmt, ...)
sys/arm/arm/pmap-v6.c
158
#define dprintf printf
sys/arm/arm/pmap-v6.c
162
#define dprintf(x, arg...)
sys/arm/broadcom/bcm2835/bcm2835_gpio.c
58
#define dprintf(fmt, args...) do { printf("%s(): ", __func__); \
sys/arm/broadcom/bcm2835/bcm2835_gpio.c
61
#define dprintf(fmt, args...)
sys/arm/broadcom/bcm2835/bcm2835_intr.c
108
#define dprintf(fmt, args...) printf(fmt, ##args)
sys/arm/broadcom/bcm2835/bcm2835_intr.c
110
#define dprintf(fmt, args...)
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
73
#define dprintf(fmt, args...) printf(fmt, ##args)
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
75
#define dprintf(fmt, args...)
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
105
#define dprintf(fmt, args...)
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
99
#define dprintf(fmt, args...) \
sys/arm/broadcom/bcm2835/bcm2835_sdhost.c
185
#define dprintf(fmt, args...) \
sys/arm/broadcom/bcm2835/bcm2835_sdhost.c
192
#define dprintf(fmt, args...)
sys/arm/nvidia/tegra124/tegra124_clk_pll.c
43
#define dprintf(...) printf(__VA_ARGS__)
sys/arm/nvidia/tegra124/tegra124_clk_pll.c
45
#define dprintf(...)
sys/arm64/coresight/coresight_etm4x.c
49
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/arm64/coresight/coresight_etm4x.c
51
#define dprintf(fmt, ...)
sys/arm64/coresight/coresight_funnel.c
49
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/arm64/coresight/coresight_funnel.c
51
#define dprintf(fmt, ...)
sys/arm64/coresight/coresight_tmc.c
48
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/arm64/coresight/coresight_tmc.c
50
#define dprintf(fmt, ...)
sys/arm64/freescale/imx/clk/imx_clk_composite.c
68
#define dprintf(format, arg...) \
sys/arm64/freescale/imx/clk/imx_clk_composite.c
71
#define dprintf(format, arg...)
sys/arm64/freescale/imx/clk/imx_clk_frac_pll.c
66
#define dprintf(format, arg...) \
sys/arm64/freescale/imx/clk/imx_clk_frac_pll.c
69
#define dprintf(format, arg...)
sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c
70
#define dprintf(format, arg...) \
sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c
73
#define dprintf(format, arg...)
sys/arm64/iommu/iommu.c
72
#define dprintf(fmt, ...)
sys/arm64/iommu/smmu.c
163
#define dprintf(fmt, ...)
sys/arm64/nvidia/tegra210/tegra210_clk_pll.c
46
#define dprintf(...) printf(__VA_ARGS__)
sys/arm64/nvidia/tegra210/tegra210_clk_pll.c
48
#define dprintf(...)
sys/arm64/spe/arm_spe_dev.h
48
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/arm64/spe/arm_spe_dev.h
50
#define dprintf(fmt, ...)
sys/dev/amdgpio/amdgpio.h
30
#define dprintf(fmt, args...) do { \
sys/dev/amdgpio/amdgpio.h
35
#define dprintf(fmt, args...)
sys/dev/clk/allwinner/aw_ccung.c
63
#define dprintf(format, arg...) device_printf(dev, "%s: " format, __func__, arg)
sys/dev/clk/allwinner/aw_ccung.c
65
#define dprintf(format, arg...)
sys/dev/clk/allwinner/aw_clk_frac.c
38
#define dprintf(format, arg...)
sys/dev/clk/allwinner/aw_clk_mipi.c
38
#define dprintf(format, arg...)
sys/dev/clk/rockchip/rk_clk_armclk.c
72
#define dprintf(format, arg...) \
sys/dev/clk/rockchip/rk_clk_armclk.c
75
#define dprintf(format, arg...)
sys/dev/clk/rockchip/rk_clk_composite.c
67
#define dprintf(format, arg...) \
sys/dev/clk/rockchip/rk_clk_composite.c
70
#define dprintf(format, arg...)
sys/dev/clk/rockchip/rk_clk_mux.c
58
#define dprintf(format, arg...) \
sys/dev/clk/rockchip/rk_clk_mux.c
61
#define dprintf(format, arg...)
sys/dev/clk/rockchip/rk_clk_pll.c
65
#define dprintf(format, arg...) \
sys/dev/clk/rockchip/rk_clk_pll.c
68
#define dprintf(format, arg...)
sys/dev/flash/cqspi.c
71
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/dev/flash/cqspi.c
73
#define dprintf(fmt, ...)
sys/dev/flash/n25q.c
66
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/dev/flash/n25q.c
68
#define dprintf(fmt, ...)
sys/dev/gpio/gpiobus.c
48
#define dprintf printf
sys/dev/gpio/gpiobus.c
50
#define dprintf(x, arg...)
sys/dev/gpio/gpioc.c
52
#define dprintf printf
sys/dev/gpio/gpioc.c
55
#define dprintf(x, arg...)
sys/dev/gpio/gpiospi.c
50
#define dprintf printf
sys/dev/gpio/gpiospi.c
52
#define dprintf(x, arg...)
sys/dev/gpio/pl061.c
59
#define dprintf(fmt, args...) do { \
sys/dev/gpio/pl061.c
63
#define dprintf(fmt, args...)
sys/dev/hwt/hwt.c
142
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/dev/hwt/hwt.c
144
#define dprintf(fmt, ...)
sys/dev/hwt/hwt_backend.c
49
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/dev/hwt/hwt_backend.c
51
#define dprintf(fmt, ...)
sys/dev/hwt/hwt_config.c
54
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/dev/hwt/hwt_config.c
56
#define dprintf(fmt, ...)
sys/dev/hwt/hwt_context.c
55
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/dev/hwt/hwt_context.c
57
#define dprintf(fmt, ...)
sys/dev/hwt/hwt_contexthash.c
47
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/dev/hwt/hwt_contexthash.c
49
#define dprintf(fmt, ...)
sys/dev/hwt/hwt_cpu.c
53
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/dev/hwt/hwt_cpu.c
55
#define dprintf(fmt, ...)
sys/dev/hwt/hwt_hook.c
54
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/dev/hwt/hwt_hook.c
56
#define dprintf(fmt, ...)
sys/dev/hwt/hwt_ioctl.c
62
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/dev/hwt/hwt_ioctl.c
64
#define dprintf(fmt, ...)
sys/dev/hwt/hwt_owner.c
56
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/dev/hwt/hwt_owner.c
58
#define dprintf(fmt, ...)
sys/dev/hwt/hwt_ownerhash.c
46
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/dev/hwt/hwt_ownerhash.c
48
#define dprintf(fmt, ...)
sys/dev/hwt/hwt_record.c
54
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/dev/hwt/hwt_record.c
56
#define dprintf(fmt, ...)
sys/dev/hwt/hwt_thread.c
64
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/dev/hwt/hwt_thread.c
66
#define dprintf(fmt, ...)
sys/dev/hwt/hwt_vm.c
70
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/dev/hwt/hwt_vm.c
72
#define dprintf(fmt, ...)
sys/dev/iicbus/pmic/act8846_regulator.c
52
#define dprintf(sc, format, arg...)
sys/dev/iicbus/pmic/act8846_regulator.c
55
#define dprintf(sc, format, arg...)
sys/dev/iicbus/pmic/fan53555.c
66
#define dprintf(sc, format, arg...) \
sys/dev/iicbus/pmic/fan53555.c
69
#define dprintf(sc, format, arg...)
sys/dev/iicbus/pmic/rockchip/rk8xx_regulators.c
48
#define dprintf(sc, format, arg...) (sc = sc)
sys/dev/mmc/host/dwmmc.c
83
#define dprintf(fmt, args...) printf(fmt, ##args)
sys/dev/mmc/host/dwmmc.c
85
#define dprintf(x, arg...)
sys/dev/pci/pci_dw.c
59
#define dprintf(fmt, args...) do { printf(fmt,##args); } while (0)
sys/dev/pci/pci_dw.c
61
#define dprintf(fmt, args...)
sys/dev/sram/mmio_sram.c
46
#define dprintf(fmt, ...)
sys/dev/vnic/nicvf_queues.c
92
#define dprintf(dev, fmt, ...) device_printf(dev, fmt, ##__VA_ARGS__)
sys/dev/vnic/nicvf_queues.c
94
#define dprintf(dev, fmt, ...)
sys/dev/xdma/controller/pl330.c
70
#define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
sys/dev/xdma/controller/pl330.c
72
#define dprintf(fmt, ...)
sys/dev/xilinx/axidma.c
61
#define dprintf(fmt, ...)
sys/dev/xilinx/if_xae.c
87
#define dprintf(fmt, ...)
sys/kern/kern_boottrace.c
41
#define dprintf(fmt, ...) \
sys/netipsec/ipsec_offload.c
238
dprintf(const char *fmt, ...)
sys/powerpc/powerpc/minidump_machdep.c
51
#define dprintf(fmt, ...) printf(fmt, ## __VA_ARGS__)
sys/powerpc/powerpc/minidump_machdep.c
56
#define dprintf(fmt, ...)
sys/powerpc/pseries/mmu_phyp.c
59
#define dprintf(fmt, ...) printf(fmt, ## __VA_ARGS__)
sys/powerpc/pseries/mmu_phyp.c
62
#define dprintf(fmt, args...) do { ; } while(0)
sys/riscv/vmm/riscv.h
125
#define dprintf(fmt, ...)
tests/sys/vm/shared_shadow_inval_test.c
75
#define dprintf(...) printf(__VA_ARGS__)
tests/sys/vm/shared_shadow_inval_test.c
77
#define dprintf(...)
usr.sbin/syslogd/syslogd.c
138
#define dprintf if (Debug) printf