Lines Matching refs:resp
149 nlm_test_1_svc(struct nlm_testargs *argp, nlm_testres *resp,
164 resp->cookie = res4.cookie;
165 resp->stat.stat = nlm_convert_to_nlm_stats(res4.stat.stat);
166 if (resp->stat.stat == nlm_denied)
168 &resp->stat.nlm_testrply_u.holder,
181 nlm_lock_1_svc(nlm_lockargs *argp, nlm_res *resp,
202 nlm_convert_to_nlm_res(resp, &res4);
209 nlm_lock_1_reply(SVCXPRT *transp, nlm4_res *resp)
213 nlm_convert_to_nlm_res(&res1, resp);
218 nlm_granted_1_cb(nlm4_testargs *argp, void *resp, CLIENT *clnt)
234 (void) resp;
240 nlm_cancel_1_svc(struct nlm_cancargs *argp, nlm_res *resp,
255 nlm_convert_to_nlm_res(resp, &res4);
261 nlm_unlock_1_svc(struct nlm_unlockargs *argp, nlm_res *resp,
274 nlm_convert_to_nlm_res(resp, &res4);
280 nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *resp,
294 nlm_convert_to_nlm_res(resp, &res4);
316 nlm_test_msg_1_svc(struct nlm_testargs *argp, void *resp,
333 (void) resp;
361 nlm_lock_msg_1_svc(nlm_lockargs *argp, void *resp,
383 (void) resp;
390 nlm_lock_res_1_cb(nlm4_res *resp, void *null, CLIENT *clnt)
394 nlm_convert_to_nlm_res(&res1, resp);
415 nlm_cancel_msg_1_svc(struct nlm_cancargs *argp, void *resp,
433 (void) resp;
452 nlm_unlock_msg_1_svc(struct nlm_unlockargs *argp, void *resp,
468 (void) resp;
487 nlm_granted_msg_1_svc(struct nlm_testargs *argp, void *resp,
504 (void) resp;
527 nlm_test_res_1_svc(nlm_testres *argp, void *resp, struct svc_req *sr)
535 nlm_lock_res_1_svc(nlm_res *argp, void *resp, struct svc_req *sr)
543 nlm_cancel_res_1_svc(nlm_res *argp, void *resp, struct svc_req *sr)
551 nlm_unlock_res_1_svc(nlm_res *argp, void *resp, struct svc_req *sr)
559 nlm_granted_res_1_svc(nlm_res *argp, void *resp, struct svc_req *sr)
570 nlm_sm_notify1_2_svc(struct nlm_sm_status *argp, void *resp,
573 nlm_do_notify1(argp, resp, sr);
578 nlm_sm_notify2_2_svc(struct nlm_sm_status *argp, void *resp,
581 nlm_do_notify2(argp, resp, sr);
590 nlm_share_3_svc(nlm_shareargs *argp, nlm_shareres *resp,
604 resp->cookie = res4.cookie;
605 resp->stat = nlm_convert_to_nlm_stats(res4.stat);
606 resp->sequence = res4.sequence;
612 nlm_unshare_3_svc(nlm_shareargs *argp, nlm_shareres *resp,
626 resp->cookie = res4.cookie;
627 resp->stat = nlm_convert_to_nlm_stats(res4.stat);
628 resp->sequence = res4.sequence;
634 nlm_nm_lock_3_svc(nlm_lockargs *argp, nlm_res *resp, struct svc_req *sr)
662 nlm_convert_to_nlm_res(resp, &res4);
669 nlm_free_all_3_svc(nlm_notify *argp, void *resp, struct svc_req *sr)
676 nlm_do_free_all(&args4, resp, sr);
686 nlm4_test_4_svc(nlm4_testargs *argp, nlm4_testres *resp, struct svc_req *sr)
688 nlm_do_test(argp, resp, sr, NULL);
699 nlm4_lock_4_svc(nlm4_lockargs *argp, nlm4_res *resp,
704 nlm_do_lock(argp, resp, sr,
713 nlm4_lock_4_reply(SVCXPRT *transp, nlm4_res *resp)
715 return (svc_sendreply(transp, xdr_nlm4_res, (char *)resp));
719 nlm4_granted_4_cb(nlm4_testargs *argp, void *resp, CLIENT *clnt)
729 (void) resp;
735 nlm4_cancel_4_svc(nlm4_cancargs *argp, nlm4_res *resp, struct svc_req *sr)
737 nlm_do_cancel(argp, resp, sr, NULL);
742 nlm4_unlock_4_svc(nlm4_unlockargs *argp, nlm4_res *resp, struct svc_req *sr)
744 nlm_do_unlock(argp, resp, sr, NULL);
749 nlm4_granted_4_svc(nlm4_testargs *argp, nlm4_res *resp, struct svc_req *sr)
751 nlm_do_granted(argp, resp, sr, NULL);
756 nlm4_test_msg_4_svc(nlm4_testargs *argp, void *resp, struct svc_req *sr)
766 (void) resp;
778 nlm4_lock_msg_4_svc(nlm4_lockargs *argp, void *resp,
791 (void) resp;
798 nlm4_cancel_msg_4_svc(nlm4_cancargs *argp, void *resp, struct svc_req *sr)
808 (void) resp;
815 nlm4_unlock_msg_4_svc(nlm4_unlockargs *argp, void *resp, struct svc_req *sr)
825 (void) resp;
832 nlm4_granted_msg_4_svc(nlm4_testargs *argp, void *resp, struct svc_req *sr)
842 (void) resp;
850 nlm4_test_res_4_svc(nlm4_testres *argp, void *resp, struct svc_req *sr)
858 nlm4_lock_res_4_svc(nlm4_res *argp, void *resp, struct svc_req *sr)
866 nlm4_cancel_res_4_svc(nlm4_res *argp, void *resp, struct svc_req *sr)
874 nlm4_unlock_res_4_svc(nlm4_res *argp, void *resp, struct svc_req *sr)
882 nlm4_granted_res_4_svc(nlm4_res *argp, void *resp, struct svc_req *sr)
890 nlm4_share_4_svc(nlm4_shareargs *argp, nlm4_shareres *resp,
893 nlm_do_share(argp, resp, sr);
899 nlm4_unshare_4_svc(nlm4_shareargs *argp, nlm4_shareres *resp,
902 nlm_do_unshare(argp, resp, sr);
907 nlm4_nm_lock_4_svc(nlm4_lockargs *argp, nlm4_res *resp, struct svc_req *sr)
919 nlm_do_lock(argp, resp, sr,
928 nlm4_free_all_4_svc(nlm4_notify *argp, void *resp, struct svc_req *sr)
930 nlm_do_free_all(argp, resp, sr);