/osnet-11/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_misc.c | 52 * at the endpoint 'family' field when selecting an endpoint to use for 54 * we set the endpoint 'proto' to 'nc_netid' (i.e., "udp6" or "tcp6") 58 * functions below simplify endpoint manipulation by implementing the 63 __nis_netconfig2ep(struct netconfig *nc, endpoint *ep) { 78 __nis_netconfig_matches_ep(struct netconfig *nc, endpoint *ep) {
|
H A D | nis_xdr.c | 71 xdr_endpoint(XDR *xdrs, endpoint *objp) 87 sizeof (endpoint), (xdrproc_t)xdr_endpoint))
|
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/ |
H A D | usbtrans.c | 128 transfer->endpoint = 0; 202 int endpoint, grub_size_t size0, char *data_in, 213 int toggle = dev->toggle[endpoint]; 227 /* Use the maximum packet size given in the endpoint descriptor. */ 231 endpdesc = grub_usb_get_endpdescriptor (dev, endpoint); 252 transfer->endpoint = endpoint; 294 int toggle = dev->toggle[transfer->endpoint]; 302 toggle = dev->toggle[transfer->endpoint]; /* Nothing done, take original */ 304 dev->toggle[transfer->endpoint] 201 grub_usb_bulk_setup_readwrite(grub_usb_device_t dev, int endpoint, grub_size_t size0, char *data_in, grub_transfer_type_t type) argument 317 grub_usb_bulk_readwrite(grub_usb_device_t dev, int endpoint, grub_size_t size0, char *data_in, grub_transfer_type_t type, int timeout, grub_size_t *actual) argument 337 grub_usb_bulk_write(grub_usb_device_t dev, int endpoint, grub_size_t size, char *data) argument 351 grub_usb_bulk_read(grub_usb_device_t dev, int endpoint, grub_size_t size, char *data) argument 380 grub_usb_bulk_read_background(grub_usb_device_t dev, int endpoint, grub_size_t size, void *data) argument 407 grub_usb_bulk_read_extended(grub_usb_device_t dev, int endpoint, grub_size_t size, char *data, int timeout, grub_size_t *actual) argument [all...] |
H A D | usb.c | 100 grub_usb_clear_halt (grub_usb_device_t dev, int endpoint) 102 dev->toggle[endpoint] = 0; 108 endpoint, 0, 0); 239 /* Point to the first endpoint. */ 99 grub_usb_clear_halt(grub_usb_device_t dev, int endpoint) argument
|
H A D | uhci.c | 539 td = grub_uhci_transaction (u, transfer->endpoint & 15, tr->pid, 621 /* Check if the endpoint is stalled. */
|
H A D | ohci.c | 690 /* Set the endpoint. It should be masked, we need 4 bits only. */ 691 target |= (transfer->endpoint & 15) << 7;
|
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/emu/ |
H A D | usb.c | 138 int endpoint, grub_size_t size, char *data) 150 if (usb_bulk_read (devh, endpoint, data, size, 20) < 1) 164 int endpoint, grub_size_t size, char *data) 173 if (usb_bulk_write (devh, endpoint, data, size, 20) < 0) 135 grub_usb_bulk_read(grub_usb_device_t dev, int endpoint, grub_size_t size, char *data) argument 161 grub_usb_bulk_write(grub_usb_device_t dev, int endpoint, grub_size_t size, char *data) argument
|
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | usb.h | 65 grub_usb_err_t grub_usb_clear_halt (grub_usb_device_t dev, int endpoint); 85 int endpoint, grub_size_t size, char *data); 88 int endpoint, grub_size_t size, char *data); 282 int endpoint, grub_size_t size, char *data, 286 int endpoint, grub_size_t size, void *data);
|
H A D | usbtrans.h | 49 int endpoint; member in struct:grub_usb_transfer
|
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | auth_time.c | 71 extern void __nis_netconfig2ep(struct netconfig *, endpoint *); 72 extern bool_t __nis_netconfig_matches_ep(struct netconfig *, endpoint *); 105 free_eps(endpoint eps[], int num) 123 get_server(char *host, nis_server *srv, endpoint eps[], int maxep) 193 endpoint *ep; /* useful endpoints */ 206 endpoint teps[MAX_ENDPOINTS], 257 * Build the list of endpoint candidates. We prefer transports 261 * Note: We assume that the endpoint 'proto' field contains 304 /* Caller supplied a uaddr. Fake an endpoint. */ 335 * Loop over the endpoint candidate [all...] |
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | errlist | 138 122 Operation not supported on transport endpoint 149 133 Transport endpoint is already connected 150 134 Transport endpoint is not connected
|
/osnet-11/usr/src/lib/fm/libasr/common/ |
H A D | libasr.h | 128 #define ASR_PROP_AREG_HUB_ENDPOINT ASR_PROP(autoreg/hub-endpoint) 151 #define ASR_PROP_DEST_URL ASR_PROP(config/endpoint) 236 extern int asr_regreq_set_endpoint(asr_regreq_t *regreq, const char *endpoint);
|
H A D | asr.c | 692 * Sets the registration transport endpoint which is an optional field. 695 asr_regreq_set_endpoint(asr_regreq_t *regreq, const char *endpoint) argument 701 if (endpoint == NULL) 705 regreq->asr_regcfg, ASR_PROP_AREG_HUB_ENDPOINT, endpoint) != 0) 775 * Gets the transport URL endpoint for an ASR registration request.
|
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | libdevinfo.h | 113 typedef struct di_lnode *di_lnode_t; /* endpoint */ 315 uint_t endpoint, void *arg, 321 di_link_t link, uint_t endpoint); 323 di_link_t link, uint_t endpoint); 328 extern di_lnode_t di_link_to_lnode(di_link_t link, uint_t endpoint);
|
H A D | devinfo.c | 3566 di_link_to_lnode(di_link_t link, uint_t endpoint) argument 3571 ((endpoint != DI_LINK_SRC) && (endpoint != DI_LINK_TGT))) { 3578 if (endpoint == DI_LINK_SRC) { 3716 di_link_next_by_node(di_node_t node, di_link_t link, uint_t endpoint) argument 3724 ((endpoint != DI_LINK_SRC) && (endpoint != DI_LINK_TGT))) { 3731 if (endpoint == DI_LINK_SRC) { 3762 di_link_next_by_lnode(di_lnode_t lnode, di_link_t link, uint_t endpoint) argument 3770 ((endpoint ! 3832 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...] |
/osnet-11/usr/src/lib/libntsvcs/common/ |
H A D | ntsvcs_clnt.c | 412 ndr_rpc_uncgen(server, svc->endpoint, uncpath, MAXPATHLEN); 531 ndr_rpc_uncgen(const char *server, const char *endpoint, char *buf, size_t len) argument 536 ep = endpoint; 537 ep += strspn(endpoint, "\\"); 545 syslog(LOG_NOTICE, "ndr_rpc_uncgen: %s: no server", endpoint); 689 * The RPC endpoint must be bound when this is called
|
/osnet-11/usr/src/lib/libndr/common/ |
H A D | libndr.h | 193 char *endpoint; member in struct:ndr_service
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | Ping.pm | 32 $source_verify = 1; # Default is to verify source endpoint 255 # Description: Allow UDP source endpoint comparision to be 257 # not response from the same endpoint. 1505 If $device is given, this device is used to bind the source endpoint 1528 Allows source endpoint verification to be enabled or disabled. 1531 endpoint that the original destination endpoint was sent to.
|
/osnet-11/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 204 bool_t xdr_endpoint(XDR *xdrs, endpoint *objp);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
H A D | s2p.PL | 917 second after B<^>) or last character, or the second endpoint of
|