Home | History | Annotate | Download | only in rpc.lockd

Lines Matching refs:clnt

23 nlm_test_1(struct nlm_testargs *argp, CLIENT *clnt)
29 st = clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres,
38 nlm_lock_1(struct nlm_lockargs *argp, CLIENT *clnt)
44 st = clnt_call(clnt, NLM_LOCK, xdr_nlm_lockargs, argp, xdr_nlm_res,
48 clnt_perror(clnt, "humbug");
56 nlm_cancel_1(struct nlm_cancargs *argp, CLIENT *clnt)
62 st = clnt_call(clnt, NLM_CANCEL, xdr_nlm_cancargs, argp, xdr_nlm_res,
72 nlm_unlock_1(struct nlm_unlockargs *argp, CLIENT *clnt)
78 st = clnt_call(clnt, NLM_UNLOCK, xdr_nlm_unlockargs, argp, xdr_nlm_res,
88 nlm_granted_1(struct nlm_testargs *argp, CLIENT *clnt)
94 st = clnt_call(clnt, NLM_GRANTED, xdr_nlm_testargs, argp, xdr_nlm_res,
104 nlm_test_msg_1(struct nlm_testargs *argp, CLIENT *clnt)
110 st = clnt_call(clnt, NLM_TEST_MSG, xdr_nlm_testargs, argp, xdr_void,
120 nlm_lock_msg_1(struct nlm_lockargs *argp, CLIENT *clnt)
126 st = clnt_call(clnt, NLM_LOCK_MSG, xdr_nlm_lockargs, argp, xdr_void,
129 clnt_perror(clnt, "nlm_lock_msg_1");
137 nlm_cancel_msg_1(struct nlm_cancargs *argp, CLIENT *clnt)
143 st = clnt_call(clnt, NLM_CANCEL_MSG, xdr_nlm_cancargs, argp, xdr_void,
153 nlm_unlock_msg_1(struct nlm_unlockargs *argp, CLIENT *clnt)
159 st = clnt_call(clnt, NLM_UNLOCK_MSG, xdr_nlm_unlockargs, argp, xdr_void,
169 nlm_granted_msg_1(struct nlm_testargs *argp, CLIENT *clnt)
175 st = clnt_call(clnt, NLM_GRANTED_MSG, xdr_nlm_testargs, argp, xdr_void,
185 nlm_test_res_1(nlm_testres *argp, CLIENT *clnt)
191 st = clnt_call(clnt, NLM_TEST_RES, xdr_nlm_testres, argp, xdr_void,
201 nlm_lock_res_1(nlm_res *argp, CLIENT *clnt)
207 st = clnt_call(clnt, NLM_LOCK_RES, xdr_nlm_res, argp, xdr_void,
217 nlm_cancel_res_1(nlm_res *argp, CLIENT *clnt)
223 st = clnt_call(clnt, NLM_CANCEL_RES, xdr_nlm_res, argp, xdr_void,
233 nlm_unlock_res_1(nlm_res *argp, CLIENT *clnt)
239 st = clnt_call(clnt, NLM_UNLOCK_RES, xdr_nlm_res, argp, xdr_void,
249 nlm_granted_res_1(nlm_res *argp, CLIENT *clnt)
255 st = clnt_call(clnt, NLM_GRANTED_RES, xdr_nlm_res, argp, xdr_void,
265 nlm_share_3(nlm_shareargs *argp, CLIENT *clnt)
271 st = clnt_call(clnt, NLM_SHARE, xdr_nlm_shareargs, argp,
281 nlm_unshare_3(nlm_shareargs *argp, CLIENT *clnt)
287 st = clnt_call(clnt, NLM_UNSHARE, xdr_nlm_shareargs, argp,
297 nlm_nm_lock_3(nlm_lockargs *argp, CLIENT *clnt)
303 st = clnt_call(clnt, NLM_NM_LOCK, xdr_nlm_lockargs, argp, xdr_nlm_res,
313 nlm_free_all_3(nlm_notify *argp, CLIENT *clnt)
319 st = clnt_call(clnt, NLM_FREE_ALL, xdr_nlm_notify, argp, xdr_void,