Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/include/
DincludeTest.c282 struct svc_rqst rqstp; in test_sunrpc_svc() local
286 rqstp.rq_resused = 1; in test_sunrpc_svc()
291 xdr_argsize_check(&rqstp, &val); in test_sunrpc_svc()
292 xdr_ressize_check(&rqstp, &val); in test_sunrpc_svc()
293 svc_take_page(&rqstp); in test_sunrpc_svc()
294 svc_pushback_allpages(&rqstp); in test_sunrpc_svc()
295 svc_pushback_unused_pages(&rqstp); in test_sunrpc_svc()
296 svc_free_allpages(&rqstp); in test_sunrpc_svc()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_getargs/
Drpc_svc_getargs.c38 void rcp_service(register struct svc_req *rqstp, register SVCXPRT * transp);
96 void rcp_service(register struct svc_req *rqstp, register SVCXPRT * transp) in rcp_service() argument
104 switch (rqstp->rq_proc) { in rcp_service()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_freeargs/
Drpc_svc_freeargs_svc.c38 void rcp_service(register struct svc_req *rqstp, register SVCXPRT * transp);
96 void rcp_service(register struct svc_req *rqstp, register SVCXPRT * transp) in rcp_service() argument
104 switch (rqstp->rq_proc) { in rcp_service()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_sendreply/
Drpc_svc_sendreply.c38 void rcp_service(register struct svc_req *rqstp, register SVCXPRT * transp);
96 void rcp_service(register struct svc_req *rqstp, register SVCXPRT * transp) in rcp_service() argument
104 switch (rqstp->rq_proc) { in rcp_service()
/external/ltp/testcases/network/rpc/basic_tests/rpc01/
Drpc_server.c16 void service_request(struct svc_req *rqstp, SVCXPRT * transp);
87 void service_request(struct svc_req *rqstp, SVCXPRT * transp) in service_request() argument
91 switch (rqstp->rq_proc) { in service_request()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_svc_2/
Drpc_svc_2.c37 void rcp_service(register struct svc_req *rqstp, register SVCXPRT * transp);
111 void rcp_service(register struct svc_req *rqstp, register SVCXPRT * transp) in rcp_service() argument
120 switch (rqstp->rq_proc) { in rcp_service()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_5/
Dtirpc_svc_5.c61 static void exm_proc(struct svc_req *rqstp, SVCXPRT *transp);
137 static void exm_proc(struct svc_req *rqstp, SVCXPRT *transp) in exm_proc() argument
148 switch (rqstp->rq_proc) { in exm_proc()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_3/
Dtirpc_svc_3.c88 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
100 switch (rqstp->rq_proc) { in exm_proc()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_svc_1/
Drpc_svc_1.c48 void rcp_service(register struct svc_req *rqstp, register SVCXPRT * transp);
175 void rcp_service(register struct svc_req *rqstp, register SVCXPRT * transp) in rcp_service() argument
188 switch (rqstp->rq_proc) { in rcp_service()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_4/
Dtirpc_svc_4.c101 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
113 switch (rqstp->rq_proc) { in exm_proc()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_11/
Dtirpc_svc_11.c100 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
112 switch (rqstp->rq_proc) { in exm_proc()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_6/
Dtirpc_svc_6.c128 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
140 switch (rqstp->rq_proc) { in exm_proc()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/
Drpc_clntraw_create_complex.c124 static void serverDisp(struct svc_req *rqstp, SVCXPRT * transp) in serverDisp() argument
129 switch (rqstp->rq_proc) { in serverDisp()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_8/
Dtirpc_svc_8.c129 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
142 switch (rqstp->rq_proc) { in exm_proc()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_9/
Dtirpc_svc_9.c142 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
151 switch (rqstp->rq_proc) { in exm_proc()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_7/
Dtirpc_svc_7.c149 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
156 switch (rqstp->rq_proc) { in exm_proc()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_svc_tp_create/
Dtirpc_svc_tp_create.c67 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_svc_create/
Dtirpc_svc_create.c84 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_reg/
Dtirpc_svc_reg.c81 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
Dtirpc_svc_reg_stress.c95 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
Dtirpc_svc_reg_mt.c147 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_svc_destroy/
Dtirpc_svc_destroy.c91 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_unreg/
Dtirpc_svc_unreg.c86 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
Dtirpc_svc_unreg_stress.c92 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
Dtirpc_svc_unreg_mt.c151 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument