HomeSort by: relevance | last modified time | path
    Searched refs:USBHIST_LOG (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/dev/usb/
usbdi.c 157 USBHIST_LOG(usbdebug, " device = %#jx idesc = %#jx index = %jd",
160 USBHIST_LOG(usbdebug, " altindex=%jd",
172 USBHIST_LOG(usbdebug, " bus = %#jx default_pipe = %#jx",
174 USBHIST_LOG(usbdebug, " address = %jd config = %jd depth = %jd ",
176 USBHIST_LOG(usbdebug, " speed = %jd self_powered = %jd "
189 USBHIST_LOG(usbdebug, " edesc = %#jx refcnt = %jd",
192 USBHIST_LOG(usbdebug, " bEndpointAddress=0x%02jx",
205 USBHIST_LOG(usbdebug, " xfer = %#jx", (uintptr_t)xfer,
221 USBHIST_LOG(usbdebug, "(usbd_dump_pipe)", 0, 0, 0, 0);
222 USBHIST_LOG(usbdebug, " running = %jd aborting = %jd"
    [all...]
usbhist.h 63 #define USBHIST_LOG(NAME,FMT,A,B,C,D) USBHIST_LOGN(NAME,1,FMT,A,B,C,D)
91 #define USBHIST_LOG(NAME,FMT,A,B,C,D) do { } while(0)
usbroothub.c 405 USBHIST_LOG(usbdebug, "wValue=%#4jx", value, 0, 0, 0);
521 USBHIST_LOG(usbdebug, "UR_SET_ADDRESS, UT_WRITE_DEVICE: "
575 USBHIST_LOG(usbdebug, "xfer %#jx buflen %jd actlen %jd err %jd",
usb_mem.c 63 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(usbdebug,FMT,A,B,C,D)
usb_quirks.c 51 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(usbdebug,FMT,A,B,C,D)
usbdi_util.c 661 USBHIST_LOG(usbdebug, "<- done xfer %#jx err %jd", (uintptr_t)xfer,
686 USBHIST_LOG(usbdebug, "<- done xfer %#jx err %jd", (uintptr_t)xfer,
if_smsc.c 155 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(usmscdebug,FMT,A,B,C,D)
usb.c 138 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(usbdebug,FMT,A,B,C,D)
usb_subr.c 66 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(usbdebug,FMT,A,B,C,D)
ohci.c 112 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(ohcidebug,FMT,A,B,C,D)
ehci.c 135 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(ehcidebug,FMT,A,B,C,D)
xhci.c 117 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(xhcidebug,FMT,A,B,C,D)

Completed in 28 milliseconds