/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/ |
D | tirpc_toplevel_clnt_call_dataint.c | 54 CLIENT *clnt = NULL; in main() 82 clnt_call((CLIENT *) clnt, INTPROCNUM, (xdrproc_t) xdr_int, (char *)&intSnd, // xdr_in in main() 94 clnt_call((CLIENT *) clnt, INTPROCNUM, (xdrproc_t) xdr_int, (char *)&intSnd, // xdr_in in main() 106 clnt_call((CLIENT *) clnt, LNGPROCNUM, (xdrproc_t) xdr_long, (char *)&lngSnd, // xdr_in in main() 118 clnt_call((CLIENT *) clnt, DBLPROCNUM, (xdrproc_t) xdr_double, (char *)&dblSnd, // xdr_in in main() 131 clnt_call((CLIENT *) clnt, STRPROCNUM, (xdrproc_t) xdr_wrapstring, (char *)&strSnd, // xdr_in in main()
|
D | tirpc_toplevel_clnt_call.c | 51 CLIENT *clnt = NULL; in main() 74 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_int, (char *)&sndVar, // xdr_in in main()
|
D | tirpc_toplevel_clnt_call_stress.c | 52 CLIENT *clnt = NULL; in main() 79 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_int, (char *)&sndVar, // xdr_in in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/ |
D | rpc_test.sh | 24 CLIENT="" 60 c) CLIENT="$OPTARG" ;; 74 if [ -z "$CLIENT" ]; then 80 TCID="$CLIENT" 98 EXPECT_RHOST_PASS $CLIENT $(tst_ipaddr) $PROGNUMNOSVC $CLIENT_EXTRA_OPTS
|
/external/ltp/testcases/network/tcp_cmds/sendfile/ |
D | sendfile01.sh | 45 CLIENT="testsf_c${TST_IPV6}" 73 "$CLIENT ip '$ipaddr' port '$port' file '$clnt_fname'" 75 $CLIENT $ipaddr $port $clnt_fname $serv_fname $size >\ 80 tst_resm TFAIL "$CLIENT returned error '$ret'"
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnt_create/ |
D | rpc_clnt_create.c | 50 CLIENT *clnt = NULL; in main() 59 test_status = ((CLIENT *) clnt != NULL) ? 0 : 1; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_create/ |
D | tirpc_clnt_create.c | 51 CLIENT *clnt = NULL; in main() 64 test_status = ((CLIENT *) clnt != NULL) ? 0 : 1; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_tp_create/ |
D | tirpc_clnt_tp_create.c | 50 CLIENT *client = NULL; in main() 70 test_status = ((CLIENT *) client != NULL) ? 0 : 1; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_create_timed/ |
D | tirpc_clnt_create_timed.c | 51 CLIENT *clnt = NULL; in main() 69 test_status = ((CLIENT *) clnt != NULL) ? 0 : 1; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_tp_create_timed/ |
D | tirpc_clnt_tp_create_timed.c | 50 CLIENT *client = NULL; in main() 75 test_status = ((CLIENT *) client != NULL) ? 0 : 1; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_svcerr_noproc/ |
D | rpc_svcerr_noproc.c | 52 CLIENT *client = NULL; in main() 69 cs = clnt_call((CLIENT *) client, PROCNUM, (xdrproc_t) xdr_int, (char *)&var_snd, // xdr_in in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_perrno/ |
D | rpc_clnt_perrno.c | 51 CLIENT *clnt = NULL; in main() 69 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_int, (char *)&recVar, // xdr_in in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_perrno/ |
D | tirpc_clnt_perrno.c | 51 CLIENT *clnt = NULL; in main() 69 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_void, NULL, // xdr_in in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_perror/ |
D | rpc_clnt_perror.c | 51 CLIENT *clnt = NULL; in main() 69 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_void, NULL, // xdr_in in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_perror/ |
D | tirpc_clnt_perror.c | 51 CLIENT *clnt = NULL; in main() 69 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_void, NULL, // xdr_in in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_sperror/ |
D | rpc_clnt_sperror.c | 51 CLIENT *clnt = NULL; in main() 70 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_void, NULL, // xdr_in in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_sperrno/ |
D | rpc_clnt_sperrno.c | 51 CLIENT *clnt = NULL; in main() 70 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_int, (char *)&recVar, // xdr_in in main()
|
/external/arm-trusted-firmware/ |
D | readme.rst | 13 - `Trusted Board Boot Requirements CLIENT (TBBR-CLIENT)`_ 42 .. _Trusted Board Boot Requirements CLIENT (TBBR-CLIENT): https://developer.arm.com/docs/den0006/la…
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_tli_create/ |
D | tirpc_clnt_tli_create.c | 53 CLIENT *client = NULL; in main() 88 /**/ test_status = ((CLIENT *) client != NULL) ? 0 : 1; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/ |
D | rpc_clntudp_bufcreate.c | 54 CLIENT *clnt = NULL; in main() 82 test_status = ((CLIENT *) clnt != NULL) ? 0 : 1; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_freeres/ |
D | rpc_clnt_freeres.c | 50 CLIENT *clnt = NULL; in main() 68 if ((CLIENT *) clnt == NULL) { in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_vc_create/ |
D | tirpc_clnt_vc_create.c | 52 CLIENT *client = NULL; in main() 81 test_status = ((CLIENT *) client != NULL) ? 0 : 1; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/ |
D | rpc_clnttcp_create_stress.c | 55 CLIENT *clnt = NULL; in main() 77 if ((CLIENT *) clnt != NULL) in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_dg_create/ |
D | tirpc_clnt_dg_create.c | 49 CLIENT *client = NULL; in main() 80 test_status = ((CLIENT *) client != NULL) ? 0 : 1; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/ |
D | rpc_clntudp_create_stress.c | 55 CLIENT *clnt = NULL; in main() 82 if ((CLIENT *) clnt != NULL) in main()
|