Home
last modified time | relevance | path

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

/freebsd/sys/nlm/
H A Dnlm_prot.h221 struct nlm4_res { struct
225 typedef struct nlm4_res nlm4_res; argument
353 extern enum clnt_stat nlm4_lock_4(nlm4_lockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, s…
354 extern bool_t nlm4_lock_4_svc(nlm4_lockargs *, nlm4_res *, struct svc_req *);
356 extern enum clnt_stat nlm4_cancel_4(nlm4_cancargs *, nlm4_res *, CLIENT *, struct rpc_callextra *,…
357 extern bool_t nlm4_cancel_4_svc(nlm4_cancargs *, nlm4_res *, struct svc_req *);
359 extern enum clnt_stat nlm4_unlock_4(nlm4_unlockargs *, nlm4_res *, CLIENT *, struct rpc_callextra …
360 extern bool_t nlm4_unlock_4_svc(nlm4_unlockargs *, nlm4_res *, struct svc_req *);
362 extern enum clnt_stat nlm4_granted_4(nlm4_testargs *, nlm4_res *, CLIENT *, struct rpc_callextra *…
363 extern bool_t nlm4_granted_4_svc(nlm4_testargs *, nlm4_res *, struct svc_req *);
[all …]
H A Dnlm_prot_server.c101 nlm_convert_to_nlm_res(struct nlm_res *dst, struct nlm4_res *src) in nlm_convert_to_nlm_res()
108 nlm_convert_to_nlm4_res(struct nlm4_res *dst, struct nlm_res *src) in nlm_convert_to_nlm4_res()
157 nlm4_res res4; in nlm_lock_1_svc()
178 nlm4_res res4; in nlm_cancel_1_svc()
197 nlm4_res res4; in nlm_unlock_1_svc()
214 nlm4_res res4; in nlm_granted_1_svc()
263 nlm4_res res4; in nlm_lock_msg_1_svc()
293 nlm4_res res4; in nlm_cancel_msg_1_svc()
321 nlm4_res res4; in nlm_unlock_msg_1_svc()
347 nlm4_res res4; in nlm_granted_msg_1_svc()
[all …]
H A 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);
H A Dnlm_prot_svc.c355 nlm4_res nlm4_lock_res_4_arg; in nlm_prog_4()
356 nlm4_res nlm4_cancel_res_4_arg; in nlm_prog_4()
357 nlm4_res nlm4_unlock_res_4_arg; in nlm_prog_4()
358 nlm4_res nlm4_granted_res_4_arg; in nlm_prog_4()
366 nlm4_res nlm4_lock_4_res; in nlm_prog_4()
367 nlm4_res nlm4_cancel_4_res; in nlm_prog_4()
368 nlm4_res nlm4_unlock_4_res; in nlm_prog_4()
369 nlm4_res nlm4_granted_4_res; in nlm_prog_4()
372 nlm4_res nlm4_nm_lock_4_res; in nlm_prog_4()
H A Dnlm_prot_clnt.c206 nlm4_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struc… in nlm4_lock_4()
215 nlm4_cancel_4(nlm4_cancargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, str… in nlm4_cancel_4()
224 nlm4_unlock_4(nlm4_unlockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm4_unlock_4()
233 nlm4_granted_4(nlm4_testargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, st… in nlm4_granted_4()
296 nlm4_lock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct tim… in nlm4_lock_res_4()
305 nlm4_cancel_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct t… in nlm4_cancel_res_4()
314 nlm4_unlock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct t… in nlm4_unlock_res_4()
323 nlm4_granted_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct … in nlm4_granted_res_4()
350 nlm4_nm_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, st… in nlm4_nm_lock_4()
H A 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()
765 struct nlm4_res res; in nlm_setlock()
963 struct nlm4_res res; in nlm_clearlock()
H A Dnlm_prot_impl.c1953 nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_lock()
2142 nlm_do_cancel(nlm4_cancargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_cancel()
2232 nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_unlock()
2294 nlm_do_granted(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_granted()
2339 nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp) in nlm_do_granted_res()
H A Dnlm_prot_xdr.c347 xdr_nlm4_res(XDR *xdrs, nlm4_res *objp) in xdr_nlm4_res()
/freebsd/include/rpcsvc/
H A Dnlm_prot.x200 struct nlm4_res { struct
301 nlm4_res NLM4_LOCK(nlm4_lockargs) = 2;
302 nlm4_res NLM4_CANCEL(nlm4_cancargs) = 3;
303 nlm4_res NLM4_UNLOCK(nlm4_unlockargs) = 4;
304 nlm4_res NLM4_GRANTED(nlm4_testargs) = 5;
311 void NLM4_LOCK_RES(nlm4_res) = 12;
312 void NLM4_CANCEL_RES(nlm4_res) = 13;
313 void NLM4_UNLOCK_RES(nlm4_res) = 14;
314 void NLM4_GRANTED_RES(nlm4_res) = 15;
317 nlm4_res NLM4_NM_LOCK(nlm4_lockargs) = 22;
/freebsd/usr.sbin/rpc.lockd/
H A Dlock_proc.c358 transmit4_result(int opcode, nlm4_res *result, struct sockaddr *addr) in transmit4_result()
971 nlm4_res *
974 static nlm4_res res; in nlm4_lock_4_svc()
1008 static nlm4_res res; in nlm4_lock_msg_4_svc()
1026 nlm4_res *
1029 static nlm4_res res; in nlm4_cancel_4_svc()
1048 static nlm4_res res; in nlm4_cancel_msg_4_svc()
1071 nlm4_res *
1074 static nlm4_res res; in nlm4_unlock_4_svc()
1088 static nlm4_res res; in nlm4_unlock_msg_4_svc()
[all …]
H A Dlockd_lock.h23 void transmit4_result(int, nlm4_res *, struct sockaddr *);
H A Dlockd_lock.c2172 static struct nlm4_res retval4; in send_granted()