HomeSort by relevance Sort by last modified time
    Searched defs:endpoint (Results 1 - 8 of 8) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
lcp.h 49 #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 */
  /onnv/onnv-gate/usr/src/uts/common/io/usb/hcd/ehci/
ehci_isoch_util.c 331 * endpoint's data. This involves the allocation of DMA resources.
357 usb_ep_descr_t *endpoint = &ph->p_ep; local
475 itw->itw_direction = endpoint->bEndpointAddress & USB_EP_DIR_MASK;
478 * Store the endpoint information that will be used by the
484 itw->itw_endpoint_num = endpoint->bEndpointAddress & USB_EP_NUM_MASK;
    [all...]
ehci_util.c 188 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,
385 * Allocate the system memory for the Endpoint Descriptor (QH) and for the
2187 usb_ep_descr_t *endpoint = &ph->p_ep; local
2294 usb_ep_descr_t *endpoint = &ph->p_ep; local
2461 usb_ep_descr_t *endpoint = &ph->p_ep; local
2539 usb_ep_descr_t *endpoint = &ph->p_ep; local
    [all...]
ehci_xfer.c 48 /* Endpoint Descriptor (QH) related functions */
293 * Endpoint Descriptor (QH) manipulations functions
299 * Allocate an endpoint descriptor (QH)
318 * If this is for a ISOC endpoint return null.
329 * The first 63 endpoints in the Endpoint Descriptor (QH)
331 * tree. Search for a blank endpoint descriptor in the QH
363 /* Unpack the endpoint descriptor into a control field */
399 * of the Host Controller's (HC) Endpoint Descriptor (QH).
407 usb_ep_descr_t *endpoint = &ph->p_ep; local
422 addr = endpoint->bEndpointAddress
2014 usb_ep_descr_t *endpoint = &ph->p_ep; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
inetconv.c 82 char *endpoint; member in struct:inetconfent
363 buf[sizeof (" service-name endpoint-type protocol wait-status")];
373 (void) strlcat(buf, " endpoint-type", sizeof (buf));
408 if (!put_prop_value_string(prop, PR_SOCK_TYPE_NAME, iconf->endpoint) ||
562 free(iconf->endpoint);
591 iconf->endpoint = safe_strdup(cp);
767 iconf->endpoint, iconf->protocol, iconf->wait_status,
777 PR_SOCK_TYPE_NAME, iconf->endpoint,
1226 const char *name, *endpoint, *restart_str, *prog; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/smbsrv/libmlrpc/common/
libmlrpc.h 191 char *endpoint; member in struct:ndr_service
  /onnv/onnv-gate/usr/src/uts/common/io/usb/hcd/uhci/
uhciutil.c 54 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
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/usb/hcd/openhci/
ohci.c 165 usb_ep_descr_t *endpoint,
170 usb_ep_descr_t *endpoint,
183 /* Endpoint Descriptor (ED) related functions */
959 * Allocate the system memory for the Endpoint Descriptor (ED) and for the
3262 usb_ep_descr_t *endpoint = &ph->p_ep; local
3420 usb_ep_descr_t *endpoint = &ph->p_ep; local
3850 usb_ep_descr_t *endpoint = &ph->p_ep; local
5319 usb_ep_descr_t *endpoint = &ph->p_ep; local
    [all...]

Completed in 300 milliseconds