Home
last modified time | relevance | path

Searched full:transports (Results 1 – 25 of 81) sorted by relevance

1234

/freebsd/sys/fs/p9fs/
H A Dp9_transport.c34 TAILQ_HEAD(, p9_trans_module) transports;
40 TAILQ_INIT(&transports); in p9_transport_init()
49 TAILQ_INSERT_TAIL(&transports, m, link); in p9_register_trans()
56 TAILQ_REMOVE(&transports, m, link); in p9_unregister_trans()
64 TAILQ_FOREACH(m, &transports, link) { in p9_get_trans_by_name()
/freebsd/lib/libc/rpc/
H A Drpc.340 This string defines a class of transports which can be used
49 Choose from the transports which have been
62 Choose the transports which have the visible flag (v)
69 except that it chooses only the connection oriented transports
80 except that it chooses only the connectionless datagram transports
89 except that it chooses only the connection oriented datagram transports
97 except that it chooses only the connectionless datagram transports
112 The transports are tried in left to right order in the
H A Drpc_svc_create.3117 creates server handles for all the transports
123 defines a class of transports which can be used
125 The transports are tried in left to right order in
271 for connection-oriented transports.
H A Drpc_clnt_create.379 For both connectionless and connection-oriented transports,
112 The following operations are valid for connectionless transports only:
143 The transports are tried in left to right order in
150 tries all the transports of the
373 For connectionless transports, if
H A Drpc_svc_reg.372 Procedures are registered on all available transports of the class
109 .Bq Fa prognum , versnum , No all-transports
H A Drpcbind.3138 is only available for connectionless transports.
175 .Bq Fa prognum , versnum , No all-transports
H A Dclnt_bcast.c75 #define MAXBCAST 20 /* Max no of broadcasting transports */
81 * datagram_n transports. May potentially lead to broadacst storms
258 /* An array of all the suitable broadcast transports */ in rpc_broadcast_exp()
427 * Basic loop: broadcast the packets to transports which in rpc_broadcast_exp()
499 } /* End for sending on all transports */ in rpc_broadcast_exp()
/freebsd/contrib/bsnmp/
H A DTODO2 - rethink transports a little bit: make them loadable and make
3 a private subtree for transports:
7 This table can be used to load/unload transports at run time.
/freebsd/usr.bin/rpcgen/
H A Drpcgen.1131 it creates server handles for all the transports
136 it creates server handles for all the visible transports from
140 the transports are chosen at run time and not at compile time.
185 it creates servers for that particular class of transports.
398 so as to compile a server that serves multiple transports.
433 transports belonging to the class
450 the transports are chosen at run time and not at compile time.
/freebsd/sys/rpc/
H A Dsvc.h54 * are received. The two most notable transports are TCP and UDP; they are
117 * Server side transport handle. In the kernel, transports have a
264 * transports to subset of threads. On systems with many CPUs and many
281 struct svcxprt_list sg_xlist; /* all transports in the group */
282 struct svcxprt_list sg_active; /* transports needing service */
289 time_t sg_lastidlecheck; /* when we last checked idle transports */
294 * transports etc. since otherwise we could not have two unrelated RPC
298 * A service pool contains a set of transports and service callbacks
300 * when creating new transports etc. Future work may include extending
567 * Destroy a service pool, including all registered transports.
/freebsd/sys/contrib/device-tree/Bindings/input/rmi4/
H A Drmi_f01.txt4 transports and different functions. This file describes the device tree
6 for transports and other functions can be found in:
H A Drmi_i2c.txt4 transports and different functions. This file describes the device tree
6 for other transports and functions can be found in
H A Drmi_spi.txt4 transports and different functions. This file describes the device tree
6 for other transports and functions can be found in
H A Drmi_2d_sensor.txt4 transports and different functions. This file describes the device tree
6 Function 12. Complete documentation for transports and other functions
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.8190 the transports on which it was registered.
200 Entries are returned for all transports
330 service for all transports use:
/freebsd/contrib/ofed/librdmacm/man/
H A Drdma_getaddrinfo.384 Routing information for RDMA transports that require routing data as part
86 the underlying transport. If Infiniband transports are
/freebsd/contrib/libfido2/src/
H A Dinfo.c311 case 9: /* transports */ in parse_reply_element()
312 return (decode_string_array(val, &ci->transports)); in parse_reply_element()
437 fido_str_array_free(&ci->transports); in fido_cbor_info_reset()
484 return (ci->transports.ptr); in fido_cbor_info_transports_ptr()
490 return (ci->transports.len); in fido_cbor_info_transports_len()
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,scmi.txt17 - compatible : shall be "arm,scmi" or "arm,scmi-smc" for smc/hvc transports
28 - arm,smc-id : SMC id required when using smc or hvc transports
34 - interrupts : when using smc or hvc transports, this optional
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_4.c98 * loopback transports (for security reasons) in rpcb_service_4()
108 * loopback transports (for security reasons) in rpcb_service_4()
312 * addresses for all transports in the current transport family.
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd.c308 /* We want to listen only on udp6, tcp6, udp, tcp transports */ in main()
327 /* We want to listen only on udp6, tcp6, udp, tcp transports */ in main()
399 /* We want to listen only on udp6, tcp6, udp, tcp transports */ in main()
488 * addresses for the kernel to create transports.
663 * Look up addresses for the kernel to create transports for. in create_service()
/freebsd/sys/cam/
H A DREADME.quirks20 transports use SCSI command sets including parallel SCSI, firewire
62 other transports that don't support SBC, this quirk should be very
/freebsd/share/misc/
H A Dflowers19 Jasmine:Amiability, transports of joy, sensuality.
/freebsd/include/rpc/
H A Dclnt.h203 * control operations that apply to both udp and tcp transports
369 * Low level clnt create routine for connectionful transports, e.g. tcp.
389 * Low level clnt create routine for connectionless transports, e.g. udp.
/freebsd/contrib/libfido2/src/fido/
H A Dtypes.h262 fido_str_array_t transports; /* list of supported transports */
260 fido_str_array_t transports; /* list of supported transports */ global() member
/freebsd/share/man/man4/
H A Dciss.429 transports and intelligent host adapters.

1234