/freebsd/sys/dev/hwt/ |
H A D | hwt_owner.c | 56 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 58 #define dprintf(fmt, ...) macro
|
H A D | hwt_config.c | 54 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 56 #define dprintf(fmt, ...) macro
|
H A D | hwt_cpu.c | 53 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 55 #define dprintf(fmt, ...) macro
|
H A D | hwt.c | 142 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 144 #define dprintf(fmt, ...) macro
|
H A D | hwt_thread.c | 64 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 66 #define dprintf(fmt, ...) macro
|
H A D | hwt_contexthash.c | 47 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 49 #define dprintf(fmt, ...) macro
|
H A D | hwt_context.c | 55 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 57 #define dprintf(fmt, ...) macro
|
H A D | hwt_ownerhash.c | 46 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 48 #define dprintf(fmt, ...) macro
|
H A D | hwt_hook.c | 54 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 56 #define dprintf(fmt, ...) macro
|
H A D | hwt_record.c | 54 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 56 #define dprintf(fmt, ...) macro
|
H A D | hwt_ioctl.c | 62 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 64 #define dprintf(fmt, ...) macro
|
H A D | hwt_backend.c | 49 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 51 #define dprintf(fmt, ...) macro
|
H A D | hwt_vm.c | 70 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 72 #define dprintf(fmt, ...) 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/include/sys/ |
H A D | zfs_debug.h | 97 #define dprintf(...) \ macro 101 #define dprintf(...) ((void)0) macro
|
/freebsd/crypto/krb5/src/util/et/ |
H A D | error_message.c | 79 #define dprintf(X) macro 81 #define dprintf(X) printf X macro
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/checksum/ |
H A D | blake3_test.c | 457 #define dprintf printf macro 459 #define dprintf(...) macro
|
/freebsd/lib/libc/stdio/ |
H A D | dprintf.c | 35 dprintf(int fd, const char * __restrict 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/contrib/file/src/ |
H A D | dprintf.c | 40 dprintf(int fd, const char *fmt, ...) in dprintf() function
|
/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
|