Home
last modified time | relevance | path

Searched refs:logprintf (Results 1 – 25 of 37) sorted by relevance

12

/mirbsd/src/sys/dev/usb/
Dudsbr.c63 #define DPRINTF(x) do { if (udsbrdebug) logprintf x; } while (0)
64 #define DPRINTFN(n,x) do { if (udsbrdebug>(n)) logprintf x; } while (0)
Dusb_mem.c66 #define DPRINTF(x) do { if (usbdebug) logprintf x; } while (0)
67 #define DPRINTFN(n,x) do { if (usbdebug>(n)) logprintf x; } while (0)
Dusb_port.h145 #define logprintf printf macro
277 #define logprintf printf macro
523 #define logprintf printf macro
Dums.c72 #define DPRINTF(x) do { if (umsdebug) logprintf x; } while (0)
73 #define DPRINTFN(n,x) do { if (umsdebug>(n)) logprintf x; } while (0)
Dusb_quirks.c145 logprintf("usbd_find_quirk 0x%04x/0x%04x/%x: %d\n", in usbd_find_quirk()
Dhid.c55 #define DPRINTF(x) do { if (uhidevdebug) logprintf x; } while (0)
56 #define DPRINTFN(n,x) do { if (uhidevdebug>(n)) logprintf x; } while (0)
Dumassvar.h34 #define DPRINTF(m, x) do { if (umassdebug & (m)) logprintf x; } while (0)
Durio.c76 #define DPRINTF(x) do { if (uriodebug) logprintf x; } while (0)
77 #define DPRINTFN(n,x) do { if (uriodebug>(n)) logprintf x; } while (0)
Duhidev.c71 #define DPRINTF(x) do { if (uhidevdebug) logprintf x; } while (0)
72 #define DPRINTFN(n,x) do { if (uhidevdebug>(n)) logprintf x; } while (0)
Duhid.c72 #define DPRINTF(x) do { if (uhiddebug) logprintf x; } while (0)
73 #define DPRINTFN(n,x) do { if (uhiddebug>(n)) logprintf x; } while (0)
Duhub.c69 #define DPRINTF(x) do { if (uhubdebug) logprintf x; } while (0)
70 #define DPRINTFN(n,x) do { if (uhubdebug>(n)) logprintf x; } while (0)
Dusbdi_util.c60 #define DPRINTF(x) do { if (usbdebug) logprintf x; } while (0)
61 #define DPRINTFN(n,x) do { if (usbdebug>(n)) logprintf x; } while (0)
Dusb.c76 #define DPRINTF(x) do { if (usbdebug) logprintf x; } while (0)
77 #define DPRINTFN(n,x) do { if (usbdebug>(n)) logprintf x; } while (0)
Dulpt.c77 #define DPRINTF(x) do { if (ulptdebug) logprintf x; } while (0)
78 #define DPRINTFN(n,x) do { if (ulptdebug>(n)) logprintf x; } while (0)
Duscanner.c75 #define DPRINTF(x) do { if (uscannerdebug) logprintf x; } while (0)
76 #define DPRINTFN(n,x) do { if (uscannerdebug>(n)) logprintf x; } while (0)
Dukbd.c84 #define DPRINTF(x) do { if (ukbddebug) logprintf x; } while (0)
85 #define DPRINTFN(n,x) do { if (ukbddebug>(n)) logprintf x; } while (0)
Dusscanner.c84 #define DPRINTF(x) do { if (usscannerdebug) logprintf x; } while (0)
85 #define DPRINTFN(n,x) do { if (usscannerdebug>(n)) logprintf x; } while (0)
Dif_upl.c186 #define DPRINTF(x) do { if (upldebug) logprintf x; } while (0)
187 #define DPRINTFN(n,x) do { if (upldebug >= (n)) logprintf x; } while (0)
Dusbdi.c72 #define DPRINTF(x) do { if (usbdebug) logprintf x; } while (0)
73 #define DPRINTFN(n,x) do { if (usbdebug>(n)) logprintf x; } while (0)
Dif_kue.c134 #define DPRINTF(x) do { if (kuedebug) logprintf x; } while (0)
135 #define DPRINTFN(n,x) do { if (kuedebug >= (n)) logprintf x; } while (0)
Dif_cue.c122 #define DPRINTF(x) do { if (cuedebug) logprintf x; } while (0)
123 #define DPRINTFN(n,x) do { if (cuedebug >= (n)) logprintf x; } while (0)
Dif_axe.c142 #define DPRINTF(x) do { if (axedebug) logprintf x; } while (0)
143 #define DPRINTFN(n,x) do { if (axedebug >= (n)) logprintf x; } while (0)
Dubsa.c112 #define DPRINTFN(n, x) do { if (ubsadebug > (n)) logprintf x; } while (0)
Dumct.c73 #define DPRINTFN(n, x) do { if (umctdebug > (n)) logprintf x; } while (0)
Dueagle.c58 #define DPRINTF(x) do { if (ueagledebug > 0) logprintf x; } while (0)
59 #define DPRINTFN(n, x) do { if (ueagledebug >= (n)) logprintf x; } while (0)

12