Lines Matching refs:cl2
10 CLIENT *cl2; variable
50 cl2 = clnt_create(server, PCNFSDPROG, PCNFSDV2, transport); in main()
51 if(cl2 == NULL) { in main()
123 rp = pcnfsd2_info_2(&a, cl2); in test_v2_info()
126 clnt_perror(cl2, server); in test_v2_info()
167 rp = pcnfsd2_auth_2(&a, cl2); in test_v2_auth()
170 clnt_perror(cl2, server); in test_v2_auth()
208 rp = pcnfsd2_pr_init_2(&a, cl2); in test_v2_init()
211 clnt_perror(cl2, server); in test_v2_init()
259 rp = pcnfsd2_pr_start_2(&a, cl2); in test_v2_start()
262 clnt_perror(cl2, server); in test_v2_start()
293 rp = pcnfsd2_pr_cancel_2(&a, cl2); in test_v2_cancel()
296 clnt_perror(cl2, server); in test_v2_cancel()
315 rp = pcnfsd2_pr_list_2(&a, cl2); in test_v2_list()
318 clnt_perror(cl2, server); in test_v2_list()
378 rp = pcnfsd2_pr_queue_2(&a, cl2); in test_v2_queue()
381 clnt_perror(cl2, server); in test_v2_queue()
448 rp = pcnfsd2_pr_status_2(&a, cl2); in test_v2_stat()
451 clnt_perror(cl2, server); in test_v2_stat()
499 rp = pcnfsd2_mapid_2(&a, cl2); in test_v2_map()
502 clnt_perror(cl2, server); in test_v2_map()