| /src/sys/rump/dev/lib/libugenhc/ |
| ugenhc.c | 579 int len, error, endpt; local 587 endpt = ed->bEndpointAddress; 588 isread = UE_GET_DIR(endpt) == UE_DIR_IN; 589 endpt = UE_GET_ADDR(endpt); 590 KASSERT(endpt < UGEN_NEPTS); 607 rumpcomp_ugenhc_ioctl(sc->sc_ugenfd[endpt], 611 error = rumpuser_iovread(sc->sc_ugenfd[endpt], &iov, 1, 630 error = rumpuser_iovwrite(sc->sc_ugenfd[endpt], &iov, 1, 729 int endpt = pipe->up_endpoint->ue_edesc->bEndpointAddress local 775 int endpt, oflags, error; local [all...] |
| /src/sys/dev/usb/ |
| ugen.c | 489 int ifaceno, endptno, endpt; local 544 endpt = ed->bEndpointAddress; 545 dir = UE_GET_DIR(endpt) == UE_DIR_IN ? IN : OUT; 546 sce = &sc->sc_endpoints[UE_GET_ADDR(endpt)][dir]; 547 DPRINTFN(1, "endptno %jd, endpt=0x%02jx (%jd,%jd)", 548 endptno, endpt, UE_GET_ADDR(endpt), 549 UE_GET_DIR(endpt)); 575 int endpt = UGENENDPOINT(dev); local 586 UGENHIST_CALLARGS("flag=%jd, mode=%jd, unit=%jd endpt=%jd" 827 int endpt = UGENENDPOINT(dev); local 1045 int endpt = UGENENDPOINT(dev); local 1214 int endpt = UGENENDPOINT(dev); local 1577 uint8_t niface, nendpt, endptno, endpt; local 2101 int endpt = UGENENDPOINT(dev); local [all...] |
| uhci.c | 836 DPRINTF("addr=%jd endpt=%jd D=%jd maxlen=%jd,", 1719 "error, addr=%jd, endpt=0x%02jx", 2092 int endpt = xfer->ux_pipe->up_endpoint->ue_edesc->bEndpointAddress; local 2129 UHCI_TD_SET_ENDPT(UE_GET_ADDR(endpt)) | 2160 UHCI_TD_SET_ENDPT(UE_GET_ADDR(endpt)) | 2203 int endpt = ed->bEndpointAddress; local 2204 int isread = UE_GET_DIR(endpt) == UE_DIR_IN; 2264 int endpt; local 2280 endpt = upipe->pipe.up_endpoint->ue_edesc->bEndpointAddress; 2281 isread = UE_GET_DIR(endpt) == UE_DIR_IN 2479 int endpt = upipe->pipe.up_endpoint->ue_edesc->bEndpointAddress; local 2618 int endpt = ed->bEndpointAddress; local 2668 int isread, endpt; local 3063 int endpt = upipe->pipe.up_endpoint->ue_edesc->bEndpointAddress; local 3194 const int endpt = upipe->pipe.up_endpoint->ue_edesc->bEndpointAddress; local 3237 int endpt = ed->bEndpointAddress; local [all...] |
| usb_subr.c | 538 int endpt, nendpt; local 560 for (endpt = 0; endpt < nendpt; endpt++) { 561 DPRINTFN(10, "endpt=%jd", endpt, 0, 0, 0); 589 endpoints[endpt].ue_edesc = ed; 612 endpoints[endpt].ue_refcnt = 0; 613 endpoints[endpt].ue_toggle = 0;
|
| ohci.c | 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; local 3016 int isread = UE_GET_DIR(endpt) == UE_DIR_IN; 3025 DPRINTFN(4, "endpt=%jd", endpt, 0, 0, 0); 3078 int len, isread, endpt; local 3207 int endpt = xfer->ux_pipe->up_endpoint->ue_edesc->bEndpointAddress; local 3272 int len, isread, endpt; local [all...] |
| ehci.c | 1310 DPRINTF("halted addr=%jd endpt=0x%02jx", 1828 DPRINTFN(10, " addr = 0x%02jx inact = %jd endpt = %jd " 1974 DPRINTF("pipe=%#jx, addr=%jd, endpt=%jd (%jd)", (uintptr_t)pipe, addr, 3730 DPRINTF("len=%jd, addr=%jd, endpt=%jd", 3938 int endpt = ed->bEndpointAddress; local 3939 int isread = UE_GET_DIR(endpt) == UE_DIR_IN; 3980 int len, isread, endpt; local 3996 endpt = epipe->pipe.up_endpoint->ue_edesc->bEndpointAddress; 3997 isread = UE_GET_DIR(endpt) == UE_DIR_IN; 4080 int endpt = epipe->pipe.up_endpoint->ue_edesc->bEndpointAddress local 4129 int endpt = ed->bEndpointAddress; local 4179 int len, isread, endpt; local 4284 int isread, endpt; local [all...] |
| uaudio.c | 3692 int endpt, clkid; local 3696 endpt = as->edesc->bEndpointAddress; 3698 DPRINTF("endpt=0x%02x, clkid=%d, speed=%d, alt=%d\n", 3699 endpt, clkid, ch->sample_rate, as->alt); 3712 err = uaudio_set_speed(sc, endpt, clkid, ch->sample_rate); 3718 DPRINTF("create pipe to 0x%02x\n", endpt); 3719 err = usbd_open_pipe(as->ifaceh, endpt, USBD_MPSAFE, &pipe); 3725 endpt = as->edesc1->bEndpointAddress; 3726 if (endpt != 0) { 3727 DPRINTF("create sync-pipe to 0x%02x\n", endpt); [all...] |
| umass.c | 1031 umass_clear_endpoint_stall(struct umass_softc *sc, int endpt, 1043 sc->sc_epaddr[endpt], 0, 0, 0); 1045 usbd_clear_endpoint_toggle(sc->sc_pipe[endpt]); 1050 USETW(sc->sc_req.wIndex, sc->sc_epaddr[endpt]);
|
| /src/bin/pax/ |
| pat_rep.c | 911 char *endpt; local 931 endpt = outpt + PAXPATHLEN; 957 while ((inpt < rpt) && (outpt < endpt)) 959 if (outpt == endpt) 969 resub(&(pt->rcmp),pm,pt->nstr,inpt, outpt,endpt) 990 if ((outpt == endpt) || (*inpt == '\0')) 1013 while ((outpt < endpt) && (*inpt != '\0')) 1017 if ((outpt == endpt) && (*inpt != '\0')) {
|
| options.c | 1956 char *endpt; local 1967 frpt = endpt = dstr; 1975 if ((endpt = strchr(frpt, ',')) != NULL) 1976 *endpt = '\0'; 1991 if (endpt != NULL) 1992 frpt = endpt + 1;
|
| /src/sys/arch/mips/adm5120/dev/ |
| ahci.c | 1155 int endpt, i, len, tlen, segs, offset, isread, toggle, short_ok; local 1187 endpt = pipe->up_endpoint->ue_edesc->bEndpointAddress; 1188 ep->control = pipe->up_dev->ud_addr | ((endpt & 0xf) << ADMHCD_ED_EPSHIFT)|\ 1199 isread = UE_GET_DIR(endpt) == UE_DIR_IN;
|