Searched defs:endpoint (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.h49 #define CI_EPDISC 19 /* endpoint discriminator */
83 /* An endpoint discriminator, used with multilink. */
126 bool neg_endpoint; /* negotiate endpoint discriminator */
136 struct epdisc endpoint; /* endpoint discriminator */ member in struct:lcp_options
167 /* string from endpoint discriminator */
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c330 * endpoint's data. This involves the allocation of DMA resources.
356 usb_ep_descr_t *endpoint = &ph->p_ep; local
474 itw->itw_direction = endpoint->bEndpointAddress & USB_EP_DIR_MASK;
477 * Store the endpoint information that will be used by the
483 itw->itw_endpoint_num = endpoint->bEndpointAddress & USB_EP_NUM_MASK;
H A Dehci_util.c187 usb_ep_descr_t *endpoint,
192 usb_ep_descr_t *endpoint,
197 usb_ep_descr_t *endpoint,
201 usb_ep_descr_t *endpoint);
215 usb_ep_descr_t *endpoint,
1635 * The next pointer in the host controller endpoint
2182 usb_ep_descr_t *endpoint = &ph->p_ep; local
2202 * periodic endpoint. Return failure if maximum packet is
2205 error = ehci_compute_high_speed_bandwidth(ehcip, endpoint,
2217 interval = ehci_adjust_polling_interval(ehcip, endpoint, port_statu
2289 usb_ep_descr_t *endpoint = &ph->p_ep; local
2456 usb_ep_descr_t *endpoint = &ph->p_ep; local
2534 usb_ep_descr_t *endpoint = &ph->p_ep; local
2619 ehci_compute_high_speed_bandwidth( ehci_state_t *ehcip, usb_ep_descr_t *endpoint, usb_port_status_t port_status, uint_t *sbandwidth, uint_t *cbandwidth) argument
2729 ehci_compute_classic_bandwidth( usb_ep_descr_t *endpoint, usb_port_status_t port_status, uint_t *bandwidth) argument
2790 ehci_adjust_polling_interval( ehci_state_t *ehcip, usb_ep_descr_t *endpoint, usb_port_status_t port_status) argument
2913 ehci_adjust_high_speed_polling_interval( ehci_state_t *ehcip, usb_ep_descr_t *endpoint) argument
3069 ehci_find_bestfit_hs_mask( ehci_state_t *ehcip, uchar_t *smask, uint_t *pnode, usb_ep_descr_t *endpoint, uint_t bandwidth, int interval) argument
[all...]
H A Dehci_xfer.c298 * Allocate an endpoint descriptor (QH)
317 * If this is for a ISOC endpoint return null.
330 * tree. Search for a blank endpoint descriptor in the QH
362 /* Unpack the endpoint descriptor into a control field */
406 usb_ep_descr_t *endpoint = &ph->p_ep; local
421 addr = endpoint->bEndpointAddress;
423 /* Assign the endpoint's address */
439 switch (endpoint->bmAttributes & USB_EP_ATTR_MASK) {
477 xactions = (endpoint->wMaxPacketSize &
515 /* Assign endpoint'
2015 usb_ep_descr_t *endpoint = &ph->p_ep; local
[all...]
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c299 * For the given alt_if, find an endpoint with the given
324 ZYD_WARN("no endpoint with addr %u, dir %u\n", ep_address,
336 * Open a pipe to a given endpoint address/direction in the given
338 * check whether the endpoint's transfer type is attr.
347 usb_pipe_handle_t *pipe, usb_ep_data_t *endpoint)
351 *endpoint = *usb_find_endpoint(alt_if, ep_address, ep_direction);
354 (endpoint->ep_descr.bmAttributes & USB_EP_ATTR_MASK) != attr) {
356 ZYD_WARN("endpoint %u/%s is not of type %s\n", ep_address,
365 if (usb_pipe_open(uc->dip, &endpoint->ep_descr,
1098 * LVL_ALL is needed for later endpoint scannin
341 zyd_usb_open_pipe(struct zyd_usb *uc, usb_alt_if_data_t *alt_if, uint_t ep_address, uint_t ep_direction, uint_t attr, enum zyd_usb_use_attr use_attr, usb_pipe_handle_t *pipe, usb_ep_data_t *endpoint) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c80 char *endpoint; member in struct:inetconfent
361 buf[sizeof (" service-name endpoint-type protocol wait-status")];
371 (void) strlcat(buf, " endpoint-type", sizeof (buf));
406 if (!put_prop_value_string(prop, PR_SOCK_TYPE_NAME, iconf->endpoint) ||
560 free(iconf->endpoint);
589 iconf->endpoint = safe_strdup(cp);
765 iconf->endpoint, iconf->protocol, iconf->wait_status,
775 PR_SOCK_TYPE_NAME, iconf->endpoint,
1224 const char *name, *endpoint, *restart_str, *prog; local
1276 ((endpoint
[all...]
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c1237 link_lnode_disp(di_link_t link, uint_t endpoint, int ilev, argument
1246 lnode = di_link_to_lnode(link, endpoint);
1258 if (endpoint == DI_LINK_SRC)
1280 if ((endpoint == DI_LINK_TGT) &&
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c54 static uint_t uhci_compute_total_bandwidth(usb_ep_descr_t *endpoint,
58 usb_ep_descr_t *endpoint, usb_port_status_t port_status);
999 usb_ep_descr_t *endpoint = &pipe_handle->p_ep; local
1005 * periodic endpoint.
1009 length = uhci_compute_total_bandwidth(endpoint,
1022 "bandwidth for a given Interrupt/Isoch endpoint");
1030 if (UHCI_XFER_TYPE(endpoint) == USB_EP_ATTR_ISOCH) {
1037 * This is an interrupt endpoint.
1041 bandwidth = uhci_bandwidth_adjust(uhcip, endpoint,
1116 "allocate bandwidth for Interrupt endpoint");
1162 usb_ep_descr_t *endpoint = &pipe_handle->p_ep; local
1250 uhci_compute_total_bandwidth(usb_ep_descr_t *endpoint, usb_port_status_t port_status) argument
1294 uhci_bandwidth_adjust( uhci_state_t *uhcip, usb_ep_descr_t *endpoint, usb_port_status_t port_status) argument
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dlibmlrpc.h194 char *endpoint; member in struct:ndr_service
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c3331 di_link_to_lnode(di_link_t link, uint_t endpoint) argument
3336 ((endpoint != DI_LINK_SRC) && (endpoint != DI_LINK_TGT))) {
3343 if (endpoint == DI_LINK_SRC) {
3481 di_link_next_by_node(di_node_t node, di_link_t link, uint_t endpoint) argument
3489 ((endpoint != DI_LINK_SRC) && (endpoint != DI_LINK_TGT))) {
3496 if (endpoint == DI_LINK_SRC) {
3527 di_link_next_by_lnode(di_lnode_t lnode, di_link_t link, uint_t endpoint) argument
3535 ((endpoint !
3597 di_walk_link(di_node_t root, uint_t flag, uint_t endpoint, void *arg, int (*link_callback)(di_link_t link, void *arg)) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c165 usb_ep_descr_t *endpoint,
170 usb_ep_descr_t *endpoint,
1882 * The next pointer in the host controller endpoint
2462 * bandwidth for the pipe if it is a interrupt or isochronous endpoint.
2606 /* Allocate the host controller endpoint descriptor */
2647 * Insert the endpoint onto the host controller's
2648 * appropriate endpoint list. The host controller
2649 * will not schedule this endpoint and will not have
2673 * endpoint.
2716 * Controller's appropriate endpoint lis
3262 usb_ep_descr_t *endpoint = &ph->p_ep; local
3420 usb_ep_descr_t *endpoint = &ph->p_ep; local
3496 ohci_compute_total_bandwidth( usb_ep_descr_t *endpoint, usb_port_status_t port_status, uint_t *bandwidth) argument
3551 ohci_adjust_polling_interval( ohci_state_t *ohcip, usb_ep_descr_t *endpoint, usb_port_status_t port_status) argument
3850 usb_ep_descr_t *endpoint = &ph->p_ep; local
5319 usb_ep_descr_t *endpoint = &ph->p_ep; local
[all...]

Completed in 298 milliseconds