DPRINTFN           40 arch/i386/i386/esm.c #define DPRINTFN(n,x...)	do { if (esmdebug > (n)) printf(x); } while (0)
DPRINTFN           44 arch/i386/i386/esm.c #define DPRINTFN(n,x...)	/* n: x */
DPRINTFN           94 dev/audio.c    #define DPRINTFN(n,x)	if (audiodebug>(n)) printf x
DPRINTFN           98 dev/audio.c    #define DPRINTFN(n,x)
DPRINTFN          546 dev/ic/ac97.c  #define DPRINTFN(n,x)	if (ac97debug>(n)) printf x
DPRINTFN          554 dev/ic/ac97.c  #define DPRINTFN(n,x)
DPRINTFN           59 dev/ic/acxvar.h #define DPRINTFN(n,x)   do { if (acxdebug >= (n)) printf x; } while (0)
DPRINTFN           62 dev/ic/acxvar.h #define DPRINTFN(n,x)
DPRINTFN           57 dev/ic/malo.c  #define DPRINTFN(n, x)	do { if (malo_debug >= (n)) printf x; } while (0)
DPRINTFN           61 dev/ic/malo.c  #define DPRINTFN(n, x)
DPRINTFN           69 dev/ic/opl.c   #define DPRINTFN(n,x)	if (opldebug >= (n)) printf x
DPRINTFN           73 dev/ic/opl.c   #define DPRINTFN(n,x)
DPRINTFN           71 dev/ic/rt2560.c #define DPRINTFN(n, x)	do { if (rt2560_debug >= (n)) printf x; } while (0)
DPRINTFN           75 dev/ic/rt2560.c #define DPRINTFN(n, x)
DPRINTFN           71 dev/ic/rt2661.c #define DPRINTFN(n, x)	do { if (rt2661_debug >= (n)) printf x; } while (0)
DPRINTFN           75 dev/ic/rt2661.c #define DPRINTFN(n, x)
DPRINTFN           96 dev/isa/ess.c  #define DPRINTFN(n,x)	if (essdebug>(n)) printf x
DPRINTFN          100 dev/isa/ess.c  #define DPRINTFN(n,x)
DPRINTFN           66 dev/isa/mpu401.c #define DPRINTFN(n,x)	if (mpu401debug >= (n)) printf x
DPRINTFN           70 dev/isa/mpu401.c #define DPRINTFN(n,x)
DPRINTFN           77 dev/isa/sbdsp.c #define DPRINTFN(n,x)	if (sbdspdebug >= (n)) printf x
DPRINTFN           81 dev/isa/sbdsp.c #define DPRINTFN(n,x)
DPRINTFN           62 dev/midisyn.c  #define DPRINTFN(n,x)	if (midisyndebug >= (n)) printf x
DPRINTFN           66 dev/midisyn.c  #define DPRINTFN(n,x)
DPRINTFN           54 dev/mii/urlphy.c #define DPRINTFN(n,x)	if (urlphydebug>(n)) printf x
DPRINTFN           58 dev/mii/urlphy.c #define DPRINTFN(n,x)
DPRINTFN           67 dev/pci/autri.c # define DPRINTFN(n,x)	if (autridebug > (n)) printf x
DPRINTFN           71 dev/pci/autri.c # define DPRINTFN(n,x)
DPRINTFN           61 dev/pci/cs4280.c #define DPRINTFN(n,x)	    if (cs4280debug>(n)) printf x
DPRINTFN           65 dev/pci/cs4280.c #define DPRINTFN(n,x)
DPRINTFN          202 dev/pci/cs4281.c #undef DPRINTFN
DPRINTFN          204 dev/pci/cs4281.c #define DPRINTFN(n,x)	    if (cs4281_debug>(n)) printf x
DPRINTFN          208 dev/pci/cs4281.c #define DPRINTFN(n,x)
DPRINTFN           90 dev/pci/eap.c  #define DPRINTFN(n,x)	if (eapdebug>(n)) printf x
DPRINTFN           94 dev/pci/eap.c  #define DPRINTFN(n,x)
DPRINTFN          194 dev/pci/if_bce.c #define DPRINTFN(n,x)	do {		\
DPRINTFN          201 dev/pci/if_bce.c #define DPRINTFN(n,x)
DPRINTFN          190 dev/pci/if_bge.c #define DPRINTFN(n,x)	do { if (bgedebug >= (n)) printf x; } while (0)
DPRINTFN          194 dev/pci/if_bge.c #define DPRINTFN(n,x)
DPRINTFN          134 dev/pci/if_ipw.c #define DPRINTFN(n, x)	do { if (ipw_debug >= (n)) printf x; } while (0)
DPRINTFN          138 dev/pci/if_ipw.c #define DPRINTFN(n, x)
DPRINTFN          145 dev/pci/if_iwi.c #define DPRINTFN(n, x)	do { if (iwi_debug >= (n)) printf x; } while (0)
DPRINTFN          149 dev/pci/if_iwi.c #define DPRINTFN(n, x)
DPRINTFN          163 dev/pci/if_lge.c #define DPRINTFN(n,x)	if (lgedebug >= (n)) printf x
DPRINTFN          167 dev/pci/if_lge.c #define DPRINTFN(n,x)
DPRINTFN          174 dev/pci/if_msk.c #define DPRINTFN(n,x)	if (mskdebug >= (n)) printf x
DPRINTFN          182 dev/pci/if_msk.c #define DPRINTFN(n,x)
DPRINTFN          120 dev/pci/if_nfe.c #define DPRINTFN(n,x)	do { if (nfedebug >= (n)) printf x; } while (0)
DPRINTFN          123 dev/pci/if_nfe.c #define DPRINTFN(n,x)
DPRINTFN          193 dev/pci/if_nge.c #define DPRINTFN(n,x)	if (ngedebug >= (n)) printf x
DPRINTFN          197 dev/pci/if_nge.c #define DPRINTFN(n,x)
DPRINTFN          184 dev/pci/if_sk.c #define DPRINTFN(n,x)	if (skdebug >= (n)) printf x
DPRINTFN          192 dev/pci/if_sk.c #define DPRINTFN(n,x)
DPRINTFN          179 dev/pci/if_vge.c #define DPRINTFN(n, x)	if (vge_debug >= (n)) printf x
DPRINTFN          149 dev/pci/if_wpi.c #define DPRINTFN(n, x)	do { if (wpi_debug >= (n)) printf x; } while (0)
DPRINTFN          153 dev/pci/if_wpi.c #define DPRINTFN(n, x)
DPRINTFN          213 dev/pci/if_xge.c #define DPRINTFN(n,x)	do { if (xgedebug >= (n)) printf x ; } while (0)
DPRINTFN          217 dev/pci/if_xge.c #define DPRINTFN(n,x)
DPRINTFN           68 dev/pci/sv.c   #define DPRINTFN(n,x)	if (svdebug>(n)) printf x
DPRINTFN           72 dev/pci/sv.c   #define DPRINTFN(n,x)
DPRINTFN          172 dev/pci/tga.c  #define DPRINTFN(n, ...)   if (tgadebug > (n)) printf (__VA_ARGS__)
DPRINTFN          176 dev/pci/tga.c  #define DPRINTFN(n,...)
DPRINTFN           76 dev/pci/yds.c  # define DPRINTFN(n,x)	if (ydsdebug>(n)) printf x
DPRINTFN           80 dev/pci/yds.c  # define DPRINTFN(n,x)
DPRINTFN           82 dev/sequencer.c #define DPRINTFN(n,x)	if (sequencerdebug >= (n)) printf x
DPRINTFN           86 dev/sequencer.c #define DPRINTFN(n,x)
DPRINTFN           97 dev/usb/ehci.c #define DPRINTFN(n,x)	do { if (ehcidebug>(n)) printf x; } while (0)
DPRINTFN          102 dev/usb/ehci.c #define DPRINTFN(n,x)
DPRINTFN           85 dev/usb/ezload.c #define DPRINTFN(n,x)	if (ezloaddebug>(n)) printf x
DPRINTFN           89 dev/usb/ezload.c #define DPRINTFN(n,x)
DPRINTFN           53 dev/usb/hid.c  #define DPRINTFN(n,x)	do { if (uhidevdebug>(n)) printf x; } while (0)
DPRINTFN           57 dev/usb/hid.c  #define DPRINTFN(n,x)
DPRINTFN           94 dev/usb/if_atu.c #define DPRINTFN(n,x)	do { if (atudebug>(n)) printf x; } while (0)
DPRINTFN           98 dev/usb/if_atu.c #define DPRINTFN(n,x)
DPRINTFN          122 dev/usb/if_aue.c #define DPRINTFN(n,x)	do { if (auedebug >= (n)) printf x; } while (0)
DPRINTFN          126 dev/usb/if_aue.c #define DPRINTFN(n,x)
DPRINTFN          136 dev/usb/if_axe.c #define DPRINTFN(n,x)	do { if (axedebug >= (n)) printf x; } while (0)
DPRINTFN          140 dev/usb/if_axe.c #define DPRINTFN(n,x)
DPRINTFN           77 dev/usb/if_cdce.c #define DPRINTFN(n, x)	do { if (cdcedebug > (n)) printf x; } while (0)
DPRINTFN           80 dev/usb/if_cdce.c #define DPRINTFN(n, x)
DPRINTFN           95 dev/usb/if_cue.c #define DPRINTFN(n,x)	do { if (cuedebug >= (n)) printf x; } while (0)
DPRINTFN           99 dev/usb/if_cue.c #define DPRINTFN(n,x)
DPRINTFN          110 dev/usb/if_kue.c #define DPRINTFN(n,x)	do { if (kuedebug >= (n)) printf x; } while (0)
DPRINTFN          114 dev/usb/if_kue.c #define DPRINTFN(n,x)
DPRINTFN           76 dev/usb/if_ral.c #define DPRINTFN(n, x)	do { if (ural_debug >= (n)) printf x; } while (0)
DPRINTFN           80 dev/usb/if_ral.c #define DPRINTFN(n, x)
DPRINTFN           76 dev/usb/if_rum.c #define DPRINTFN(n, x)	do { if (rum_debug >= (n)) printf x; } while (0)
DPRINTFN           80 dev/usb/if_rum.c #define DPRINTFN(n, x)
DPRINTFN           85 dev/usb/if_uath.c #define DPRINTFN(n, x)	do { if (uath_debug >= (n)) printf x; } while (0)
DPRINTFN           89 dev/usb/if_uath.c #define DPRINTFN(n, x)
DPRINTFN          146 dev/usb/if_udav.c #define DPRINTFN(n,x)	do { if (udavdebug >= (n)) printf x; } while(0)
DPRINTFN          150 dev/usb/if_udav.c #define DPRINTFN(n,x)
DPRINTFN          164 dev/usb/if_upl.c #define DPRINTFN(n,x)	do { if (upldebug >= (n)) printf x; } while (0)
DPRINTFN          168 dev/usb/if_upl.c #define DPRINTFN(n,x)
DPRINTFN          140 dev/usb/if_url.c #define DPRINTFN(n,x)	do { if (urldebug >= (n)) printf x; } while (0)
DPRINTFN          144 dev/usb/if_url.c #define DPRINTFN(n,x)
DPRINTFN          116 dev/usb/if_wi_usb.c #define DPRINTFN(n,x)   do { if (wi_usbdebug >= (n)) printf x; } while (0)
DPRINTFN          120 dev/usb/if_wi_usb.c #define DPRINTFN(n,x)
DPRINTFN           75 dev/usb/if_zyd.c #define DPRINTFN(n, x)	do { if (zyddebug > (n)) printf x; } while (0)
DPRINTFN           79 dev/usb/if_zyd.c #define DPRINTFN(n, x)
DPRINTFN           76 dev/usb/ohci.c #define DPRINTFN(n,x)	do { if (ohcidebug>(n)) printf x; } while (0)
DPRINTFN           81 dev/usb/ohci.c #define DPRINTFN(n,x)
DPRINTFN           35 dev/usb/uark.c #define DPRINTFN(n, x)  do { if (uarkdebug > (n)) printf x; } while (0)
DPRINTFN           38 dev/usb/uark.c #define DPRINTFN(n, x)
DPRINTFN           78 dev/usb/uaudio.c #define DPRINTFN(n,x)	do { if (uaudiodebug>(n)) printf x; } while (0)
DPRINTFN           82 dev/usb/uaudio.c #define DPRINTFN(n,x)
DPRINTFN           99 dev/usb/ubsa.c #define	DPRINTFN(n, x)	do { if (ubsadebug > (n)) printf x; } while (0)
DPRINTFN          101 dev/usb/ubsa.c #define	DPRINTFN(n, x)
DPRINTFN          101 dev/usb/ubt.c  #undef DPRINTFN
DPRINTFN          111 dev/usb/ubt.c  #define DPRINTFN(n, fmt, args...)	do {		\
DPRINTFN          118 dev/usb/ubt.c  #define DPRINTFN(...)
DPRINTFN           73 dev/usb/ucom.c #define DPRINTFN(n, x)	do { if (ucomdebug > (n)) printf x; } while (0)
DPRINTFN           76 dev/usb/ucom.c #define DPRINTFN(n, x)
DPRINTFN           72 dev/usb/ucycom.c #define DPRINTFN(n, x)	if (ucycomdebug > (n)) printf x
DPRINTFN           76 dev/usb/ucycom.c #define DPRINTFN(n,x)
DPRINTFN           38 dev/usb/udcf.c #define DPRINTFN(n, x)	do { if (udcfdebug > (n)) printf x; } while (0)
DPRINTFN           41 dev/usb/udcf.c #define DPRINTFN(n, x)
DPRINTFN           64 dev/usb/udsbr.c #define DPRINTFN(n,x)	do { if (udsbrdebug>(n)) printf x; } while (0)
DPRINTFN           68 dev/usb/udsbr.c #define DPRINTFN(n,x)
DPRINTFN           60 dev/usb/ueagle.c #define DPRINTFN(n, x)	do { if (ueagledebug >= (n)) printf x; } while (0)
DPRINTFN           64 dev/usb/ueagle.c #define DPRINTFN(n, x)
DPRINTFN           69 dev/usb/uftdi.c #define DPRINTFN(n,x)	do { if (uftdidebug>(n)) printf x; } while (0)
DPRINTFN           73 dev/usb/uftdi.c #define DPRINTFN(n,x)
DPRINTFN           64 dev/usb/ugen.c #define DPRINTFN(n,x)	do { if (ugendebug>(n)) printf x; } while (0)
DPRINTFN           68 dev/usb/ugen.c #define DPRINTFN(n,x)
DPRINTFN           83 dev/usb/uhci.c #define DPRINTFN(n,x)	if (uhcidebug>(n)) printf x
DPRINTFN           89 dev/usb/uhci.c #define DPRINTFN(n,x)
DPRINTFN           73 dev/usb/uhid.c #define DPRINTFN(n,x)	do { if (uhiddebug>(n)) printf x; } while (0)
DPRINTFN           77 dev/usb/uhid.c #define DPRINTFN(n,x)
DPRINTFN           70 dev/usb/uhidev.c #define DPRINTFN(n,x)	do { if (uhidevdebug>(n)) printf x; } while (0)
DPRINTFN           74 dev/usb/uhidev.c #define DPRINTFN(n,x)
DPRINTFN           64 dev/usb/uhub.c #define DPRINTFN(n,x)	do { if (uhubdebug>(n)) printf x; } while (0)
DPRINTFN           68 dev/usb/uhub.c #define DPRINTFN(n,x)
DPRINTFN           70 dev/usb/uipaq.c #define DPRINTFN(n,x)	if (uipaqdebug>(n)) printf x
DPRINTFN           74 dev/usb/uipaq.c #define DPRINTFN(n,x)
DPRINTFN           76 dev/usb/ukbd.c #define DPRINTFN(n,x)	do { if (ukbddebug>(n)) printf x; } while (0)
DPRINTFN           80 dev/usb/ukbd.c #define DPRINTFN(n,x)
DPRINTFN           72 dev/usb/ulpt.c #define DPRINTFN(n,x)	do { if (ulptdebug>(n)) printf x; } while (0)
DPRINTFN           76 dev/usb/ulpt.c #define DPRINTFN(n,x)
DPRINTFN           73 dev/usb/umct.c #define DPRINTFN(n, x)  do { if (umctdebug > (n)) printf x; } while (0)
DPRINTFN           76 dev/usb/umct.c #define DPRINTFN(n, x)
DPRINTFN           66 dev/usb/umidi.c #define DPRINTFN(n,x)	if (umididebug >= (n)) printf x
DPRINTFN           70 dev/usb/umidi.c #define DPRINTFN(n,x)
DPRINTFN           69 dev/usb/umidi_quirks.c #define DPRINTFN(n,x)	if (umidiquirkdebug >= (n)) printf x
DPRINTFN           73 dev/usb/umidi_quirks.c #define DPRINTFN(n,x)
DPRINTFN           79 dev/usb/umodem.c #define DPRINTFN(n, x)	do { if (umodemdebug > (n)) printf x; } while (0)
DPRINTFN           82 dev/usb/umodem.c #define DPRINTFN(n, x)
DPRINTFN           73 dev/usb/ums.c  #define DPRINTFN(n,x)	do { if (umsdebug>(n)) printf x; } while (0)
DPRINTFN           77 dev/usb/ums.c  #define DPRINTFN(n,x)
DPRINTFN           73 dev/usb/uplcom.c #define DPRINTFN(n, x)  do { if (uplcomdebug > (n)) printf x; } while (0)
DPRINTFN           76 dev/usb/uplcom.c #define DPRINTFN(n, x)
DPRINTFN           68 dev/usb/urio.c #define DPRINTFN(n,x)	do { if (uriodebug>(n)) printf x; } while (0)
DPRINTFN           72 dev/usb/urio.c #define DPRINTFN(n,x)
DPRINTFN           77 dev/usb/usb.c  #define DPRINTFN(n,x)	do { if (usbdebug>(n)) printf x; } while (0)
DPRINTFN           93 dev/usb/usb.c  #define DPRINTFN(n,x)
DPRINTFN           68 dev/usb/usb_mem.c #define DPRINTFN(n,x)	do { if (usbdebug>(n)) printf x; } while (0)
DPRINTFN           72 dev/usb/usb_mem.c #define DPRINTFN(n,x)
DPRINTFN           62 dev/usb/usb_subr.c #define DPRINTFN(n,x)	do { if (usbdebug>(n)) printf x; } while (0)
DPRINTFN           66 dev/usb/usb_subr.c #define DPRINTFN(n,x)
DPRINTFN           59 dev/usb/usbdi.c #define DPRINTFN(n,x)	do { if (usbdebug>(n)) printf x; } while (0)
DPRINTFN           63 dev/usb/usbdi.c #define DPRINTFN(n,x)
DPRINTFN           57 dev/usb/usbdi_util.c #define DPRINTFN(n,x)	do { if (usbdebug>(n)) printf x; } while (0)
DPRINTFN           61 dev/usb/usbdi_util.c #define DPRINTFN(n,x)
DPRINTFN           64 dev/usb/uscanner.c #define DPRINTFN(n,x)	do { if (uscannerdebug>(n)) printf x; } while (0)
DPRINTFN           68 dev/usb/uscanner.c #define DPRINTFN(n,x)
DPRINTFN           35 dev/usb/uslcom.c #define DPRINTFN(n, x)  do { if (uslcomdebug > (n)) printf x; } while (0)
DPRINTFN           38 dev/usb/uslcom.c #define DPRINTFN(n, x)
DPRINTFN           77 dev/usb/usscanner.c #define DPRINTFN(n,x)	do { if (usscannerdebug>(n)) printf x; } while (0)
DPRINTFN           81 dev/usb/usscanner.c #define DPRINTFN(n,x)
DPRINTFN           63 dev/usb/uvisor.c #define DPRINTFN(n,x)	if (uvisordebug>(n)) printf x
DPRINTFN           67 dev/usb/uvisor.c #define DPRINTFN(n,x)
DPRINTFN           65 dev/usb/uvscom.c #define DPRINTFN(n, x)  do { if (uvscomdebug > (n)) printf x; } while (0)
DPRINTFN           67 dev/usb/uvscom.c #define DPRINTFN(n, x)
DPRINTFN          110 dev/wscons/wsmouse.c #define	DPRINTFN(n,x)	if (wsmuxdebug > (n)) printf x
DPRINTFN          114 dev/wscons/wsmouse.c #define	DPRINTFN(n,x)
DPRINTFN           75 dev/wscons/wsmux.c #define DPRINTFN(n,x)	if (wsmuxdebug > (n)) printf x
DPRINTFN           79 dev/wscons/wsmux.c #define DPRINTFN(n,x)
DPRINTFN           32 kern/tty_nmea.c #define DPRINTFN(n, x)	do { if (nmeadebug > (n)) printf x; } while (0)
DPRINTFN           35 kern/tty_nmea.c #define DPRINTFN(n, x)
DPRINTFN          133 netbt/bluetooth.h # define DPRINTFN(n, fmt, args...)	do {		\
DPRINTFN          142 netbt/bluetooth.h # define DPRINTFN(...)
DPRINTFN           42 scsi/ses.c     #define DPRINTFN(n, x...)	do { if (sesdebug > (n)) printf(x); } while (0)
DPRINTFN           46 scsi/ses.c     #define DPRINTFN(n,x...)	/* n: x */