Home
last modified time | relevance | path

Searched defs:DPRINTF (Results 1 – 25 of 140) sorted by relevance

123456

/freebsd/sys/dev/sound/macio/
H A Daoa.h32 #define DPRINTF(x) /* nothing */ macro
34 #define DPRINTF(x) printf x macro
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_lfsr.c42 #define DPRINTF(...) printf(__VA_ARGS__) macro
44 #define DPRINTF(...) macro
/freebsd/sys/dev/usb/
H A Dusb_debug.h45 #define DPRINTF(...) DPRINTFN(1, __VA_ARGS__) macro
48 #define DPRINTF(...) do { } while (0) macro
/freebsd/tools/regression/kthread/kld/
H A Dkthrdlk.c45 #define DPRINTF(x) do { \ macro
49 #define DPRINTF(x) macro
/freebsd/sys/dev/iwn/
H A Dif_iwn_debug.h52 #define DPRINTF(sc, m, fmt, ...) do { \ macro
121 #define DPRINTF(sc, m, fmt, ...) do { (void) sc; } while (0) macro
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2836_mp.c50 #define DPRINTF(fmt, ...) do { \ macro
55 #define DPRINTF(fmt, ...) macro
/freebsd/sys/dev/videomode/
H A Dpickmode.c37 #define DPRINTF printf macro
39 #define DPRINTF while (0) printf macro
/freebsd/usr.sbin/bhyve/
H A Dpci_hda.h49 #define DPRINTF(fmt, arg...) \ macro
56 #define DPRINTF(fmt, arg...) macro
/freebsd/stand/efi/boot1/
H A Dboot_module.h37 #define DPRINTF(fmt, args...) printf(fmt, ##args) macro
40 #define DPRINTF(fmt, ...) {} macro
/freebsd/sys/dev/wpi/
H A Dif_wpi_debug.h49 #define DPRINTF(sc, m, ...) do { \ macro
139 #define DPRINTF(sc, m, ...) do { (void) sc; } while (0) macro
/freebsd/sys/dev/bwn/
H A Dif_bwn_debug.h60 #define DPRINTF(sc, m, fmt, ...) do { \ macro
65 #define DPRINTF(sc, m, fmt, ...) do { (void) sc; } while (0) macro
/freebsd/sys/arm/ti/clk/
H A Dti_gate_clock.c48 #define DPRINTF(dev, msg...) device_printf(dev, msg) macro
50 #define DPRINTF(dev, msg...) macro
/freebsd/contrib/ntp/include/
H A Dntpd.h41 # define DPRINTF(lvl, arg) \ macro
47 # define DPRINTF(lvl, arg) do {} while (0) macro
/freebsd/sys/arm/ti/
H A Dti_wdt.c53 #define DPRINTF(fmt, ...) do { \ macro
58 #define DPRINTF(fmt, ...) macro
H A Dti_mbox.c56 #define DPRINTF(fmt, ...) do { \ macro
61 #define DPRINTF(fmt, ...) macro
/freebsd/stand/common/
H A Dinterp_forth.c38 #define DPRINTF(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args) macro
40 #define DPRINTF(fmt, args...) ((void)0) macro
/freebsd/sys/netpfil/pf/
H A Dif_pflog.c83 #define DPRINTF(x) do { if (pflogdebug) printf x ; } while (0) macro
85 #define DPRINTF(x) macro
/freebsd/sys/netpfil/ipfw/nat64/
H A Dip_fw_nat64.h32 #define DPRINTF(mask, fmt, ...) \ macro
/freebsd/lib/libproc/
H A D_libproc.h82 #define DPRINTF(...) warn(__VA_ARGS__) macro
85 #define DPRINTF(...) do { } while (0) macro
/freebsd/sys/dev/ipmi/
H A Dipmi_opal.c61 #define DPRINTF(fmt, ...) printf("ipmi: " fmt "\n", ## __VA_ARGS__) macro
63 #define DPRINTF(fmt, ...) ((void)0) macro
/freebsd/sys/powerpc/fpu/
H A Dfpu_emu.h188 #define DPRINTF(x, y) if (fpe_debug & (x)) printf y macro
191 #define DPRINTF(x, y) macro
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_glob.c53 #define DPRINTF(a) printf a macro
55 #define DPRINTF(a) macro
/freebsd/contrib/netbsd-tests/lib/libc/net/
H A Dh_dns_server.c67 #define DPRINTF(...) fprintf(stderr, __VA_ARGS__) macro
69 #define DPRINTF(...) macro
/freebsd/sys/dev/etherswitch/ip17x/
H A Dip17x_var.h90 #define DPRINTF(dev, args...) device_printf(dev, args) macro
92 #define DPRINTF(dev, args...) macro
/freebsd/sys/dev/ath/
H A Dif_ath_debug.h97 #define DPRINTF(sc, m, ...) do { \ macro
116 #define DPRINTF(sc, m, fmt, ...) do { \ macro

123456