Lines Matching defs:endpt
542 DPRINTFN(8, "addr=%jd endpt=%jd len=%jd speed=%jd",
611 DPRINTFN(8, "addr=%jd endpt=%jd len=%jd speed=%jd",
2057 DPRINTF(" addr=%jd endpt=%jd maxp=%jd",
2095 DPRINTFN(1, "pipe=%#jx, addr=%jd, endpt=%jd (%jd)", (uintptr_t)pipe,
2812 DPRINTF("xfer=%#jx len=%jd, addr=%jd, endpt=%jd", (uintptr_t)xfer, len,
3015 int endpt = xfer->ux_pipe->up_endpoint->ue_edesc->bEndpointAddress;
3016 int isread = UE_GET_DIR(endpt) == UE_DIR_IN;
3025 DPRINTFN(4, "endpt=%jd", endpt, 0, 0, 0);
3078 int len, isread, endpt;
3090 endpt = xfer->ux_pipe->up_endpoint->ue_edesc->bEndpointAddress;
3091 isread = UE_GET_DIR(endpt) == UE_DIR_IN;
3096 DPRINTFN(4, "endpt=%jd", endpt, 0, 0, 0);
3207 int endpt = xfer->ux_pipe->up_endpoint->ue_edesc->bEndpointAddress;
3208 int isread = UE_GET_DIR(endpt) == UE_DIR_IN;
3218 DPRINTFN(4, "endpt=%jd", endpt, 0, 0, 0);
3272 int len, isread, endpt;
3287 endpt = xfer->ux_pipe->up_endpoint->ue_edesc->bEndpointAddress;
3288 isread = UE_GET_DIR(endpt) == UE_DIR_IN;