Searched defs:DPRINTF (Results 26 - 50 of 142) sorted by relevance

123456

/freebsd-current/contrib/file/src/
H A Dis_json.c47 #define DPRINTF(a, b, c) \ macro
[all...]
H A Dencoding.c63 #define DPRINTF(a) printf a macro
65 #define DPRINTF(a) macro
[all...]
/freebsd-current/sys/dev/cardbus/
H A Dcardbus.c68 #define DPRINTF(a) if (cardbus_debug) printf a macro
H A Dcardbus_cis.c59 #define DPRINTF(a) if (cardbus_cis_debug) printf a macro
/freebsd-current/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-current/sys/arm/ti/
H A Dti_mbox.c56 #define DPRINTF(fmt, ...) do { \ macro
61 #define DPRINTF(fmt, ...) macro
H A Dti_prm.c46 #define DPRINTF(dev, msg...) macro
H A Dti_wdt.c53 #define DPRINTF(fmt, ...) do { \ macro
58 #define DPRINTF(fmt, ...) macro
H A Dti_scm_syscon.c57 #define DPRINTF(dev, msg...) macro
/freebsd-current/sys/arm/ti/clk/
H A Dti_clkctrl.c56 #define DPRINTF(dev, msg...) macro
H A Dti_dpll_clock.c49 #define DPRINTF(dev, msg...) macro
[all...]
H A Dti_gate_clock.c48 #define DPRINTF(dev, msg...) device_printf(dev, msg) macro
50 #define DPRINTF(dev, msg...) macro
[all...]
H A Dti_clk_clkctrl.c42 #define DPRINTF(dev, msg...) macro
/freebsd-current/sys/dev/videomode/
H A Dpickmode.c37 #define DPRINTF printf macro
39 #define DPRINTF while (0) printf macro
/freebsd-current/sys/dev/qcom_clk/
H A Dqcom_clk_apssdiv.c52 #define DPRINTF(dev, msg...) macro
H A Dqcom_clk_branch2.c52 #define DPRINTF(dev, msg...) macro
/freebsd-current/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-current/contrib/ntp/include/
H A Dntpd.h41 # define DPRINTF(lvl, arg) \ macro
47 # define DPRINTF(lvl, arg) do {} while (0) macro
/freebsd-current/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c33 #define DPRINTF(...) printf(__VA_ARGS__) macro
35 #define DPRINTF(...) macro
/freebsd-current/contrib/netbsd-tests/lib/libc/net/
H A Dh_dns_server.c67 #define DPRINTF(...) fprintf(stderr, __VA_ARGS__) macro
69 #define DPRINTF(...) macro
[all...]
/freebsd-current/lib/libusb/
H A Dlibusb10.h43 #define DPRINTF(ctx, dbg, format, ...) do { \ macro
/freebsd-current/sys/dev/ath/
H A Dif_ath_debug.h97 #define DPRINTF(sc, m, ...) do { \ macro
116 #define DPRINTF(sc, m, fmt, ...) do { \ macro
/freebsd-current/sys/dev/ixl/
H A Dixl_debug.h50 #define DPRINTF(...) _DBG_PRINTF(__VA_ARGS__) macro
75 #define DPRINTF(...) macro
/freebsd-current/sys/dev/e1000/
H A Digb_txrx.c37 #define DPRINTF device_printf macro
39 #define DPRINTF(...) macro
/freebsd-current/sys/dev/etherswitch/ip17x/
H A Dip17x_var.h90 #define DPRINTF(dev, args...) device_printf(dev, args) macro
92 #define DPRINTF(dev, args...) macro

Completed in 239 milliseconds

123456