/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/ |
H A D | rpc_clnt_call_scalability.c | 44 double rslt = 0; in average() local 47 rslt += tbl[i]; in average() 49 rslt = rslt / maxIter; in average() 50 return rslt; in average() 70 double rslt; in main() local 111 rslt = (double)diff / 1000; in main() 114 resultTbl[i] = rslt; in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/ |
H A D | tirpc_interlevel_clnt_call_dataint.c | 56 enum clnt_stat rslt; in main() local 92 rslt = clnt_call(client, INTPROCNUM, (xdrproc_t) xdr_int, (char *)&intSnd, // xdr_in in main() 104 rslt = clnt_call(client, INTPROCNUM, (xdrproc_t) xdr_int, (char *)&intSnd, // xdr_in in main() 116 rslt = clnt_call(client, LNGPROCNUM, (xdrproc_t) xdr_long, (char *)&lngSnd, // xdr_in in main() 128 rslt = clnt_call(client, DBLPROCNUM, (xdrproc_t) xdr_double, (char *)&dblSnd, // xdr_in in main() 141 rslt = clnt_call(client, STRPROCNUM, (xdrproc_t) xdr_wrapstring, (char *)&strSnd, // xdr_in in main()
|
H A D | tirpc_interlevel_clnt_call.c | 51 enum clnt_stat rslt; in main() local 73 rslt = clnt_call(client, PROCNUM, (xdrproc_t) xdr_int, (char *)&sndVar, // xdr_in in main() 77 test_status = (rslt == RPC_SUCCESS) ? 0 : 1; in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/ |
H A D | tirpc_rpc_call_dataint.c | 62 enum clnt_stat rslt; in main() local 74 rslt = rpc_call(hostname, progNum, VERSNUM, INTPROCNUM, (xdrproc_t) xdr_int, (char *)&intSnd, // xdr_in in main() 85 rslt = rpc_call(hostname, progNum, VERSNUM, INTPROCNUM, (xdrproc_t) xdr_int, (char *)&intSnd, // xdr_in in main() 96 rslt = rpc_call(hostname, progNum, VERSNUM, DBLPROCNUM, (xdrproc_t) xdr_double, (char *)&dblSnd, // xdr_in in main() 107 rslt = rpc_call(hostname, progNum, VERSNUM, LNGPROCNUM, (xdrproc_t) xdr_long, (char *)&lngSnd, // xdr_in in main() 120 rslt = rpc_call(hostname, progNum, VERSNUM, STRPROCNUM, (xdrproc_t) xdr_wrapstring, (char *)&strSnd, // xdr_in in main()
|
H A D | tirpc_rpc_call.c | 51 enum clnt_stat rslt; in main() local 64 rslt = rpc_call(hostname, progNum, VERSNUM, PROCNUM, (xdrproc_t) xdr_int, (char *)&sndVar, // xdr_in in main() 70 if (rslt != RPC_SUCCESS) in main() 74 test_status = (rslt == RPC_SUCCESS) ? 0 : 1; in main()
|
H A D | tirpc_rpc_call_stress.c | 52 enum clnt_stat rslt; in main() local 69 rslt = rpc_call(hostname, progNum, VERSNUM, PROCNUM, (xdrproc_t) xdr_int, (char *)&sndVar, // xdr_in in main() 72 if (rslt == RPC_SUCCESS) in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_perror/ |
H A D | tirpc_clnt_perror_complex.c | 54 enum clnt_stat rslt; in main() local 68 rslt = rpc_call(argc[1], progNum, VERSNUM, PROCNUM, in main() 73 rslt = rpc_call(argc[1], 1, VERSNUM, PROCNUM, in main() 78 rslt = rpc_call(argc[1], progNum, 10, PROCNUM, in main() 83 rslt = rpc_call(argc[1], progNum, VERSNUM, PROCNUM, in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_registerrpc/ |
H A D | rpc_registerrpc.c | 62 int rslt; in main() local 70 rslt = registerrpc(progNum, VERSNUM, PROCNUM, simplePing, in main() 75 printf("rslt : %d\n", rslt); in main() 78 test_status = (rslt == 0) ? 0 : 1; in main()
|
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r_disc.c | 391 bool rslt; in esas2r_disc_continue() local 395 rslt = false; in esas2r_disc_continue() 400 rslt = esas2r_disc_dev_remove(a, rq); in esas2r_disc_continue() 405 rslt = esas2r_disc_dev_add(a, rq); in esas2r_disc_continue() 410 rslt = esas2r_disc_block_dev_scan(a, rq); in esas2r_disc_continue() 415 rslt = esas2r_disc_raid_grp_info(a, rq); in esas2r_disc_continue() 420 rslt = esas2r_disc_part_info(a, rq); in esas2r_disc_continue() 425 rslt = esas2r_disc_passthru_dev_info(a, rq); in esas2r_disc_continue() 429 rslt = esas2r_disc_passthru_dev_addr(a, rq); in esas2r_disc_continue() 443 if (rslt) in esas2r_disc_continue() 522 bool rslt; esas2r_disc_block_dev_scan() local 582 bool rslt; esas2r_disc_raid_grp_info() local 692 bool rslt; esas2r_disc_part_info() local 793 bool rslt; esas2r_disc_passthru_dev_info() local 886 bool rslt; esas2r_disc_passthru_dev_addr() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | esas2r_disc.c | 391 bool rslt; in esas2r_disc_continue() local 395 rslt = false; in esas2r_disc_continue() 400 rslt = esas2r_disc_dev_remove(a, rq); in esas2r_disc_continue() 405 rslt = esas2r_disc_dev_add(a, rq); in esas2r_disc_continue() 410 rslt = esas2r_disc_block_dev_scan(a, rq); in esas2r_disc_continue() 415 rslt = esas2r_disc_raid_grp_info(a, rq); in esas2r_disc_continue() 420 rslt = esas2r_disc_part_info(a, rq); in esas2r_disc_continue() 425 rslt = esas2r_disc_passthru_dev_info(a, rq); in esas2r_disc_continue() 429 rslt = esas2r_disc_passthru_dev_addr(a, rq); in esas2r_disc_continue() 443 if (rslt) in esas2r_disc_continue() 522 bool rslt; esas2r_disc_block_dev_scan() local 582 bool rslt; esas2r_disc_raid_grp_info() local 692 bool rslt; esas2r_disc_part_info() local 793 bool rslt; esas2r_disc_passthru_dev_info() local 886 bool rslt; esas2r_disc_passthru_dev_addr() local [all...] |
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_spcreateerror/ |
H A D | rpc_clnt_spcreateerror.c | 47 char *rslt = NULL; in main() local 53 rslt = clnt_spcreateerror("#SUCCESS"); in main() 56 test_status = (rslt == NULL); in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/ |
H A D | tirpc_rpc_broadcast_exp.c | 60 enum clnt_stat rslt; in main() local 66 rslt = rpc_broadcast_exp(progNum, VERSNUM, PROCNUM, in main() 72 test_status = (rslt == RPC_SUCCESS) ? 0 : 1; in main()
|
H A D | tirpc_rpc_broadcast_exp_stress.c | 58 enum clnt_stat rslt; in main() local 71 rslt = rpc_broadcast_exp(progNum, VERSNUM, PROCNUM, in main() 76 if (rslt == RPC_SUCCESS) in main()
|
H A D | tirpc_rpc_broadcast_exp_limits.c | 62 enum clnt_stat rslt; in main() local 88 rslt = rpc_broadcast_exp(progNum, VERSNUM, PROCNUM, in main() 96 if (rslt != RPC_TIMEDOUT) { in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_control/ |
H A D | tirpc_clnt_control.c | 53 bool_t rslt = 0; in main() local 72 rslt = clnt_control(client, CLGET_FD, (int *)&fd); in main() 79 test_status = (rslt == 1) ? 0 : 1; in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/ |
H A D | tirpc_rpc_broadcast.c | 56 enum clnt_stat rslt; in main() local 65 rslt = rpc_broadcast(progNum, VERSNUM, PROCNUM, in main() 70 test_status = (rslt == RPC_SUCCESS) ? 0 : 1; in main()
|
H A D | tirpc_rpc_broadcast_stress.c | 57 enum clnt_stat rslt; in main() local 70 rslt = rpc_broadcast(progNum, VERSNUM, PROCNUM, in main() 74 if (rslt == RPC_SUCCESS) in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_perrno/ |
H A D | tirpc_clnt_perrno.c | 52 enum clnt_stat rslt; in main() local 69 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_void, NULL, // xdr_in in main() 72 /**/ clnt_perrno(rslt); in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_reg/ |
H A D | tirpc_rpc_reg.c | 59 bool_t rslt; in main() local 66 rslt = rpc_reg(progNum, VERSNUM, PROCNUM, (void *)registeredProc, in main() 68 test_status = (rslt == 0) ? 0 : 1; in main()
|
H A D | tirpc_rpc_reg_stress.c | 63 bool_t rslt; in main() local 72 rslt = in main() 76 if (rslt == 0) in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_perrno/ |
H A D | rpc_clnt_perrno.c | 52 enum clnt_stat rslt; in main() local 69 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_int, (char *)&recVar, // xdr_in in main() 72 /**/ clnt_perrno(rslt); in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/ |
H A D | tirpc_toplevel_clnt_call.c | 52 enum clnt_stat rslt; in main() local 74 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_int, (char *)&sndVar, // xdr_in in main() 77 /**/ test_status = (rslt == RPC_SUCCESS) ? 0 : 1; in main()
|
H A D | tirpc_toplevel_clnt_call_stress.c | 53 enum clnt_stat rslt; in main() local 79 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_int, (char *)&sndVar, // xdr_in in main() 82 /**/ if (rslt == RPC_SUCCESS) in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create/ |
H A D | rpc_authunix_create.c | 58 int rslt; in main() local 75 rslt = gethostname(hostname, 256); in main() 76 if (rslt == -1) { in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_sperrno/ |
H A D | rpc_clnt_sperrno.c | 52 enum clnt_stat rslt; in main() local 70 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_int, (char *)&recVar, // xdr_in in main() 73 /**/ chrRslt = clnt_sperrno(rslt); in main()
|