HomeSort by: relevance | last modified time | path
    Searched defs:DPRINTFN (Results 1 - 25 of 166) sorted by relevancy

1 2 3 4 5 6 7

  /src/sys/arch/evbarm/armadillo/
armadillo9_pcic.c 41 #define DPRINTFN(n,x) if (armadillo9pcic_debug>(n)) printf x;
43 #define DPRINTFN(n,x)
101 DPRINTFN(1, ("armadillo9pcic_power_ctl: %s\n",onoff?"on":"off"));
  /src/sys/arch/evbarm/mpcsa/
mpcsa_cf.c 43 #define DPRINTFN(n,x) if (mpcsa_cf_debug>(n)) printf x;
45 #define DPRINTFN(n,x)
mpcsa_spi.c 44 #define DPRINTFN(n,x) if (mpcsa_spi_debug>(n)) printf x;
46 #define DPRINTFN(n,x)
mpcsa_usart.c 49 #define DPRINTFN(n,x) if (mpcsa_usart_debug>(n)) printf x;
51 #define DPRINTFN(n,x)
  /src/sys/dev/usb/
umidi_quirks.c 66 #define DPRINTFN(n,x) if (umidiquirkdebug >= (n)) printf x
70 #define DPRINTFN(n,x)
628 DPRINTFN(10, ("\tv=%d, p=%d, i=%d",
633 DPRINTFN(10, (" found\n"));
640 DPRINTFN(10, ("\n"));
uipad.c 61 #define DPRINTFN(n, x) if (uipaddebug > n) printf x
65 #define DPRINTFN(n, x)
130 DPRINTFN(50, ("uipad_match\n"));
143 DPRINTFN(10,("uipad_attach: sc=%p\n", sc));
157 DPRINTFN(10, ("uipad_attach: %p\n", sc->sc_udev));
uberry.c 61 #define DPRINTFN(n, x) if (uberrydebug > n) printf x
65 #define DPRINTFN(n, x)
156 DPRINTFN(50, ("uberry_match\n"));
169 DPRINTFN(10,("uberry_attach: sc=%p\n", sc));
185 DPRINTFN(10, ("uberry_attach: %p\n", sc->sc_udev));
ubsa.c 93 #define DPRINTFN(n, x) do { \
98 #define DPRINTFN(n, x)
100 #define DPRINTF(x) DPRINTFN(0, x)
ubsa_common.c 88 #define DPRINTFN(n, x) do { \
93 #define DPRINTFN(n, x)
95 #define DPRINTF(x) DPRINTFN(0, x)
ukyopon.c 72 #define DPRINTFN(n, x) if (ukyopondebug > (n)) printf x
75 #define DPRINTFN(n, x)
77 #define DPRINTF(x) DPRINTFN(0, x)
  /src/sys/dev/mii/
urlphy.c 55 #define DPRINTFN(n,x) if (urlphydebug>(n)) printf x
59 #define DPRINTFN(n,x)
  /src/sys/arch/playstation2/ee/
sif.c 52 #define DPRINTFN(n, arg) \
57 #define DPRINTFN(n, arg...) ((void)0)
  /src/sys/arch/ews4800mips/ews4800mips/
bus_space.c 49 #define DPRINTFN(n, arg) \
54 #define DPRINTFN(n, arg...) ((void)0)
  /src/sys/arch/hpcmips/vr/
vrdcu.c 44 #define DPRINTFN(n,x) if (vrdcu_debug>(n)) printf x;
46 #define DPRINTFN(n,x)
128 DPRINTFN(1, ("vrdcu_enable_aiuin\n"));
133 DPRINTFN(0, ("vrdcu_enable_aiuin: already enabled\n"));
136 DPRINTFN(0, ("vrdcu_enable_aiuin: device busy\n"));
152 DPRINTFN(1, ("vrdcu_enable_aiuout\n"));
157 DPRINTFN(0, ("vrdcu_enable_aiuout: already enabled\n"));
160 DPRINTFN(0, ("vrdcu_enable_aiuout: device busy\n"));
176 DPRINTFN(1, ("vrdcu_enable_fir\n"));
181 DPRINTFN(0, ("vrdcu_enable_fir: already enabled\n"))
    [all...]
vrdmaau.c 41 #define DPRINTFN(n,x) if (vrdmaau_debug>(n)) printf x;
43 #define DPRINTFN(n,x)
99 DPRINTFN(1, ("vrdmaau_set_aiuin: address %p\n", addr));
116 DPRINTFN(1, ("vrdmaau_set_aiuout: address %p\n", addr));
133 DPRINTFN(1, ("vrdmaau_set_fir: address %p\n", addr));
146 DPRINTFN(1, ("vrdmaau_phy_addr\n"));
155 DPRINTFN(0, ("vrdmaau_map_addr: invalid address %p\n", addr));
  /src/sys/arch/playstation2/playstation2/
bus_space.c 45 #define DPRINTFN(n, arg) \
50 #define DPRINTFN(n, arg...) ((void)0)
  /src/sys/arch/hpc/include/
debug.h 87 #define DPRINTFN(n, fmt, args...) do { \
100 #define DPRINTFN(n, args...) do {} while (/* CONSTCOND */ 0)
116 #define DPRINTFN(n, arg) do { \
123 #define DPRINTFN(n, arg) do {} while (/* CONSTCOND */ 0)
  /src/sys/arch/hpc/stand/hpcboot/
console.h 94 #define DPRINTFN(level, x) \
  /src/sys/arch/hpcarm/dev/
ipaq_lcd.c 62 #define DPRINTFN(n, x) if (ipaqlcddebug > (n)) aprint_normal x
65 #define DPRINTFN(n, x)
67 #define DPRINTF(x) DPRINTFN(0, x)
  /src/sys/arch/hpcmips/dev/
plumpower.c 52 #define DPRINTFN(n, arg) if (plumpower_debug > (n)) printf arg;
55 #define DPRINTFN(n, arg)
plumiobus.c 57 #define DPRINTFN(n, arg) if (plumiobus_debug > (n)) printf arg;
60 #define DPRINTFN(n, arg)
  /src/sys/arch/arm/at91/
at91spi.c 79 #define DPRINTFN(n,x) if (at91spi_debug>(n)) printf x;
81 #define DPRINTFN(n,x)
246 DPRINTFN(3, ("%s: slave %d mode %d speed %d, csr=0x%08"PRIX32"\n",
272 DPRINTFN(3, ("%s: sc=%p start=%d\n", __FUNCTION__, sc, start));
277 DPRINTFN(3, ("%s: sc=%p start=%d sr=%"PRIX32"\n", __FUNCTION__, sc, start, sr));
281 DPRINTFN(3, ("%s: sr=%"PRIX32"\n", __FUNCTION__, sr));
332 DPRINTFN(3, ("%s: dmaoffs=%d len=%d wchunk=%p (%p:%d) rchunk=%p (%p:%d) mr=%"PRIX32" sr=%"PRIX32" imr=%"PRIX32" csr0=%"PRIX32"\n",
358 DPRINTFN(3, ("%s: nothing to write anymore\n", __FUNCTION__));
371 DPRINTFN(2, ("%s: st=%p\n", __FUNCTION__, st));
396 DPRINTFN(2, ("%s: nothing to do anymore\n", __FUNCTION__))
    [all...]
  /src/sys/dev/hid/
hidms.c 50 #define DPRINTFN(n,x) if (hidmsdebug>(n)) printf x
54 #define DPRINTFN(n,x)
266 DPRINTFN(5,("hidms_intr: len=%d\n", len));
288 DPRINTFN(10, ("hidms_intr: x:%d y:%d z:%d w:%d buttons:0x%x\n",
  /src/sys/dev/hpc/
hpcapm.c 59 #define DPRINTFN(n, arg) do { if (hpcapm_debug > (n)) printf arg; } while (0);
62 #define DPRINTFN(n, arg) do { } while (0);
  /src/sys/dev/ic/
mpu.c 54 #define DPRINTFN(n,x) if (mpudebug >= (n)) printf x
58 #define DPRINTFN(n,x)
221 DPRINTFN(3, ("%s: sc=%p 0x%02x\n", __func__, sc, data));
234 DPRINTFN(3, ("%s: sc=%p 0x%02x\n", __func__, sc, d));

Completed in 28 milliseconds

1 2 3 4 5 6 7