Home
last modified time | relevance | path

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

12

/NextBSD/contrib/amd/amd/
HDconf_tok.l96 # define dprintf(f,s) fprintf(stderr, (f), ayylineno, (s)) macro
99 # define dprintf(f,s) macro
HDconf_parse.y64 # define dprintf(f,s) fprintf(stderr, (f), ayylineno, (s)) macro
67 # define dprintf(f,s) macro
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDzfs_debug.h67 #define dprintf(...) \ macro
71 #define dprintf(...) ((void)0) macro
/NextBSD/sys/arm/versatile/
HDversatile_sic.c47 #define dprintf(fmt, args...) printf(fmt, ##args) macro
49 #define dprintf(fmt, args...) macro
HDversatile_pci.c90 #define dprintf(fmt, args...) do { printf("%s(): ", __func__); \ macro
93 #define dprintf(fmt, args...) macro
/NextBSD/sys/dev/gpio/
HDgpioc.c47 #define dprintf printf macro
49 #define dprintf(x, arg...) macro
/NextBSD/lib/libc/stdio/
HDdprintf.c37 dprintf(int fd, const char * __restrict fmt, ...) in dprintf() function
/NextBSD/sys/contrib/vchiq/interface/vchiq_arm/
HDvchiq_kmod.c64 #define dprintf(fmt, args...) printf(fmt, ##args) macro
66 #define dprintf(fmt, args...) macro
/NextBSD/sys/arm/arm/
HDpl190.c47 #define dprintf(fmt, args...) printf(fmt, ##args) macro
49 #define dprintf(fmt, args...) macro
/NextBSD/sys/mips/rt305x/
HDrt305x_spi.c64 #define dprintf printf macro
66 #define dprintf(x, arg...) macro
/NextBSD/sys/mips/atheros/
HDar71xx_spi.c57 #define dprintf printf macro
59 #define dprintf(x, arg...) macro
HDapb.c55 #define dprintf printf macro
57 #define dprintf(x, arg...) macro
HDar724x_pci.c72 #define dprintf printf macro
74 #define dprintf(x, arg...) macro
HDqca955x_pci.c70 #define dprintf printf macro
72 #define dprintf(x, arg...) macro
HDar71xx_pci.c71 #define dprintf printf macro
73 #define dprintf(x, arg...) macro
/NextBSD/sys/arm/broadcom/bcm2835/
HDbcm2835_intr.c78 #define dprintf(fmt, args...) printf(fmt, ##args) macro
80 #define dprintf(fmt, args...) macro
HDbcm2835_mbox.c73 #define dprintf(fmt, args...) printf(fmt, ##args) macro
75 #define dprintf(fmt, args...) macro
HDbcm2835_sdhci.c65 #define dprintf(fmt, args...) do { printf("%s(): ", __func__); \ macro
68 #define dprintf(fmt, args...) macro
/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdrti.c68 dprintf(int debug, const char *fmt, ...) in dprintf() function
/NextBSD/lib/libc/net/
HDgethostbydns.c110 dprintf(char *msg, int num, res_state res) in dprintf() function
120 # define dprintf(msg, num, res) /*nada*/ macro
/NextBSD/sys/mips/mips/
HDnexus.c65 #define dprintf printf macro
67 #define dprintf(x, arg...) macro
/NextBSD/sys/mips/cavium/cryptocteon/
HDcryptocteonvar.h64 #define dprintf(fmt, ...) \ macro
/NextBSD/contrib/ldns/ldns/
HDutil.h27 #define dprintf(X,Y) fprintf(stderr, (X), (Y)) macro
HDutil.h.in27 #define dprintf(X,Y) fprintf(stderr, (X), (Y)) macro
/NextBSD/contrib/one-true-awk/
HDawk.h40 # define dprintf(x) if (dbg) printf x macro
42 # define dprintf(x) macro

12