Searched defs:DPRINTF (Results 1 - 25 of 142) sorted by relevance

123456

/freebsd-current/sys/dev/sound/macio/
H A Daoa.h32 #define DPRINTF(x) /* nothing */ macro
34 #define DPRINTF(x) printf x macro
/freebsd-current/sys/netpfil/ipfw/nat64/
H A Dip_fw_nat64.h32 #define DPRINTF(mask, fmt, ...) \ macro
/freebsd-current/contrib/netbsd-tests/lib/libc/db/
H A Dh_lfsr.c42 #define DPRINTF(...) printf(__VA_ARGS__) macro
44 #define DPRINTF(...) macro
/freebsd-current/sys/dev/usb/
H A Dusb_debug.h45 #define DPRINTF(...) DPRINTFN(1, __VA_ARGS__) macro
48 #define DPRINTF(...) do { } while (0) macro
/freebsd-current/stand/efi/boot1/
H A Dboot_module.h37 #define DPRINTF(fmt, args...) printf(fmt, ##args) macro
40 #define DPRINTF(fmt, ...) {} macro
/freebsd-current/contrib/file/src/
H A Dis_csv.c47 #define DPRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro
H A Dis_simh.c53 #define DPRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro
/freebsd-current/tools/regression/kthread/kld/
H A Dkthrdlk.c45 #define DPRINTF(x) do { \ macro
49 #define DPRINTF(x) macro
/freebsd-current/sys/arm/ti/clk/
H A Dclock_common.c50 #define DPRINTF(dev, msg...) macro
H A Dti_divider_clock.c48 #define DPRINTF(dev, msg...) macro
[all...]
H A Dti_mux_clock.c50 #define DPRINTF(dev, msg...) macro
[all...]
/freebsd-current/sys/dev/qcom_clk/
H A Dqcom_clk_ro_div.c46 #define DPRINTF(dev, msg...) macro
H A Dqcom_clk_fepll.c46 #define DPRINTF(dev, msg...) macro
/freebsd-current/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-current/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-current/usr.sbin/bhyve/
H A Dpci_hda.h49 #define DPRINTF(fmt, arg...) \ macro
56 #define DPRINTF(fmt, arg...) macro
H A Dpci_virtio_rnd.c66 #define DPRINTF(params) if (pci_vtrnd_debug) PRINTLN params macro
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2836_mp.c50 #define DPRINTF(fmt, ...) do { \ macro
55 #define DPRINTF(fmt, ...) macro
/freebsd-current/sys/arm/ti/am335x/
H A Dam3359_cppi41.c53 #define DPRINTF(dev, msg...) macro
/freebsd-current/lib/libc/resolv/
H A Dres_update.c84 #define DPRINTF(x) do {\ macro
/freebsd-current/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-current/contrib/netbsd-tests/lib/libc/gen/
H A Dt_glob.c53 #define DPRINTF(a) printf a macro
55 #define DPRINTF(a) 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/lib/libproc/
H A D_libproc.h82 #define DPRINTF(...) warn(__VA_ARGS__) macro
85 #define DPRINTF(...) do { } while (0) macro
/freebsd-current/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

Completed in 155 milliseconds

123456