Home
last modified time | relevance | path

Searched defs:dprintf (Results 1 – 25 of 71) sorted by relevance

123

/freebsd/sys/dev/hwt/
H A Dhwt_owner.c56 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
58 #define dprintf(fmt, ...) macro
H A Dhwt_config.c54 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
56 #define dprintf(fmt, ...) macro
H A Dhwt_cpu.c53 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
55 #define dprintf(fmt, ...) macro
H A Dhwt.c142 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
144 #define dprintf(fmt, ...) macro
H A Dhwt_thread.c64 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
66 #define dprintf(fmt, ...) macro
H A Dhwt_contexthash.c47 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
49 #define dprintf(fmt, ...) macro
H A Dhwt_context.c55 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
57 #define dprintf(fmt, ...) macro
H A Dhwt_ownerhash.c46 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
48 #define dprintf(fmt, ...) macro
H A Dhwt_hook.c54 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
56 #define dprintf(fmt, ...) macro
H A Dhwt_record.c54 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
56 #define dprintf(fmt, ...) macro
H A Dhwt_ioctl.c62 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
64 #define dprintf(fmt, ...) macro
H A Dhwt_backend.c49 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
51 #define dprintf(fmt, ...) macro
H A Dhwt_vm.c70 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
72 #define dprintf(fmt, ...) macro
/freebsd/sys/arm64/coresight/
H A Dcoresight_funnel.c49 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
51 #define dprintf(fmt, ...) macro
H A Dcoresight_etm4x.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/sys/contrib/openzfs/include/sys/
H A Dzfs_debug.h97 #define dprintf(...) \ macro
101 #define dprintf(...) ((void)0) macro
/freebsd/crypto/krb5/src/util/et/
H A Derror_message.c79 #define dprintf(X) macro
81 #define dprintf(X) printf X macro
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/checksum/
H A Dblake3_test.c457 #define dprintf printf macro
459 #define dprintf(...) macro
/freebsd/lib/libc/stdio/
H A Ddprintf.c35 dprintf(int fd, const char * __restrict fmt, ...) in dprintf() function
/freebsd/lib/libkvm/
H A Dkvm_powerpc64.h35 #define dprintf(fmt, ...) printf(fmt, ## __VA_ARGS__) macro
37 #define dprintf(fmt, ...) macro
/freebsd/contrib/file/src/
H A Ddprintf.c40 dprintf(int fd, const char *fmt, ...) in dprintf() function
/freebsd/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/sys/powerpc/powerpc/
H A Dminidump_machdep.c51 #define dprintf(fmt, ...) printf(fmt, ## __VA_ARGS__) macro
56 #define dprintf(fmt, ...) macro
/freebsd/sys/dev/gpio/
H A Dgpiospi.c50 #define dprintf printf macro
52 #define dprintf(x, arg...) macro

123