Home
last modified time | relevance | path

Searched refs:endpoint (Results 1 – 25 of 38) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME175 that endpoint. See figure 5.5 in OHCI specification 1.0a.
177 - Isochronous endpoint descriptors are added at the end of 1ms interrupt
178 endpoint descriptors.
189 allocate bandwidth needed for an interrupt or isochronous endpoint as
192 - Calculate the bandwidth required for the given endpoint using the bus
198 endpoint. If this exceeds the limit, then, an return error.
200 - Find out the static node to which the given endpoint needs to be linked
388 granularity required for that endpoint.
419 For a given high speed interrupt or isochronous endpoint, the EHCI host
421 bandwidth needed for this endpoint.
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_object_read_common.c67 off_t endpoint = 0; in _dwarf_object_read_random() local
75 endpoint = loc+size; in _dwarf_object_read_random()
76 if (endpoint > filesize) { in _dwarf_object_read_random()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c188 usb_ep_descr_t *endpoint,
193 usb_ep_descr_t *endpoint,
198 usb_ep_descr_t *endpoint,
202 usb_ep_descr_t *endpoint);
216 usb_ep_descr_t *endpoint,
2642 usb_ep_descr_t *endpoint, in ehci_compute_high_speed_bandwidth() argument
2665 if ((endpoint->bmAttributes & in ehci_compute_high_speed_bandwidth()
2751 usb_ep_descr_t *endpoint, in ehci_compute_classic_bandwidth() argument
2813 usb_ep_descr_t *endpoint, in ehci_adjust_polling_interval() argument
2936 usb_ep_descr_t *endpoint) in ehci_adjust_high_speed_polling_interval() argument
[all …]
/illumos-gate/usr/src/head/rpcsvc/
H A Dnis.x106 endpoint ep;
113 endpoint cbep;
129 endpoint ep;
135 endpoint cbep;
H A Dnis_object.x158 struct endpoint { struct
171 endpoint ep<>; /* Universal addr(s) for server */
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h358 #define EHCI_PERIODIC_ENDPOINT(endpoint) (((endpoint->bmAttributes &\ argument
360 ((endpoint->bmAttributes &\
363 #define EHCI_NON_PERIODIC_ENDPOINT(endpoint) (((endpoint->bmAttributes &\ argument
365 ((endpoint->bmAttributes &\
368 #define EHCI_ISOC_ENDPOINT(endpoint) (((endpoint->bmAttributes &\ argument
371 #define EHCI_INTR_ENDPOINT(endpoint) (((endpoint->bmAttributes &\ argument
H A Dehci_util.h83 usb_ep_descr_t *endpoint,
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dwhcdi.h191 #define WUSB_PERIODIC_ENDPOINT(endpoint) (((endpoint->bmAttributes & \ argument
193 ((endpoint->bmAttributes &\
196 #define WUSB_ISOC_ENDPOINT(endpoint) (((endpoint->bmAttributes &\ argument
199 #define WUSB_INTR_ENDPOINT(endpoint) (((endpoint->bmAttributes &\ argument
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_misc.c63 __nis_netconfig2ep(struct netconfig *nc, endpoint *ep) { in __nis_netconfig2ep()
78 __nis_netconfig_matches_ep(struct netconfig *nc, endpoint *ep) { in __nis_netconfig_matches_ep()
H A Dnis_xdr.c71 xdr_endpoint(XDR *xdrs, endpoint *objp) in xdr_endpoint()
87 sizeof (endpoint), (xdrproc_t)xdr_endpoint)) in xdr_nis_server()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_time.c69 extern void __nis_netconfig2ep(struct netconfig *, endpoint *);
70 extern bool_t __nis_netconfig_matches_ep(struct netconfig *, endpoint *);
103 free_eps(endpoint eps[], int num) in free_eps()
121 get_server(char *host, nis_server *srv, endpoint eps[], int maxep) in get_server()
191 endpoint *ep; /* useful endpoints */ in __rpc_get_time_offset()
204 endpoint teps[MAX_ENDPOINTS], in __rpc_get_time_offset()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h391 #define OHCI_PERIODIC_ENDPOINT(endpoint) (((endpoint->bmAttributes &\ argument
393 ((endpoint->bmAttributes &\
396 #define OHCI_NON_PERIODIC_ENDPOINT(endpoint) (((endpoint->bmAttributes &\ argument
398 ((endpoint->bmAttributes &\
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmultilink.c73 wo->neg_endpoint = get_default_epdisc(&wo->endpoint); in mp_check_options()
76 epdisc_to_str(&wo->endpoint)); in mp_check_options()
120 l += 3 * ho->endpoint.length + 8; in mp_join_bundle()
130 p += slprintf(p, bundle_id+l-p, "%s", epdisc_to_str(&ho->endpoint)); in mp_join_bundle()
H A Dlcp.c980 go->endpoint.value, go->endpoint.length);
1154 go->endpoint.value, go->endpoint.length);
1791 REJCIENDP(CI_EPDISC, neg_endpoint, go->endpoint.class,
1792 go->endpoint.value, go->endpoint.length);
2271 PUTCHAR(CILEN_CHAR + ao->endpoint.length, nakp);
2272 PUTCHAR(ao->endpoint.class, nakp);
2273 for (i = 0; i < ao->endpoint.length; i++)
2274 PUTCHAR(ao->endpoint.value[i], nakp);
2279 ho->endpoint.class = cichar;
2280 ho->endpoint.length = cilen - 3;
[all …]
H A Dlcp.h134 struct epdisc endpoint; /* endpoint discriminator */ member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c80 char *endpoint; member
406 if (!put_prop_value_string(prop, PR_SOCK_TYPE_NAME, iconf->endpoint) || in valid_basic_properties()
560 free(iconf->endpoint); in free_inetconfent()
589 iconf->endpoint = safe_strdup(cp); in line_to_inetconfent()
765 iconf->endpoint, iconf->protocol, iconf->wait_status, in print_manifest()
775 PR_SOCK_TYPE_NAME, iconf->endpoint, in print_manifest()
1224 const char *name, *endpoint, *restart_str, *prog; in list_callback() local
1276 ((endpoint = scf_simple_prop_next_astring(sockprop)) == NULL)) { in list_callback()
1313 strcmp(endpoint, iconf->endpoint) == 0 && in list_callback()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A DREADME32 o Default control pipe (endpoint number 0):
84 o Normal control pipe (endpoint number > 0):
130 2. Bulk pipe state transitions (endpoint number > 1, both IN and OUT):-
170 3. Interrupt pipe state transitions (endpoint number > 1, both IN and OUT) :-
247 4. Isochronous pipe state transitions (endpoint number > 1, both IN and OUT):-
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c100 xhci_endpoint_fini(xhci_device_t *xd, int endpoint) in xhci_endpoint_fini() argument
102 xhci_endpoint_t *xep = xd->xd_endpoints[endpoint]; in xhci_endpoint_fini()
105 xd->xd_endpoints[endpoint] = NULL; in xhci_endpoint_fini()
107 if (endpoint != XHCI_DEFAULT_ENDPOINT) { in xhci_endpoint_fini()
1532 int slot, endpoint, code; in xhci_endpoint_transfer_callback() local
1539 endpoint = XHCI_TRB_GET_EP(LE_32(trb->trb_flags)); in xhci_endpoint_transfer_callback()
1582 slot, endpoint); in xhci_endpoint_transfer_callback()
1592 xep = xd->xd_endpoints[endpoint - 1]; in xhci_endpoint_transfer_callback()
1596 slot, endpoint); in xhci_endpoint_transfer_callback()
1620 "for endpoint: resetting device", code, slot, endpoint); in xhci_endpoint_transfer_callback()
H A Dxhci_polled.c104 int slot, endpoint; in xhci_polled_get_endpoint() local
107 endpoint = XHCI_TRB_GET_EP(LE_32(trb->trb_flags)); in xhci_polled_get_endpoint()
118 return (xd->xd_endpoints[endpoint - 1]); in xhci_polled_get_endpoint()
/illumos-gate/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h307 uint_t endpoint, void *arg,
313 di_link_t link, uint_t endpoint);
315 di_link_t link, uint_t endpoint);
320 extern di_lnode_t di_link_to_lnode(di_link_t link, uint_t endpoint);
H A Ddevinfo.c3331 di_link_to_lnode(di_link_t link, uint_t endpoint) in di_link_to_lnode() argument
3336 ((endpoint != DI_LINK_SRC) && (endpoint != DI_LINK_TGT))) { in di_link_to_lnode()
3343 if (endpoint == DI_LINK_SRC) { in di_link_to_lnode()
3481 di_link_next_by_node(di_node_t node, di_link_t link, uint_t endpoint) in di_link_next_by_node() argument
3489 ((endpoint != DI_LINK_SRC) && (endpoint != DI_LINK_TGT))) { in di_link_next_by_node()
3496 if (endpoint == DI_LINK_SRC) { in di_link_next_by_node()
3535 ((endpoint != DI_LINK_SRC) && (endpoint != DI_LINK_TGT))) { in di_link_next_by_lnode()
3542 if (endpoint == DI_LINK_SRC) { in di_link_next_by_lnode()
3605 (endpoint == DI_LINK_SRC) ? "src" : "tgt", devfspath)); in di_walk_link()
3613 ((endpoint != DI_LINK_SRC) && (endpoint != DI_LINK_TGT))) { in di_walk_link()
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist142 122 EOPNOTSUPP Operation not supported on transport endpoint
153 133 EISCONN Transport endpoint is already connected
154 134 ENOTCONN Transport endpoint is not connected
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c999 usb_ep_descr_t *endpoint = &pipe_handle->p_ep; in uhci_allocate_bandwidth() local
1009 length = uhci_compute_total_bandwidth(endpoint, in uhci_allocate_bandwidth()
1030 if (UHCI_XFER_TYPE(endpoint) == USB_EP_ATTR_ISOCH) { in uhci_allocate_bandwidth()
1041 bandwidth = uhci_bandwidth_adjust(uhcip, endpoint, in uhci_allocate_bandwidth()
1162 usb_ep_descr_t *endpoint = &pipe_handle->p_ep; in uhci_deallocate_bandwidth() local
1172 length = uhci_compute_total_bandwidth(endpoint, in uhci_deallocate_bandwidth()
1191 bandwidth = uhci_bandwidth_adjust(uhcip, endpoint, in uhci_deallocate_bandwidth()
1254 ushort_t MaxPacketSize = endpoint->wMaxPacketSize; in uhci_compute_total_bandwidth()
1277 if (UHCI_XFER_DIR(endpoint) == USB_EP_DIR_IN) { in uhci_compute_total_bandwidth()
1296 usb_ep_descr_t *endpoint, in uhci_bandwidth_adjust() argument
[all …]
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c347 usb_pipe_handle_t *pipe, usb_ep_data_t *endpoint) in zyd_usb_open_pipe() argument
351 *endpoint = *usb_find_endpoint(alt_if, ep_address, ep_direction); in zyd_usb_open_pipe()
354 (endpoint->ep_descr.bmAttributes & USB_EP_ATTR_MASK) != attr) { in zyd_usb_open_pipe()
365 if (usb_pipe_open(uc->dip, &endpoint->ep_descr, in zyd_usb_open_pipe()
/illumos-gate/usr/src/cmd/cmd-inet/etc/default/
H A Dinetinit.dfl48 # destination IPv4 address to be used as a tunnel endpoint when communicating

12