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

12

/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddlist.cpp20 #define DPRINTF(a,b) if (debug_dlist > (a)) dprintf b macro
H A Dvcache.cpp48 #define DPRINTF(a,b) if (debug_vcache > (a)) dprintf b macro
[all...]
H A Diter.cpp16 #define DPRINTF(a,b) if (debug_iter > (a)) dprintf b macro
H A Dattr.cpp26 #define DPRINTF(a,b) if (debug_attr > (a)) dprintf b macro
H A Dfat.cpp20 #define DPRINTF(a,b) if (debug_fat > (a)) dprintf b macro
[all...]
H A Dencodings.cpp26 #define DPRINTF(a,b) if (debug_encodings > (a)) dprintf b macro
[all...]
H A Ddir.cpp21 #define DPRINTF(a,b) if (debug_dir > (a)) dprintf b macro
[all...]
H A Ddosfs.cpp29 #define DPRINTF(a,b) if (debug_dosfs > (a)) dprintf b macro
[all...]
H A Dfile.cpp18 #define DPRINTF(a,b) if (debug_file > (a)) dprintf b macro
[all...]
/haiku/src/libs/compat/freebsd_network/compat/dev/usb/
H A Dusb_debug.h44 #define DPRINTF(...) DPRINTFN(1, __VA_ARGS__) macro
46 #define DPRINTF(...) do { } while (0) macro
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn_debug.h54 #define DPRINTF(sc, m, fmt, ...) do { \ macro
123 #define DPRINTF(sc, m, fmt, ...) do { (void) sc; } while (0) macro
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_priv.h24 #define DPRINTF(X) do { \ macro
31 #define DPRINTF(X) macro
H A Dieee80211_ra.c74 #define DPRINTF(x) do { if (ra_debug > 0) printf x; } while (0) macro
78 #define DPRINTF(x) do { ; } while (0) macro
H A Dieee80211_ra_vht.c73 #define DPRINTF(x) do { if (ra_vht_debug > 0) printf x; } while (0) macro
77 #define DPRINTF(x) do { ; } while (0) macro
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi_debug.h51 #define DPRINTF(sc, m, ...) do { \ macro
141 #define DPRINTF(sc, m, ...) do { (void) sc; } while (0) macro
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_debug.h99 #define DPRINTF(sc, m, ...) do { \ macro
118 #define DPRINTF(sc, m, fmt, ...) do { \ macro
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_emu.h174 #define DPRINTF(x, y) if (__fpe_debug & (x)) printf y macro
177 #define DPRINTF(x, y) macro
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Digb_txrx.c38 #define DPRINTF device_printf macro
40 #define DPRINTF(...) macro
H A Dem_txrx.c37 #define DPRINTF device_printf macro
39 #define DPRINTF(...) macro
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_txrx.c41 #define DPRINTF device_printf macro
43 #define DPRINTF(...) macro
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c111 #define DPRINTF(sc, m, fmt, ...) do { \ macro
116 #define DPRINTF(sc, m, fmt, ...) do { \ macro
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2560.c75 #define DPRINTF(sc, fmt, ...) do { \ macro
84 #define DPRINTF(sc, fmt, ...) macro
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c86 #define DPRINTF(x) do { if (ipw_debug > 0) printf x; } while (0) macro
91 #define DPRINTF(x) macro
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c93 #define DPRINTF(x) do { if (iwi_debug > 0) printf x; } while (0) macro
106 #define DPRINTF(x) macro
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/nforce/dev/nfe/
H A Dif_nfe.c136 #define DPRINTF(sc, ...) do { \ macro
145 #define DPRINTF(sc, ...) macro

Completed in 184 milliseconds

12