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_sendreply/
Drpc_svc_sendreply.c39 void rcp_service(register struct svc_req *rqstp, register SVCXPRT * transp);
97 void rcp_service(register struct svc_req *rqstp, register SVCXPRT * transp) in rcp_service() argument
105 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.c39 void rcp_service(register struct svc_req *rqstp, register SVCXPRT * transp);
97 void rcp_service(register struct svc_req *rqstp, register SVCXPRT * transp) in rcp_service() argument
105 switch (rqstp->rq_proc) { in rcp_service()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_getargs/
Drpc_svc_getargs.c39 void rcp_service(register struct svc_req *rqstp, register SVCXPRT * transp);
97 void rcp_service(register struct svc_req *rqstp, register SVCXPRT * transp) in rcp_service() argument
105 switch (rqstp->rq_proc) { in rcp_service()
/external/ltp/testcases/network/rpc/basic_tests/rpc01/
Drpc_server.c17 void service_request(struct svc_req *rqstp, SVCXPRT * transp);
88 void service_request(struct svc_req *rqstp, SVCXPRT * transp) in service_request() argument
92 switch (rqstp->rq_proc) { in service_request()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_svc_2/
Drpc_svc_2.c38 void rcp_service(register struct svc_req *rqstp, register SVCXPRT * transp);
112 void rcp_service(register struct svc_req *rqstp, register SVCXPRT * transp) in rcp_service() argument
121 switch (rqstp->rq_proc) { in rcp_service()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_5/
Dtirpc_svc_5.c58 static void exm_proc(struct svc_req *rqstp, SVCXPRT *transp);
134 static void exm_proc(struct svc_req *rqstp, SVCXPRT *transp) in exm_proc() argument
145 switch (rqstp->rq_proc) { in exm_proc()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_3/
Dtirpc_svc_3.c85 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
97 switch (rqstp->rq_proc) { in exm_proc()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_svc_1/
Drpc_svc_1.c49 void rcp_service(register struct svc_req *rqstp, register SVCXPRT * transp);
176 void rcp_service(register struct svc_req *rqstp, register SVCXPRT * transp) in rcp_service() argument
189 switch (rqstp->rq_proc) { in rcp_service()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_4/
Dtirpc_svc_4.c98 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
110 switch (rqstp->rq_proc) { in exm_proc()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_11/
Dtirpc_svc_11.c97 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
109 switch (rqstp->rq_proc) { in exm_proc()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_6/
Dtirpc_svc_6.c125 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
137 switch (rqstp->rq_proc) { in exm_proc()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_8/
Dtirpc_svc_8.c126 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
139 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_9/
Dtirpc_svc_9.c139 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_7/
Dtirpc_svc_7.c146 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
153 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.c63 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.c79 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.c86 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.c79 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
Dtirpc_svc_reg_stress.c93 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
Dtirpc_svc_reg_mt.c144 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.c84 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
Dtirpc_svc_unreg_stress.c90 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument
Dtirpc_svc_unreg_mt.c148 static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) in exm_proc() argument