Symbol: DPRINTF
games/fortune/fortune/fortune.c
66
#define DPRINTF(l,x) { if (Debug >= l) fprintf x; }
games/fortune/fortune/fortune.c
69
#define DPRINTF(l,x)
lib/libc/resolv/res_findzonecut.c
89
#define DPRINTF(x) do {\
lib/libc/resolv/res_update.c
83
#define DPRINTF(x) do {\
lib/libcuse/cuse_lib.c
52
#define DPRINTF(...) do { \
lib/libcuse/cuse_lib.c
57
#define DPRINTF(...) do { } while (0)
lib/libusb/libusb10.h
42
#define DPRINTF(ctx, dbg, format, args...) do { \
sbin/rcorder/rcorder.c
52
# define DPRINTF(args) if (debug) { fflush(stdout); fprintf args; }
sbin/rcorder/rcorder.c
54
# define DPRINTF(args)
stand/boot/efi/boot1/boot_module.h
39
#define DPRINTF(fmt, args...) printf(fmt, ##args)
stand/boot/efi/boot1/boot_module.h
42
#define DPRINTF(fmt, ...) {}
sys/bus/pccard/pccard.c
72
#define DPRINTF(arg) if (pccard_debug) kprintf arg
sys/bus/pccard/pccard.c
77
#define DPRINTF(arg)
sys/bus/pccard/pccard_cis.c
55
#define DPRINTF(arg) do { if (pccard_cis_debug) kprintf arg; } while (0)
sys/bus/pccard/pccard_cis.c
58
#define DPRINTF(arg)
sys/bus/u4b/storage/umass.c
151
#define DPRINTF(sc, m, fmt, ...) \
sys/bus/u4b/storage/umass.c
183
#define DPRINTF(...) do { } while (0)
sys/bus/u4b/usb_debug.h
44
#define DPRINTF(...) DPRINTFN(1, __VA_ARGS__)
sys/bus/u4b/usb_debug.h
47
#define DPRINTF(...) do { } while (0)
sys/dev/disk/ahci/ahci.h
31
#define DPRINTF(m, f...) do { if ((ahcidebug & (m)) == (m)) kprintf(f); } \
sys/dev/disk/ahci/ahci.h
39
#define DPRINTF(m, f...)
sys/dev/disk/sili/sili.h
31
#define DPRINTF(m, f...) do { if ((silidebug & (m)) == (m)) kprintf(f); } \
sys/dev/disk/sili/sili.h
39
#define DPRINTF(m, f...)
sys/dev/misc/cpuctl/cpuctl.c
58
# define DPRINTF(format,...) kprintf(format, __VA_ARGS__);
sys/dev/misc/cpuctl/cpuctl.c
60
# define DPRINTF(format,...)
sys/dev/misc/nsclpcsio/nsclpcsio_isa.c
54
#define DPRINTF(x) do { kprintf x; } while (0)
sys/dev/misc/nsclpcsio/nsclpcsio_isa.c
56
#define DPRINTF(x)
sys/dev/misc/syscons/syscons.h
87
#define DPRINTF(l, p) if (SC_DEBUG_LEVEL >= (l)) kprintf p
sys/dev/netif/ath/ath/if_ath_debug.h
102
#define DPRINTF(sc, m, fmt, ...) do { \
sys/dev/netif/ath/ath/if_ath_debug.h
121
#define DPRINTF(sc, m, fmt, ...) do { \
sys/dev/netif/bwn/bwn/if_bwn_debug.h
61
#define DPRINTF(sc, m, fmt, ...) do { \
sys/dev/netif/bwn/bwn/if_bwn_debug.h
66
#define DPRINTF(sc, m, fmt, ...) do { (void) sc; } while (0)
sys/dev/netif/bwn/siba/siba_core.c
88
#define DPRINTF(siba, m, ...) do { \
sys/dev/netif/bwn/siba/siba_core.c
93
#define DPRINTF(siba, m, ...) do { (void) siba; } while (0)
sys/dev/netif/iwi/if_iwi.c
109
#define DPRINTF(x) do { if (iwi_debug > 0) kprintf x; } while (0)
sys/dev/netif/iwi/if_iwi.c
122
#define DPRINTF(x)
sys/dev/netif/iwn/if_iwn_debug.h
120
#define DPRINTF(sc, m, fmt, ...) do { (void) sc; } while (0)
sys/dev/netif/iwn/if_iwn_debug.h
53
#define DPRINTF(sc, m, fmt, ...) do { \
sys/dev/netif/nfe/if_nfe.c
180
#define DPRINTF(sc, fmt, ...) do { \
sys/dev/netif/nfe/if_nfe.c
196
#define DPRINTF(sc, fmt, ...)
sys/dev/netif/ral/rt2560.c
78
#define DPRINTF(sc, fmt, ...) do { \
sys/dev/netif/ral/rt2560.c
87
#define DPRINTF(sc, fmt, ...)
sys/dev/netif/ral/rt2661.c
75
#define DPRINTF(sc, fmt, ...) do { \
sys/dev/netif/ral/rt2661.c
84
#define DPRINTF(sc, fmt, ...)
sys/dev/netif/ral/rt2860.c
75
#define DPRINTF(x) do { if (sc->sc_debug > 0) kprintf x; } while (0)
sys/dev/netif/ral/rt2860.c
78
#define DPRINTF(x)
sys/dev/netif/sk/if_sk.c
238
#define DPRINTF(x) if (skdebug) kprintf x
sys/dev/netif/sk/if_sk.c
246
#define DPRINTF(x)
sys/dev/netif/wi/if_wi.c
198
#define DPRINTF(X) if (wi_debug) kprintf X
sys/dev/netif/wi/if_wi.c
200
#define DPRINTF(X)
sys/dev/netif/wpi/if_wpi_debug.h
141
#define DPRINTF(sc, m, ...) do { (void) sc; } while (0)
sys/dev/netif/wpi/if_wpi_debug.h
51
#define DPRINTF(sc, m, ...) do { \
sys/dev/netif/xe/if_xe.c
205
#define DPRINTF(level, arg) if (xe_debug >= (level)) kprintf arg
sys/dev/netif/xe/if_xe.c
213
#define DPRINTF(level, arg)
sys/dev/pccard/cardbus/cardbus.c
79
#define DPRINTF(a) if (cardbus_debug) kprintf a
sys/dev/pccard/cardbus/cardbus_cis.c
55
#define DPRINTF(a) if (cardbus_cis_debug) kprintf a
sys/dev/pccard/exca/exca.c
78
#define DPRINTF(fmt, args...) kprintf(fmt, ## args)
sys/dev/pccard/exca/exca.c
81
#define DPRINTF(fmt, args...)
sys/dev/pccard/pccbb/pccbb.c
113
#define DPRINTF(x) do { if (cbb_debug) kprintf x; } while (0)
sys/dev/pccard/pccbb/pccbb_isa.c
81
#define DPRINTF(x) do { if (cbb_debug) kprintf x; } while (0)
sys/dev/pccard/pccbb/pccbb_pci.c
105
#define DPRINTF(x) do { if (cbb_debug) kprintf x; } while (0)
sys/dev/powermng/aps/aps.c
36
#define DPRINTF(x) do { kprintf x; } while (0)
sys/dev/powermng/aps/aps.c
38
#define DPRINTF(x)
sys/dev/powermng/it/it.c
42
#define DPRINTF(x) do { kprintf x; } while (0)
sys/dev/powermng/it/it.c
44
#define DPRINTF(x)
sys/dev/powermng/lm/lm78.c
29
#define DPRINTF(x) do { kprintf x; } while (0)
sys/dev/powermng/lm/lm78.c
31
#define DPRINTF(x)
sys/dev/powermng/lm/lm78_isa.c
41
#define DPRINTF(x) do { kprintf x; } while (0)
sys/dev/powermng/lm/lm78_isa.c
43
#define DPRINTF(x)
sys/dev/powermng/uguru/uguru.c
31
#define DPRINTF(lvl, fmt...) \
sys/dev/powermng/uguru/uguru.c
35
#define DPRINTF(lvl, fmt...)
sys/kern/subr_rman.c
74
#define DPRINTF(params) if (rman_debug) kprintf params
sys/net/dummynet/ip_dummynet.c
72
#define DPRINTF(fmt, ...) kprintf(fmt, __VA_ARGS__)
sys/net/dummynet/ip_dummynet.c
74
#define DPRINTF(fmt, ...) ((void)0)
sys/net/dummynet3/ip_dummynet3.c
102
#define DPRINTF(fmt, ...) kprintf(fmt, __VA_ARGS__)
sys/net/dummynet3/ip_dummynet3.c
104
#define DPRINTF(fmt, ...) ((void)0)
sys/net/ipfw/ip_fw2.c
82
#define DPRINTF(fmt, ...) \
sys/net/ipfw/ip_fw2.c
88
#define DPRINTF(fmt, ...) ((void)0)
sys/net/pf/if_pflog.c
82
#define DPRINTF(x) do { if (pflogdebug) kprintf x ; } while (0)
sys/net/pf/if_pflog.c
84
#define DPRINTF(x)
sys/net/pf/if_pfsync.c
84
#define DPRINTF(x) do { if (pfsyncdebug) kprintf x ; } while (0)
sys/net/pf/if_pfsync.c
87
#define DPRINTF(x)
sys/net/wg/if_wg.c
124
#define DPRINTF(sc, fmt, ...) \
sys/netbt/bluetooth.h
132
# define DPRINTF(fmt, args...) do { \
sys/netbt/bluetooth.h
145
# define DPRINTF(...) ((void)0)
usr.bin/calendar/calendar.h
58
#define DPRINTF(...) \