Searched defs:dprintf (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-current/lib/libc/stdio/
H A Ddprintf.c35 dprintf(int fd, const char * __restrict fmt, ...) function
/freebsd-current/contrib/file/src/
H A Ddprintf.c40 dprintf(int fd, const char *fmt, ...) function
/freebsd-current/sys/dev/sram/
H A Dmmio_sram.c46 #define dprintf(fmt, ...) macro
/freebsd-current/sys/arm64/coresight/
H A Dcoresight_etm4x.c49 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
51 #define dprintf(fmt, ...) macro
H A Dcoresight_funnel.c49 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
51 #define dprintf(fmt, ...) macro
H A Dcoresight_tmc.c48 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
50 #define dprintf(fmt, ...) macro
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dzfs_debug.h93 #define dprintf(...) \ macro
97 #define dprintf(...) ((void)0) macro
/freebsd-current/lib/libkvm/
H A Dkvm_powerpc64.h35 #define dprintf(fmt, ...) printf(fmt, ## __VA_ARGS__) macro
37 #define dprintf(fmt, ...) macro
/freebsd-current/sys/dev/clk/allwinner/
H A Daw_ccung.c65 #define dprintf(format, arg...) macro
H A Daw_clk_frac.c38 #define dprintf(format, arg...) macro
[all...]
H A Daw_clk_mipi.c38 #define dprintf(format, arg...) macro
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_kmod.c64 #define dprintf(fmt, args...) printf(fmt, ##args) macro
66 #define dprintf(fmt, args...) macro
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/checksum/
H A Dblake3_test.c456 #define dprintf printf macro
458 #define dprintf(...) macro
/freebsd-current/contrib/ldns/ldns/
H A Dutil.h27 #define dprintf(X,Y) fprintf(stderr, (X), (Y)) macro
/freebsd-current/sys/dev/gpio/
H A Dgpiospi.c50 #define dprintf printf macro
52 #define dprintf(x, arg...) macro
H A Dpl061.c63 #define dprintf(fmt, args...) macro
[all...]
/freebsd-current/sys/powerpc/powerpc/
H A Dminidump_machdep.c51 #define dprintf(fmt, ...) printf(fmt, ## __VA_ARGS__) macro
56 #define dprintf(fmt, ...) macro
/freebsd-current/sys/dev/clk/rockchip/
H A Drk_clk_mux.c61 #define dprintf(format, arg...) macro
H A Drk_clk_armclk.c75 #define dprintf(format, arg...) macro
[all...]
H A Drk_clk_composite.c70 #define dprintf(format, arg...) macro
[all...]
/freebsd-current/sys/arm64/freescale/imx/clk/
H A Dimx_clk_frac_pll.c69 #define dprintf(format, arg...) macro
H A Dimx_clk_composite.c71 #define dprintf(format, arg...) macro
[all...]
H A Dimx_clk_sscg_pll.c73 #define dprintf(format, arg...) macro
/freebsd-current/tests/sys/vm/
H A Dshared_shadow_inval_test.c75 #define dprintf(...) printf(__VA_ARGS__) macro
77 #define dprintf(...) macro
/freebsd-current/sys/dev/iicbus/pmic/rockchip/
H A Drk8xx_regulators.c48 #define dprintf(sc, format, arg...) (sc = sc) macro

Completed in 157 milliseconds

123