Searched refs:nlm_lockargs (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/include/rpcsvc/
H A Dnlm_prot.x71 struct nlm_lockargs {
275 nlm_res NLM_LOCK(struct nlm_lockargs) = 2;
288 void NLM_LOCK_MSG(struct nlm_lockargs) = 7;
302 nlm_res NLM_NM_LOCK(nlm_lockargs) = 22;
/freebsd-10.0-release/sys/nlm/
H A Dnlm_prot.h73 struct nlm_lockargs { struct
81 typedef struct nlm_lockargs nlm_lockargs; typedef in typeref:struct:nlm_lockargs
291 extern enum clnt_stat nlm_lock_1(struct nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
292 extern bool_t nlm_lock_1_svc(struct nlm_lockargs *, nlm_res *, struct svc_req *);
306 extern enum clnt_stat nlm_lock_msg_1(struct nlm_lockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
307 extern bool_t nlm_lock_msg_1_svc(struct nlm_lockargs *, void *, struct svc_req *);
342 extern enum clnt_stat nlm_nm_lock_3(nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
343 extern bool_t nlm_nm_lock_3_svc(nlm_lockargs *, nlm_res *, struct svc_req *);
417 extern bool_t xdr_nlm_lockargs(XDR *, nlm_lockargs*);
[all...]
H A Dnlm_prot_svc.c100 struct nlm_lockargs nlm_lock_1_arg;
105 struct nlm_lockargs nlm_lock_msg_1_arg;
255 nlm_lockargs nlm_nm_lock_3_arg;
H A Dnlm_prot_clnt.c39 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
84 nlm_lock_msg_1(struct nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
183 nlm_nm_lock_3(nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
H A Dnlm_prot_server.c155 nlm_lock_1_svc(struct nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp)
262 nlm_lock_msg_1_svc(struct nlm_lockargs *argp, void *result, struct svc_req *rqstp)
473 nlm_nm_lock_3_svc(nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp)
H A Dnlm_prot_xdr.c109 xdr_nlm_lockargs(XDR *xdrs, nlm_lockargs *objp)
H A Dnlm_advlock.c599 nlm_lockargs args1;
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dtest.c36 struct nlm_lockargs *argp;
114 struct nlm_lockargs *argp;
280 nlm_lockargs *argp;
313 nlm_lockargs arg;
H A Dlock_proc.c527 nlm_lockargs *arg;
551 nlm_lockargs *arg;
879 nlm_lockargs *arg;
H A Dkern.c331 struct nlm_lockargs arg;

Completed in 107 milliseconds