Searched refs:endpt (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/include/
H A Dntpd.h107 endpt * ep;
114 extern endpt * getinterface (sockaddr_u *, u_int32);
115 extern endpt * select_peerinterface (struct peer *, sockaddr_u *,
116 endpt *);
117 extern endpt * findinterface (sockaddr_u *);
118 extern endpt * findbcastinter (sockaddr_u *);
119 extern void enable_broadcast (endpt *, sockaddr_u *);
120 extern void enable_multicast_if (endpt *, sockaddr_u *);
147 extern const char * localaddrtoa(endpt *);
168 extern void mon_clearinterface(endpt *interfac
[all...]
H A Dntpsim.h138 int simulate_server (sockaddr_u *serv_addr, endpt *inter,
H A Drecvbuff.h83 endpt * dstadr; /* address pkt arrived on */
H A Dntp.h172 * varied meanings, a change to "endpt" (via typedef) is under way.
174 * endpt is unrelated to the select algorithm's struct endpoint.
176 typedef struct interface endpt; typedef in typeref:struct:interface
178 endpt * elink; /* endpt list link */
179 endpt * mclink; /* per-AF_* multicast list */
183 u_int32 ifnum; /* endpt instance count */
200 struct peer * peers; /* list of peers using endpt */
268 endpt * dstadr; /* local address */
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_request.c55 void (*handler) (sockaddr_u *, endpt *,
66 static void req_ack (sockaddr_u *, endpt *, struct req_pkt *, int);
67 static void * prepare_pkt (sockaddr_u *, endpt *,
71 static void list_peers (sockaddr_u *, endpt *, struct req_pkt *);
72 static void list_peers_sum (sockaddr_u *, endpt *, struct req_pkt *);
73 static void peer_info (sockaddr_u *, endpt *, struct req_pkt *);
74 static void peer_stats (sockaddr_u *, endpt *, struct req_pkt *);
75 static void sys_info (sockaddr_u *, endpt *, struct req_pkt *);
76 static void sys_stats (sockaddr_u *, endpt *, struct req_pkt *);
77 static void mem_stats (sockaddr_u *, endpt *, struc
[all...]
H A Dntp_io.c178 endpt * any_interface; /* wildcard ipv4 interface */
179 endpt * any6_interface; /* wildcard ipv6 interface */
180 endpt * loopback_interface; /* loopback ipv4 interface */
208 static endpt * new_interface(endpt *);
209 static void add_interface(endpt *);
212 static void remove_interface(endpt *);
213 static endpt * create_interface(u_short, endpt *);
228 static isc_boolean_t socket_multicast_enable (endpt *, sockaddr_
[all...]
H A Dntp_peer.c572 endpt * dstadr,
635 endpt * dstadr
651 * endpt while a BCLNT peer is running its unicast protocol.
685 endpt * niface;
686 endpt * piface;
765 endpt * dstadr,
830 /* no endpt address given */
H A Dntp_monitor.c276 endpt *lcladr
H A Dntpsim.c259 endpt * inter, /* Interface on which the reply should
H A Dntp_control.c102 static void send_ifstats_entry(endpt *, u_int);
4243 endpt * la,
4367 endpt * la;
H A Dntp_proto.c641 endpt *match_ep; /* newpeer() local address */
4970 endpt * unicast_ep;
/netbsd-current/sys/rump/dev/lib/libugenhc/
H A Dugenhc.c579 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 local
775 int endpt, oflags, error; local
[all...]
/netbsd-current/sys/dev/usb/
H A Dugen.c489 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
749 ugen_do_close(struct ugen_softc *sc, int flag, int endpt) argument
827 int endpt = UGENENDPOINT(dev); local
849 ugen_do_read(struct ugen_softc *sc, int endpt, struct uio *uio, int flag) argument
1045 int endpt = UGENENDPOINT(dev); local
1058 ugen_do_write(struct ugen_softc *sc, int endpt, struct uio *uio, int flag) argument
1214 int endpt = UGENENDPOINT(dev); local
1577 uint8_t niface, nendpt, endptno, endpt; local
1671 ugen_do_ioctl(struct ugen_softc *sc, int endpt, u_long cmd, void *addr, int flag, struct lwp *l) argument
2101 int endpt = UGENENDPOINT(dev); local
[all...]
H A Duhci.c836 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)
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
3198 const int endpt = upipe->pipe.up_endpoint->ue_edesc->bEndpointAddress; local
3241 int endpt = ed->bEndpointAddress; local
[all...]
H A Dusb_subr.c539 int endpt, nendpt; local
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;
H A Dohci.c526 DPRINTFN(8, "addr=%jd endpt=%jd len=%jd speed=%jd",
595 DPRINTFN(8, "addr=%jd endpt=%jd len=%jd speed=%jd",
2029 DPRINTF(" addr=%jd endpt=%jd maxp=%jd",
2067 DPRINTFN(1, "pipe=%#jx, addr=%jd, endpt=%jd (%jd)", (uintptr_t)pipe,
2783 DPRINTF("xfer=%#jx len=%jd, addr=%jd, endpt=%jd", (uintptr_t)xfer, len,
2986 int endpt = xfer->ux_pipe->up_endpoint->ue_edesc->bEndpointAddress; local
2987 int isread = UE_GET_DIR(endpt) == UE_DIR_IN;
2996 DPRINTFN(4, "endpt=%jd", endpt, 0, 0, 0);
3049 int len, isread, endpt; local
3178 int endpt = xfer->ux_pipe->up_endpoint->ue_edesc->bEndpointAddress; local
3243 int len, isread, endpt; local
[all...]
H A Duaudio.c3690 int endpt, clkid; local
3694 endpt = as->edesc->bEndpointAddress;
3696 DPRINTF("endpt=0x%02x, clkid=%d, speed=%d, alt=%d\n",
3697 endpt, clkid, ch->sample_rate, as->alt);
3710 err = uaudio_set_speed(sc, endpt, clkid, ch->sample_rate);
3716 DPRINTF("create pipe to 0x%02x\n", endpt);
3717 err = usbd_open_pipe(as->ifaceh, endpt, USBD_MPSAFE, &ch->pipe);
3721 endpt = as->edesc1->bEndpointAddress;
3722 if (endpt != 0) {
3723 DPRINTF("create sync-pipe to 0x%02x\n", endpt);
4146 uaudio_speed(struct uaudio_softc *sc, int endpt, int clkid, uint8_t *data, int set) argument
4178 uaudio_set_speed(struct uaudio_softc *sc, int endpt, int clkid, u_int speed) argument
[all...]
H A Dehci.c1296 DPRINTF("halted addr=%jd endpt=0x%02jx",
1831 DPRINTFN(10, " addr = 0x%02jx inact = %jd endpt = %jd "
1977 DPRINTF("pipe=%#jx, addr=%jd, endpt=%jd (%jd)", (uintptr_t)pipe, addr,
3693 DPRINTF("len=%jd, addr=%jd, endpt=%jd",
3901 int endpt = ed->bEndpointAddress; local
3902 int isread = UE_GET_DIR(endpt) == UE_DIR_IN;
3943 int len, isread, endpt; local
3959 endpt = epipe->pipe.up_endpoint->ue_edesc->bEndpointAddress;
3960 isread = UE_GET_DIR(endpt) == UE_DIR_IN;
4043 int endpt local
4092 int endpt = ed->bEndpointAddress; local
4142 int len, isread, endpt; local
4247 int isread, endpt; local
[all...]
H A Dumass.c1031 umass_clear_endpoint_stall(struct umass_softc *sc, int endpt, argument
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]);
/netbsd-current/bin/pax/
H A Dpat_rep.c911 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')) {
H A Doptions.c1974 char *endpt; local
1985 frpt = endpt = dstr;
1993 if ((endpt = strchr(frpt, ',')) != NULL)
1994 *endpt = '\0';
2009 if (endpt != NULL)
2010 frpt = endpt + 1;
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dsocket.c196 endpt * interf
/netbsd-current/sys/arch/mips/adm5120/dev/
H A Dahci.c1155 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;

Completed in 266 milliseconds