Home
last modified time | relevance | path

Searched refs:nlm4_res (Results 1 – 12 of 12) sorted by relevance

/freebsd-10-stable/sys/nlm/
Dnlm_prot.h222 struct nlm4_res { struct
226 typedef struct nlm4_res nlm4_res; argument
354 extern enum clnt_stat nlm4_lock_4(nlm4_lockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, s…
355 extern bool_t nlm4_lock_4_svc(nlm4_lockargs *, nlm4_res *, struct svc_req *);
357 extern enum clnt_stat nlm4_cancel_4(nlm4_cancargs *, nlm4_res *, CLIENT *, struct rpc_callextra *,…
358 extern bool_t nlm4_cancel_4_svc(nlm4_cancargs *, nlm4_res *, struct svc_req *);
360 extern enum clnt_stat nlm4_unlock_4(nlm4_unlockargs *, nlm4_res *, CLIENT *, struct rpc_callextra …
361 extern bool_t nlm4_unlock_4_svc(nlm4_unlockargs *, nlm4_res *, struct svc_req *);
363 extern enum clnt_stat nlm4_granted_4(nlm4_testargs *, nlm4_res *, CLIENT *, struct rpc_callextra *…
364 extern bool_t nlm4_granted_4_svc(nlm4_testargs *, nlm4_res *, struct svc_req *);
[all …]
Dnlm_prot_server.c103 nlm_convert_to_nlm_res(struct nlm_res *dst, struct nlm4_res *src) in nlm_convert_to_nlm_res()
110 nlm_convert_to_nlm4_res(struct nlm4_res *dst, struct nlm_res *src) in nlm_convert_to_nlm4_res()
159 nlm4_res res4; in nlm_lock_1_svc()
180 nlm4_res res4; in nlm_cancel_1_svc()
199 nlm4_res res4; in nlm_unlock_1_svc()
216 nlm4_res res4; in nlm_granted_1_svc()
265 nlm4_res res4; in nlm_lock_msg_1_svc()
295 nlm4_res res4; in nlm_cancel_msg_1_svc()
323 nlm4_res res4; in nlm_unlock_msg_1_svc()
349 nlm4_res res4; in nlm_granted_msg_1_svc()
[all …]
Dnlm.h168 extern int nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result,
178 extern int nlm_do_cancel(nlm4_cancargs *argp, nlm4_res *result,
188 extern int nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result,
198 extern int nlm_do_granted(nlm4_testargs *argp, nlm4_res *result,
205 extern void nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp);
Dnlm_prot_svc.c357 nlm4_res nlm4_lock_res_4_arg; in nlm_prog_4()
358 nlm4_res nlm4_cancel_res_4_arg; in nlm_prog_4()
359 nlm4_res nlm4_unlock_res_4_arg; in nlm_prog_4()
360 nlm4_res nlm4_granted_res_4_arg; in nlm_prog_4()
368 nlm4_res nlm4_lock_4_res; in nlm_prog_4()
369 nlm4_res nlm4_cancel_4_res; in nlm_prog_4()
370 nlm4_res nlm4_unlock_4_res; in nlm_prog_4()
371 nlm4_res nlm4_granted_4_res; in nlm_prog_4()
374 nlm4_res nlm4_nm_lock_4_res; in nlm_prog_4()
Dnlm_prot_clnt.c210 nlm4_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struc… in nlm4_lock_4()
219 nlm4_cancel_4(nlm4_cancargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, str… in nlm4_cancel_4()
228 nlm4_unlock_4(nlm4_unlockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm4_unlock_4()
237 nlm4_granted_4(nlm4_testargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, st… in nlm4_granted_4()
300 nlm4_lock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct tim… in nlm4_lock_res_4()
309 nlm4_cancel_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct t… in nlm4_cancel_res_4()
318 nlm4_unlock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct t… in nlm4_unlock_res_4()
327 nlm4_granted_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct … in nlm4_granted_res_4()
354 nlm4_nm_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, st… in nlm4_nm_lock_4()
Dnlm_advlock.c559 nlm_convert_to_nlm4_res(struct nlm4_res *dst, struct nlm_res *src) in nlm_convert_to_nlm4_res()
597 nlm_lock_rpc(rpcvers_t vers, nlm4_lockargs *args, nlm4_res *res, CLIENT *client, in nlm_lock_rpc()
626 nlm_cancel_rpc(rpcvers_t vers, nlm4_cancargs *args, nlm4_res *res, CLIENT *client, in nlm_cancel_rpc()
653 nlm_unlock_rpc(rpcvers_t vers, nlm4_unlockargs *args, nlm4_res *res, CLIENT *client, in nlm_unlock_rpc()
759 struct nlm4_res res; in nlm_setlock()
958 struct nlm4_res res; in nlm_clearlock()
Dnlm_prot_impl.c1951 nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_lock()
2140 nlm_do_cancel(nlm4_cancargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_cancel()
2230 nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_unlock()
2292 nlm_do_granted(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_granted()
2337 nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp) in nlm_do_granted_res()
Dnlm_prot_xdr.c351 xdr_nlm4_res(XDR *xdrs, nlm4_res *objp) in xdr_nlm4_res()
/freebsd-10-stable/include/rpcsvc/
Dnlm_prot.x207 struct nlm4_res { struct
308 nlm4_res NLM4_LOCK(nlm4_lockargs) = 2;
309 nlm4_res NLM4_CANCEL(nlm4_cancargs) = 3;
310 nlm4_res NLM4_UNLOCK(nlm4_unlockargs) = 4;
311 nlm4_res NLM4_GRANTED(nlm4_testargs) = 5;
318 void NLM4_LOCK_RES(nlm4_res) = 12;
319 void NLM4_CANCEL_RES(nlm4_res) = 13;
320 void NLM4_UNLOCK_RES(nlm4_res) = 14;
321 void NLM4_GRANTED_RES(nlm4_res) = 15;
324 nlm4_res NLM4_NM_LOCK(nlm4_lockargs) = 22;
/freebsd-10-stable/usr.sbin/rpc.lockd/
Dlock_proc.c369 nlm4_res *result;
1028 nlm4_res *
1033 static nlm4_res res;
1069 static nlm4_res res;
1087 nlm4_res *
1092 static nlm4_res res;
1113 static nlm4_res res;
1136 nlm4_res *
1141 static nlm4_res res;
1157 static nlm4_res res;
[all …]
Dlockd_lock.h24 void transmit4_result(int, nlm4_res *, struct sockaddr *);
Dlockd_lock.c2198 static struct nlm4_res retval4;