/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
loc_api_rpc_glue.h | 65 rpc_loc_client_handle_type loc_handle, /* handle of the client */ 72 CLIENT* clnt,
|
/system/tools/aidl/ |
generate_cpp.h | 40 CLIENT, // BpFoo
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/ |
rpc_clnt_call_complex.c | 76 CLIENT *clnt = NULL; 87 //First of all, create a client 91 printf("CLIENT : %p\n", clnt); 96 if ((CLIENT *) clnt == NULL) {
|
rpc_clnt_call_dataint.c | 53 CLIENT *clnt = NULL; 71 //First of all, create a client 75 printf("CLIENT : %p\n", clnt); 80 if ((CLIENT *) clnt == NULL) {
|
rpc_clnt_call_scalability.c | 73 CLIENT *clnt = NULL;
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/ |
tirpc_toplevel_clnt_call_performance.c | 99 CLIENT *clnt = NULL; 124 cs = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_int, (char *)&sndVar, // xdr_in
|
tirpc_toplevel_clnt_call_mt.c | 52 CLIENT *clnt = NULL; 66 //First of all, create client using top level API 76 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_int, (char *)&sndVar, // xdr_in
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/ |
bootparam_prot.h | 77 extern bp_whoami_res * bootparamproc_whoami_1(bp_whoami_arg *, CLIENT *); 80 extern bp_getfile_res * bootparamproc_getfile_1(bp_getfile_arg *, CLIENT *);
|
rex.h | 164 extern rex_result * rexproc_start_1(rex_start *, CLIENT *); 167 extern rex_result * rexproc_wait_1(void *, CLIENT *); 170 extern void * rexproc_modes_1(rex_ttymode *, CLIENT *); 173 extern void * rexproc_winch_1(rex_ttysize *, CLIENT *); 176 extern void * rexproc_signal_1(int *, CLIENT *);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/ |
rpc_clntudp_bufcreate_limits.c | 64 CLIENT *clnt = NULL;
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/ |
rpc_clntudp_create.c | 53 CLIENT *clnt = NULL; 72 //First of all, create a client 78 printf("CLIENT : %p\n", clnt);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_control/ |
rpc_clnt_control_dataint.c | 50 CLIENT *clnt = NULL; 54 //First of all, create a client 58 printf("CLIENT : %p\n", clnt);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/ |
tirpc_bottomlevel_clnt_call.c | 51 CLIENT *client = NULL; local 87 client = clnt_dg_create(sock, &svcaddr, 90 if (client == NULL) { 97 cs = clnt_call(client, PROCNUM, 105 clnt_destroy(client);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_dg_create/ |
tirpc_clnt_dg_create_limits.c | 63 CLIENT *client = NULL; local 111 client = clnt_dg_create(RPC_ANYFD, &svcaddr, 116 if (client == NULL) {
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_vc_create/ |
tirpc_clnt_vc_create_limits.c | 63 CLIENT *client = NULL; local 111 client = clnt_vc_create(RPC_ANYFD, &svcaddr, 116 if (client == NULL) {
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_perror/ |
tirpc_clnt_perror_complex.c | 60 CLIENT *clnt = NULL;
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_noproc/ |
tirpc_svcerr_noproc.c | 55 CLIENT *client = NULL; local 94 client = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr, 96 /**/ cs = clnt_call(client, PROCNUM, 106 clnt_destroy(client);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_noprog/ |
tirpc_svcerr_noprog.c | 55 CLIENT *client = NULL; local 94 client = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr, 667, VERSNUM, 0, 0); /* Wrong Program Number */ 96 cs = clnt_call(client, PROCNUM, 106 clnt_destroy(client);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_progvers/ |
tirpc_svcerr_progvers.c | 55 CLIENT *client = NULL; local 94 client = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr, progNum, VERSNUM, 0, 0); /* Wrong Program Version */ 96 cs = clnt_call(client, PROCNUM, 106 clnt_destroy(client);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_systemerr/ |
tirpc_svcerr_systemerr.c | 55 CLIENT *client = NULL; local 94 client = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr, progNum, VERSNUM, 0, 0); /* Wrong Program Version */ 96 cs = clnt_call(client, PROCNUM, 106 clnt_destroy(client);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_weakauth/ |
tirpc_svcerr_weakauth.c | 55 CLIENT *client = NULL; local 94 client = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr, progNum, VERSNUM, 0, 0); /* Wrong Program Version */ 96 cs = clnt_call(client, PROCNUM, 106 clnt_destroy(client);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/ |
tirpc_expertlevel_clnt_call.c | 55 CLIENT *client = NULL; local 94 client = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr, 97 if (client == NULL) { 102 cs = clnt_call(client, PROCNUM, 112 clnt_destroy(client);
|
tirpc_expertlevel_clnt_call_stress.c | 56 CLIENT *client = NULL; local 101 client = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr, 104 cs = clnt_call(client, PROCNUM, 122 clnt_destroy(client);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_tli_create/ |
tirpc_clnt_tli_create_limits.c | 63 CLIENT *client = NULL; local 113 client = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr, 118 if (client == NULL) {
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/ |
tirpc_rpcb_rmtcall_stress.c | 56 CLIENT *client = NULL; local
|