HomeSort by: relevance | last modified time | path
    Searched defs:endpt (Results 1 - 10 of 10) sorted by relevancy

  /src/bin/pax/
pat_rep.c 911 char *endpt; local in function:rep_name
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 in function:opt_add
1967 frpt = endpt = dstr;
1975 if ((endpt = strchr(frpt, ',')) != NULL)
1976 *endpt = '\0';
1991 if (endpt != NULL)
1992 frpt = endpt + 1;
  /src/sys/rump/dev/lib/libugenhc/
ugenhc.c 579 int len, error, endpt; local in function:rumpusb_device_bulk_start
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 in function:rumpusb_device_bulk_close
775 int endpt, oflags, error; local in function:ugenhc_open
    [all...]
  /src/sys/arch/mips/adm5120/dev/
ahci.c 1155 int endpt, i, len, tlen, segs, offset, isread, toggle, short_ok; local in function:ahci_device_bulk_start
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;
  /src/sys/dev/usb/
usb_subr.c 539 int endpt, nendpt; local in function:usbd_fill_iface_data
561 for (endpt = 0; endpt < nendpt; endpt++) {
562 DPRINTFN(10, "endpt=%jd", endpt, 0, 0, 0);
590 endpoints[endpt].ue_edesc = ed;
613 endpoints[endpt].ue_refcnt = 0;
614 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 in function:ohci_device_bulk_init
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 in function:ohci_device_bulk_start
3207 int endpt = xfer->ux_pipe->up_endpoint->ue_edesc->bEndpointAddress; local in function:ohci_device_intr_init
3272 int len, isread, endpt; local in function:ohci_device_intr_start
    [all...]
ugen.c 489 int ifaceno, endptno, endpt; local in function:ugen_set_config
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 in function:ugenopen
586 UGENHIST_CALLARGS("flag=%jd, mode=%jd, unit=%jd endpt=%jd"
827 int endpt = UGENENDPOINT(dev); local in function:ugenclose
1045 int endpt = UGENENDPOINT(dev); local in function:ugenread
1214 int endpt = UGENENDPOINT(dev); local in function:ugenwrite
1577 uint8_t niface, nendpt, endptno, endpt; local in function:ugen_set_interface
2101 int endpt = UGENENDPOINT(dev); local in function:ugenioctl
    [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 in function:uhci_reset_std_chain
2129 UHCI_TD_SET_ENDPT(UE_GET_ADDR(endpt)) |
2160 UHCI_TD_SET_ENDPT(UE_GET_ADDR(endpt)) |
2203 int endpt = ed->bEndpointAddress; local in function:uhci_device_bulk_init
2204 int isread = UE_GET_DIR(endpt) == UE_DIR_IN;
2264 int endpt; local in function:uhci_device_bulk_start
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 in function:uhci_device_ctrl_start
2618 int endpt = ed->bEndpointAddress; local in function:uhci_device_intr_init
2668 int isread, endpt; local in function:uhci_device_intr_start
3063 int endpt = upipe->pipe.up_endpoint->ue_edesc->bEndpointAddress; local in function:uhci_setup_isoc
3194 const int endpt = upipe->pipe.up_endpoint->ue_edesc->bEndpointAddress; local in function:uhci_device_intr_done
3237 int endpt = ed->bEndpointAddress; local in function:uhci_device_bulk_done
    [all...]
uaudio.c 3691 int endpt, clkid; local in function:uaudio_chan_open
3695 endpt = as->edesc->bEndpointAddress;
3697 DPRINTF("endpt=0x%02x, clkid=%d, speed=%d, alt=%d\n",
3698 endpt, clkid, ch->sample_rate, as->alt);
3711 err = uaudio_set_speed(sc, endpt, clkid, ch->sample_rate);
3717 DPRINTF("create pipe to 0x%02x\n", endpt);
3718 err = usbd_open_pipe(as->ifaceh, endpt, USBD_MPSAFE, &ch->pipe);
3722 endpt = as->edesc1->bEndpointAddress;
3723 if (endpt != 0) {
3724 DPRINTF("create sync-pipe to 0x%02x\n", endpt);
    [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 in function:ehci_device_bulk_init
3939 int isread = UE_GET_DIR(endpt) == UE_DIR_IN;
3980 int len, isread, endpt; local in function:ehci_device_bulk_start
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 in function:ehci_device_bulk_done
4129 int endpt = ed->bEndpointAddress; local in function:ehci_device_intr_init
4179 int len, isread, endpt; local in function:ehci_device_intr_start
4284 int isread, endpt; local in function:ehci_device_intr_done
    [all...]

Completed in 225 milliseconds