| /src/sys/dev/usb/ |
| uchcom.c | 228 struct uchcom_endpoints endpoints; local 252 if (find_endpoints(sc, &endpoints)) 255 sc->sc_intr_endpoint = endpoints.ep_intr; 256 sc->sc_intr_size = endpoints.ep_intr_size; 260 ucaa.ucaa_bulkin = endpoints.ep_bulkin; 261 ucaa.ucaa_bulkout = endpoints.ep_bulkout; 347 find_endpoints(struct uchcom_softc *sc, struct uchcom_endpoints *endpoints) 399 endpoints->ep_intr = intr; 400 endpoints->ep_intr_size = isize; 401 endpoints->ep_bulkin = bin [all...] |
| usb_subr.c | 536 struct usbd_endpoint *endpoints; local 550 endpoints = kmem_alloc(nendpt * sizeof(struct usbd_endpoint), 553 endpoints = NULL; 589 endpoints[endpt].ue_edesc = ed; 592 /* Control and bulk endpoints have max packet limits. */ 612 endpoints[endpt].ue_refcnt = 0; 613 endpoints[endpt].ue_toggle = 0; 620 /* Success! Free the old endpoints and commit the changes. */ 629 ifc->ui_endpoints = endpoints; 634 if (endpoints) [all...] |
| vhci.c | 212 } endpoints[VHCI_NADDRS]; member in struct:__anon3924 286 reqlist = &port->endpoints[addr].host_to_usb; 305 reslist = &port->endpoints[addr].usb_to_host; 320 datlist = &port->endpoints[addr].usb_to_host; 322 datlist = &port->endpoints[addr].host_to_usb; 365 pktlist = &port->endpoints[pkt->addr].usb_to_host; 367 pktlist = &port->endpoints[pkt->addr].host_to_usb; 840 pktlist = &port->endpoints[addr].host_to_usb; 851 pktlist = &port->endpoints[addr].usb_to_host; 1048 pktlist = &port->endpoints[vfd->addr].host_to_usb [all...] |
| /src/external/mpl/bind/dist/tests/isc/ |
| doh_test.c | 106 static isc_nm_http_endpoints_t *endpoints = NULL; variable 371 INSIST(endpoints == NULL); 372 endpoints = isc_nm_http_endpoints_new(mctx); 400 isc_nm_http_endpoints_detach(&endpoints); 512 result = isc_nm_http_endpoints_add(endpoints, ISC_NM_HTTP_DEFAULT_PATH, 516 &tcp_listen_addr, 0, NULL, NULL, endpoints, 543 result = isc_nm_http_endpoints_add(endpoints, ISC_NM_HTTP_DEFAULT_PATH, 548 &tcp_listen_addr, 0, NULL, NULL, endpoints, 586 result = isc_nm_http_endpoints_add(endpoints, ISC_NM_HTTP_DEFAULT_PATH, 591 &tcp_listen_addr, 0, NULL, NULL, endpoints, [all...] |
| /src/external/bsd/unbound/dist/services/ |
| outside_network.c | 682 sa_endpoints_t endpoints; local 683 endpoints.sae_srcif = 0; 684 endpoints.sae_srcaddr = NULL; 685 endpoints.sae_srcaddrlen = 0; 686 endpoints.sae_dstaddr = (struct sockaddr *)&w->addr; 687 endpoints.sae_dstaddrlen = w->addrlen; 688 if (connectx(s, &endpoints, SAE_ASSOCID_ANY,
|
| /src/external/mpl/bind/dist/lib/isc/netmgr/ |
| http.c | 3415 isc_nm_http_endpoints_t *endpoints; member in struct:http_endpoints_data 3423 isc_nm_http_endpoints_t *endpoints = data->endpoints; local 3429 isc_nm_http_endpoints_attach(endpoints, 3432 isc_nm_http_endpoints_detach(&endpoints); 3456 isc_nm_http_endpoints_attach(eps, &data->endpoints);
|
| /src/external/mpl/bind/dist/bin/named/ |
| server.c | 11683 char **endpoints = NULL; local 11709 if (cfg_map_get(http, "endpoints", &eplist) == ISC_R_SUCCESS) { 11729 endpoints = isc_mem_allocate(mctx, sizeof(endpoints[0]) * len); 11737 endpoints[i++] = isc_mem_strdup(mctx, path); 11740 endpoints[i++] = isc_mem_strdup(mctx, ISC_NM_HTTP_DEFAULT_PATH); 11747 endpoints, len, max_clients, max_streams, &delt);
|