Home
last modified time | relevance | path

Searched refs:client (Results 1 – 25 of 42) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dclnt_generic.c60 CLIENT *client; in clnt_create() local
69 client = clntunix_create (&sun, prog, vers, &sock, 0, 0); in clnt_create()
70 if (client == NULL) in clnt_create()
78 clnt_control (client, CLSET_TIMEOUT, (char *)&tv); in clnt_create()
80 return client; in clnt_create()
139 client = clntudp_create (&sin, prog, vers, tv, &sock); in clnt_create()
140 if (client == NULL) in clnt_create()
149 clnt_control (client, CLSET_TIMEOUT, (char *)&tv); in clnt_create()
154 if (client == NULL) in clnt_create()
164 clnt_control (client, CLSET_TIMEOUT, (char *)&tv); in clnt_create()
[all …]
A Dpmap_clnt.c118 CLIENT *client; in pmap_set() local
124 client = clntudp_bufcreate (&myaddress, PMAPPROG, PMAPVERS, in pmap_set()
126 if (client == (CLIENT *) NULL) in pmap_set()
132 if (CLNT_CALL (client, PMAPPROC_SET, (xdrproc_t)xdr_pmap, (caddr_t)&parms, in pmap_set()
136 clnt_perror (client, _("Cannot register service")); in pmap_set()
139 CLNT_DESTROY (client); in pmap_set()
154 CLIENT *client; in libc_hidden_def() local
160 client = clntudp_bufcreate (&myaddress, PMAPPROG, PMAPVERS, in libc_hidden_def()
162 if (client == (CLIENT *) NULL) in libc_hidden_def()
167 CLNT_CALL (client, PMAPPROC_UNSET, (xdrproc_t)xdr_pmap, (caddr_t)&parms, in libc_hidden_def()
[all …]
A Dpm_getport.c64 CLIENT *client; in pmap_getport() local
76 client = clnttcp_create (address, PMAPPROG, in pmap_getport()
80 client = clntudp_bufcreate (address, PMAPPROG, in pmap_getport()
82 if (client != (CLIENT *) NULL) in pmap_getport()
89 if (CLNT_CALL (client, PMAPPROC_GETPORT, (xdrproc_t)xdr_pmap, in pmap_getport()
94 clnt_geterr (client, &ce->cf_error); in pmap_getport()
100 CLNT_DESTROY (client); in pmap_getport()
A Dpm_getmaps.c62 CLIENT *client; in pmap_getmaps() local
69 client = clnttcp_create (address, PMAPPROG, in pmap_getmaps()
71 if (client != (CLIENT *) NULL) in pmap_getmaps()
73 if (CLNT_CALL (client, PMAPPROC_DUMP, (xdrproc_t)xdr_void, NULL, in pmap_getmaps()
77 clnt_perror (client, _("pmap_getmaps rpc problem")); in pmap_getmaps()
79 CLNT_DESTROY (client); in pmap_getmaps()
A Dclnt_simple.c53 CLIENT *client; member
104 if (crp->client) in callrpc()
106 clnt_destroy (crp->client); in callrpc()
107 crp->client = NULL; in callrpc()
129 if ((crp->client = clntudp_create (&server_addr, (u_long) prognum, in callrpc()
140 clnt_stat = clnt_call (crp->client, procnum, inproc, (char *) in, in callrpc()
156 if (rcp->client) in __rpc_thread_clnt_cleanup()
157 CLNT_DESTROY (rcp->client); in __rpc_thread_clnt_cleanup()
A Dclnt_raw.c97 CLIENT *client = &clp->client_object; in clntraw_create() local
129 client->cl_ops = &client_ops; in clntraw_create()
130 client->cl_auth = authnone_create (); in clntraw_create()
131 return client; in clntraw_create()
A Dpmap_rmt.c73 CLIENT *client; in pmap_rmtcall() local
79 client = clntudp_create (addr, PMAPPROG, PMAPVERS, timeout, &_socket); in pmap_rmtcall()
80 if (client != (CLIENT *) NULL) in pmap_rmtcall()
90 stat = CLNT_CALL (client, PMAPPROC_CALLIT, (xdrproc_t)xdr_rmtcall_args, in pmap_rmtcall()
93 CLNT_DESTROY (client); in pmap_rmtcall()
A Dauth_none.c108 authnone_marshal (AUTH *client, XDR *xdrs) in libc_hidden_def()
114 ap = (struct authnone_private_s *) client; in libc_hidden_def()
/l4re-core-master/l4re/include/
A Dinhibitor29 * A client shall take an inhibitor lock if it needs to execute code
35 * server automatically subscribes a client holding a lock to the corresponding
36 * event. The server shall send the event to inform the client that an action
37 * is pending. Upon reception of the event, the client is supposed to release
52 * \param id ID of the inhibitor lock that the client intends to acquire
A Dnamespace48 * are accessible to a client of a name space.
58 * are resolved component wise by the client itself.
112 * \param[in] timeout Timeout of query in milliseconds. The client will only
119 * \param[in] iterate If true, the client will try to resolve
A Drandom21 * The interface offers an ICU interface where a client can register an
A Ddma_space89 * When using this attribute the client is responsible for syncing the
A Devent39 * provider (server) to an event receiver (client). Events are put into an
/l4re-core-master/l4sys/include/
A Dipc_gate46 * the usual case for a client in a client/server scenario. When no thread is
57 * itself. In a client/server scenario, a client should only get IPC gate
58 * capabilities without #L4_FPAGE_C_IPCGATE_SVR permission so the client cannot
A Darm_smccc.h38 l4_umword_t client) L4_NOTHROW in l4_arm_smccc_call() argument
41 out0, out1, out2, out3, client, l4_utcb()); in l4_arm_smccc_call()
A Darm_smccc27 * and a client id. Results are returned in 4 output parameters.
A Dplatform_control42 * client to suspend, reboot or shutdown the system.
A Dscheduler36 * The Scheduler interface allows a client to manage CPU resources. The API
/l4re-core-master/l4sys/include/cxx/
A Dipc_basics215 * Defines client-side handling of `MTYPE' as RPC argument.
218 * \tparam DIR Dir_in (client -> server), or Dir_out (server -> client)
229 /// copy data from the message to the client reference
241 /// copy data from the message to the client reference
262 /// copy data from the message to the client reference
272 * \tparam DIR Dir_in (client -> server), or Dir_out (server -> client)
281 /// copy data from the message to the client reference
309 /// The type used in client argument list
A Dipc_iface58 * definition, on the server side, and on the client side are not the same.
65 * parameters for the RPC and are transmitted from the client to the server.
70 * as output parameters going from the server to the client.
72 * There are special data types that appear on only one side (client or server)
98 * either be stored in a client-provided buffer (L4::Ipc::Array), copied into
132 * is negative, output parameters are not transmitted back to the client.
134 * \attention The client must never rely on the content of output parameters
137 * On the client-side, the return value of the RPC is set as defined in
138 * the RPC macro. If `l4_msgtag_t` is given, then the client has access
140 * Note that the client might not only receive the server return value in
[all …]
/l4re-core-master/libsigma0/lib/src/
A DMakefile5 SRC_C = mem.c anypage.c kip.c debug.c client.c
/l4re-core-master/cxx/lib/ipc/include/
A Dipc_helper36 * \param o The client side object, for which the IPC was invoked.
53 * \param o The client side object, for which the IPC was invoked.
A Dipc_server53 * \brief The abstract handler for client requests to the object.
/l4re-core-master/moe/doc/
A Dmoe.dox114 * \note In order for a client to receive write permissions to the dataspace,
123 * which is accessible to each client. Moe currently allows most dataspace
124 * operations on this padding area. Nonetheless, the client must not make any
/l4re-core-master/cxx/lib/base/include/
A Dexceptions216 * to the client, this may indicate incompatible messages used by the client

Completed in 27 milliseconds

12