Home
last modified time | relevance | path

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

123

/dflybsd-src/sys/bus/u4b/
H A Dusb_debug.h44 #define DPRINTF(...) DPRINTFN(1, __VA_ARGS__) macro
46 #define DPRINTF(...) do { } while (0) macro
/dflybsd-src/sys/dev/netif/iwn/
H A Dif_iwn_debug.h53 #define DPRINTF(sc, m, fmt, ...) do { \ macro
120 #define DPRINTF(sc, m, fmt, ...) do { (void) sc; } while (0) macro
/dflybsd-src/stand/boot/efi/boot1/
H A Dboot_module.h39 #define DPRINTF(fmt, args...) printf(fmt, ##args) macro
42 #define DPRINTF(fmt, ...) {} macro
/dflybsd-src/sys/dev/netif/bwn/bwn/
H A Dif_bwn_debug.h61 #define DPRINTF(sc, m, fmt, ...) do { \ macro
66 #define DPRINTF(sc, m, fmt, ...) do { (void) sc; } while (0) macro
/dflybsd-src/sys/dev/netif/wpi/
H A Dif_wpi_debug.h51 #define DPRINTF(sc, m, ...) do { \ macro
141 #define DPRINTF(sc, m, ...) do { (void) sc; } while (0) macro
/dflybsd-src/sys/dev/powermng/lm/
H A Dlm78_isa.c41 #define DPRINTF(x) do { kprintf x; } while (0) macro
43 #define DPRINTF(x) macro
H A Dlm78.c29 #define DPRINTF(x) do { kprintf x; } while (0) macro
31 #define DPRINTF(x) macro
/dflybsd-src/sys/net/pf/
H A Dif_pflog.c82 #define DPRINTF(x) do { if (pflogdebug) kprintf x ; } while (0) macro
84 #define DPRINTF(x) macro
/dflybsd-src/sys/netbt/
H A Dbluetooth.h132 # define DPRINTF(fmt, args...) do { \ macro
145 # define DPRINTF(...) ((void)0) macro
/dflybsd-src/sys/dev/powermng/it/
H A Dit.c42 #define DPRINTF(x) do { kprintf x; } while (0) macro
44 #define DPRINTF(x) macro
/dflybsd-src/sys/dev/misc/cpuctl/
H A Dcpuctl.c58 # define DPRINTF(format,...) kprintf(format, __VA_ARGS__); macro
60 # define DPRINTF(format,...) macro
/dflybsd-src/sys/dev/pccard/pccbb/
H A Dpccbb_isa.c81 #define DPRINTF(x) do { if (cbb_debug) kprintf x; } while (0) macro
H A Dpccbb_pci.c105 #define DPRINTF(x) do { if (cbb_debug) kprintf x; } while (0) macro
/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_ath_debug.h102 #define DPRINTF(sc, m, fmt, ...) do { \ macro
121 #define DPRINTF(sc, m, fmt, ...) do { \ macro
/dflybsd-src/contrib/file/src/
H A Dencoding.c63 #define DPRINTF(a) printf a macro
65 #define DPRINTF(a) macro
H A Dis_csv.c47 #define DPRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro
H A Dder.c129 #define DPRINTF(a) printf a macro
131 #define DPRINTF(a) macro
/dflybsd-src/sys/bus/pccard/
H A Dpccard_cis.c55 #define DPRINTF(arg) do { if (pccard_cis_debug) kprintf arg; } while (0) macro
58 #define DPRINTF(arg) macro
/dflybsd-src/lib/libc/resolv/
H A Dres_update.c83 #define DPRINTF(x) do {\ macro
/dflybsd-src/sys/dev/powermng/aps/
H A Daps.c36 #define DPRINTF(x) do { kprintf x; } while (0) macro
38 #define DPRINTF(x) macro
/dflybsd-src/usr.bin/calendar/
H A Dcalendar.h58 #define DPRINTF(...) \ macro
/dflybsd-src/sys/dev/pccard/exca/
H A Dexca.c78 #define DPRINTF(fmt, args...) kprintf(fmt, ## args) macro
81 #define DPRINTF(fmt, args...) macro
/dflybsd-src/contrib/tnftp/src/
H A Dftp_var.h346 #define DPRINTF(...) (void)0 macro
350 #define DPRINTF(...) DWFTP(if (ftp_debug) (void)fprintf(ttyout, __VA_ARGS__)) macro
/dflybsd-src/sys/dev/pccard/cardbus/
H A Dcardbus.c79 #define DPRINTF(a) if (cardbus_debug) kprintf a macro
/dflybsd-src/sys/kern/
H A Dsubr_rman.c74 #define DPRINTF(params) if (rman_debug) kprintf params macro

123