Home
last modified time | relevance | path

Searched refs:rpc (Results 1 - 25 of 100) sorted by relevance

1234

/third_party/NuttX/fs/nfs/
H A Drpc_clnt.c88 #include "rpc.h"
137 static int rpcclnt_send(struct rpcclnt *rpc, int procid, int prog,
139 static int rpcclnt_receive(struct rpcclnt *rpc, struct sockaddr *aname,
141 static int rpcclnt_reply(struct rpcclnt *rpc, int procid, int prog,
146 static int rpcclnt_reconnect(struct rpcclnt *rpc, struct sockaddr *saddr);
163 static int rpcclnt_send(struct rpcclnt *rpc, int procid, int prog, in rpcclnt_send() argument
175 nbytes = sendto(rpc->rc_so, call, reqlen, 0, in rpcclnt_send()
176 rpc->rc_name, sizeof(struct sockaddr)); in rpcclnt_send()
199 static int rpcclnt_receive(struct rpcclnt *rpc, struct sockaddr *aname, in rpcclnt_receive() argument
212 FD_SET((uint32_t)(rpc in rpcclnt_receive()
264 rpcclnt_receive(struct rpcclnt *rpc, struct sockaddr *aname, int proc, int program, void *reply, size_t resplen) rpcclnt_receive() argument
353 rpcclnt_reply(struct rpcclnt *rpc, int procid, int prog, void *reply, size_t resplen) rpcclnt_reply() argument
446 rpcclnt_alivecheck(struct rpcclnt *rpc) rpcclnt_alivecheck() argument
548 rpcclnt_reconnect(struct rpcclnt *rpc, struct sockaddr *saddr) rpcclnt_reconnect() argument
646 rpcclnt_connect(struct rpcclnt *rpc) rpcclnt_connect() argument
844 rpcclnt_disconnect(struct rpcclnt *rpc) rpcclnt_disconnect() argument
861 rpcclnt_umount(struct rpcclnt *rpc) rpcclnt_umount() argument
963 rpcclnt_request(struct rpcclnt *rpc, int procnum, int prog, int version, void *request, size_t reqlen, void *response, size_t resplen) rpcclnt_request() argument
[all...]
H A Drpc.h2 * fs/nfs/rpc.h
553 int rpcclnt_connect(struct rpcclnt *rpc);
554 void rpcclnt_disconnect(struct rpcclnt *rpc);
555 int rpcclnt_umount(struct rpcclnt *rpc);
556 void rpcclnt_safedisconnect(struct rpcclnt *rpc);
557 int rpcclnt_request(struct rpcclnt *rpc, int procnum, int prog, int version,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetRPCAPI.h76 namespace rpc { namespace
137 } // end namespace rpc
172 : public rpc::Function<RegisterEHFrames,
180 : public rpc::Function<DeregisterEHFrames,
194 : public rpc::Function<CallIntVoid, int32_t(JITTargetAddress Addr)> {
202 : public rpc::Function<CallMain, int32_t(JITTargetAddress Addr,
211 : public rpc::Function<CallVoidVoid, void(JITTargetAddress FnAddr)> {
223 : public rpc::Function<CreateRemoteAllocator,
231 : public rpc::Function<DestroyRemoteAllocator,
239 : public rpc
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/include/
H A Drpc.h11 #include <rpc/rpc.h>
12 #include <rpc/types.h>
13 #include <rpc/xdr.h>
14 #include <rpc/svc.h>
18 * Needed for glibc, which does not include <rpc/pmap_clnt.h> in <rpc/rpc.h>.
20 #include <rpc/pmap_clnt.h>
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_rpc.py1 "Test rpc, coverage 20%."
3 from idlelib import rpc namespace
12 func, (cbytes,) = rpc.pickle_code(f.__code__)
13 self.assertIs(func, rpc.unpickle_code)
15 code = rpc.unpickle_code(cbytes)
20 rpc.CodePickler.dispatch_table)
25 self.assertIn(b'test_rpc.py', rpc.dumps(f.__code__))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OrcError/
H A DRPCError.cpp20 char llvm::orc::rpc::RPCFatalError::ID = 0;
21 char llvm::orc::rpc::ConnectionClosed::ID = 0;
22 char llvm::orc::rpc::ResponseAbandoned::ID = 0;
23 char llvm::orc::rpc::CouldNotNegotiate::ID = 0;
27 namespace rpc { namespace
57 } // end namespace rpc
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_get_myaddress/
H A Drpc_get_myaddress.c30 #include <rpc/rpc.h>
32 #include <rpc/pmap_clnt.h>
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getmaps/
H A Drpc_pmap_getmaps.c30 #include <rpc/rpc.h>
32 #include <rpc/pmap_clnt.h>
/third_party/python/Lib/idlelib/
H A Ddebugobj_r.py1 from idlelib import rpc namespace
6 rpc.objecttable[oid] = wrapper
31 value = rpc.MethodProxy(self.sockio, self.oid, name)
H A Drun.py26 from idlelib import rpc # multiple objects namespace
157 request = rpc.request_queue.get(block=True, timeout=0.05)
165 rpc.response_queue.put((seq, ret))
179 rpc.response_queue.put((seq, None))
261 exclude = ("run.py", "rpc.py", "threading.py", "queue.py",
292 rpchandler = rpc.objecttable['exec'].rpchandler
393 class MyRPCServer(rpc.RPCServer):
516 class MyHandler(rpc.RPCHandler):
530 sys.displayhook = rpc.displayhook
542 rpc
[all...]
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/lib/
H A DMakefile25 include $(top_srcdir)/testcases/network/rpc/rpc-tirpc/tests_pack/Makefile.inc
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcfd_create/
H A Drpc_svcfd_create.c31 #include <rpc/rpc.h>
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_spcreateerror/
H A Drpc_clnt_spcreateerror.c30 #include <rpc/rpc.h>
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_svcerr_noprog/
H A Drpc_svcerr_noprog.c30 #include <rpc/rpc.h>
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_pcreateerror/
H A Drpc_clnt_pcreateerror.c30 #include <rpc/rpc.h>
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_create/
H A Drpc_svcudp_create.c31 #include <rpc/rpc.h>
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_xprt_register/
H A Drpc_xprt_register.c31 #include <rpc/rpc.h>
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authnone_create/
H A Drpc_authnone_create.c31 #include <rpc/rpc.h>
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_auth_destroy/
H A Drpc_auth_destroy.c31 #include <rpc/rpc.h>
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnt_create/
H A Drpc_clnt_create.c31 #include <rpc/rpc.h>
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/
H A Drpc_clntraw_create.c31 #include <rpc/rpc.h>
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnt_destroy/
H A Drpc_clnt_destroy.c31 #include <rpc/rpc.h>
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svc_destroy/
H A Drpc_svc_destroy.c31 #include <rpc/rpc.h>
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcraw_create/
H A Drpc_svcraw_create.c31 #include <rpc/rpc.h>
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svctcp_create/
H A Drpc_svctcp_create.c31 #include <rpc/rpc.h>

Completed in 7 milliseconds

1234