Home
last modified time | relevance | path

Searched refs:nlm_lockargs (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/fs/nfs/nlm/
H A Dnlm_prot.h75 struct nlm_lockargs { struct
83 typedef struct nlm_lockargs nlm_lockargs; argument
293 extern enum clnt_stat nlm_lock_1(struct nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra …
294 extern bool_t nlm_lock_1_svc(struct nlm_lockargs *, nlm_res *, struct svc_req *);
308 extern enum clnt_stat nlm_lock_msg_1(struct nlm_lockargs *, void *, CLIENT *, struct rpc_callextra…
309 extern bool_t nlm_lock_msg_1_svc(struct nlm_lockargs *, void *, struct svc_req *);
344 extern enum clnt_stat nlm_nm_lock_3(nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, s…
345 extern bool_t nlm_nm_lock_3_svc(nlm_lockargs *, nlm_res *, struct svc_req *);
419 extern bool_t xdr_nlm_lockargs(XDR *, nlm_lockargs*);
H A Dnlm_prot_svc.c102 struct nlm_lockargs nlm_lock_1_arg; in nlm_prog_1()
107 struct nlm_lockargs nlm_lock_msg_1_arg; in nlm_prog_1()
257 nlm_lockargs nlm_nm_lock_3_arg; in nlm_prog_3()
H A Dnlm_prot_clnt.c41 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm_lock_1()
86 nlm_lock_msg_1(struct nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_lock_msg_1()
185 nlm_nm_lock_3(nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struc… in nlm_nm_lock_3()
H A Dnlm_prot_server.c157 nlm_lock_1_svc(struct nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_lock_1_svc()
264 nlm_lock_msg_1_svc(struct nlm_lockargs *argp, void *result, struct svc_req *rqstp) in nlm_lock_msg_1_svc()
475 nlm_nm_lock_3_svc(nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_nm_lock_3_svc()
H A Dnlm_prot_xdr.c112 xdr_nlm_lockargs(XDR *xdrs, nlm_lockargs *objp) in xdr_nlm_lockargs()
H A Dnlm_advlock.c605 nlm_lockargs args1; in nlm_lock_rpc()
/netbsd-src/lib/librpcsvc/
H A Dnlm_prot.x69 struct nlm_lockargs { struct
267 nlm_res NLM_LOCK(struct nlm_lockargs) = 2;
280 void NLM_LOCK_MSG(struct nlm_lockargs) = 7;
294 nlm_res NLM_NM_LOCK(nlm_lockargs) = 22;
/netbsd-src/usr.sbin/rpc.lockd/
H A Dtest.c38 nlm_lock_1(struct nlm_lockargs *argp, CLIENT *clnt) in nlm_lock_1()
120 nlm_lock_msg_1(struct nlm_lockargs *argp, CLIENT *clnt) in nlm_lock_msg_1()
297 nlm_nm_lock_3(nlm_lockargs *argp, CLIENT *clnt) in nlm_nm_lock_3()
334 nlm_lockargs arg; in main()
H A Dlock_proc.c448 nlm_lock_1_svc(nlm_lockargs *arg, struct svc_req *rqstp) in nlm_lock_1_svc()
470 nlm_lock_msg_1_svc(nlm_lockargs *arg, struct svc_req *rqstp) in nlm_lock_msg_1_svc()
766 nlm_nm_lock_3_svc(nlm_lockargs *arg, struct svc_req *rqstp) in nlm_nm_lock_3_svc()