Lines Matching refs:rpc
233 CLIENT *rpc; in nlm_test_msg_1_svc() local
240 if (nlm_do_test(&args4, &res4, rqstp, &rpc)) in nlm_test_msg_1_svc()
250 if (rpc) { in nlm_test_msg_1_svc()
251 nlm_test_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv); in nlm_test_msg_1_svc()
252 CLNT_RELEASE(rpc); in nlm_test_msg_1_svc()
265 CLIENT *rpc; in nlm_lock_msg_1_svc() local
275 if (nlm_do_lock(&args4, &res4, rqstp, TRUE, &rpc)) in nlm_lock_msg_1_svc()
280 if (rpc) { in nlm_lock_msg_1_svc()
281 nlm_lock_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv); in nlm_lock_msg_1_svc()
282 CLNT_RELEASE(rpc); in nlm_lock_msg_1_svc()
295 CLIENT *rpc; in nlm_cancel_msg_1_svc() local
303 if (nlm_do_cancel(&args4, &res4, rqstp, &rpc)) in nlm_cancel_msg_1_svc()
308 if (rpc) { in nlm_cancel_msg_1_svc()
309 nlm_cancel_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv); in nlm_cancel_msg_1_svc()
310 CLNT_RELEASE(rpc); in nlm_cancel_msg_1_svc()
323 CLIENT *rpc; in nlm_unlock_msg_1_svc() local
329 if (nlm_do_unlock(&args4, &res4, rqstp, &rpc)) in nlm_unlock_msg_1_svc()
334 if (rpc) { in nlm_unlock_msg_1_svc()
335 nlm_unlock_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv); in nlm_unlock_msg_1_svc()
336 CLNT_RELEASE(rpc); in nlm_unlock_msg_1_svc()
349 CLIENT *rpc; in nlm_granted_msg_1_svc() local
356 if (nlm_do_granted(&args4, &res4, rqstp, &rpc)) in nlm_granted_msg_1_svc()
361 if (rpc) { in nlm_granted_msg_1_svc()
362 nlm_granted_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv); in nlm_granted_msg_1_svc()
363 CLNT_RELEASE(rpc); in nlm_granted_msg_1_svc()
554 CLIENT *rpc; in nlm4_test_msg_4_svc() local
557 if (nlm_do_test(argp, &res4, rqstp, &rpc)) in nlm4_test_msg_4_svc()
559 if (rpc) { in nlm4_test_msg_4_svc()
560 nlm4_test_res_4(&res4, &dummy, rpc, NULL, nlm_zero_tv); in nlm4_test_msg_4_svc()
561 CLNT_RELEASE(rpc); in nlm4_test_msg_4_svc()
572 CLIENT *rpc; in nlm4_lock_msg_4_svc() local
575 if (nlm_do_lock(argp, &res4, rqstp, TRUE, &rpc)) in nlm4_lock_msg_4_svc()
577 if (rpc) { in nlm4_lock_msg_4_svc()
578 nlm4_lock_res_4(&res4, &dummy, rpc, NULL, nlm_zero_tv); in nlm4_lock_msg_4_svc()
579 CLNT_RELEASE(rpc); in nlm4_lock_msg_4_svc()
590 CLIENT *rpc; in nlm4_cancel_msg_4_svc() local
593 if (nlm_do_cancel(argp, &res4, rqstp, &rpc)) in nlm4_cancel_msg_4_svc()
595 if (rpc) { in nlm4_cancel_msg_4_svc()
596 nlm4_cancel_res_4(&res4, &dummy, rpc, NULL, nlm_zero_tv); in nlm4_cancel_msg_4_svc()
597 CLNT_RELEASE(rpc); in nlm4_cancel_msg_4_svc()
608 CLIENT *rpc; in nlm4_unlock_msg_4_svc() local
611 if (nlm_do_unlock(argp, &res4, rqstp, &rpc)) in nlm4_unlock_msg_4_svc()
613 if (rpc) { in nlm4_unlock_msg_4_svc()
614 nlm4_unlock_res_4(&res4, &dummy, rpc, NULL, nlm_zero_tv); in nlm4_unlock_msg_4_svc()
615 CLNT_RELEASE(rpc); in nlm4_unlock_msg_4_svc()
626 CLIENT *rpc; in nlm4_granted_msg_4_svc() local
629 if (nlm_do_granted(argp, &res4, rqstp, &rpc)) in nlm4_granted_msg_4_svc()
631 if (rpc) { in nlm4_granted_msg_4_svc()
632 nlm4_granted_res_4(&res4, &dummy, rpc, NULL, nlm_zero_tv); in nlm4_granted_msg_4_svc()
633 CLNT_RELEASE(rpc); in nlm4_granted_msg_4_svc()