Searched refs:nlm4_lockargs (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlockd_lock.h8 enum nlm_stats getlock(nlm4_lockargs *lckarg, struct svc_req *rqstp,
H A Dlock_proc.c531 struct nlm4_lockargs arg4;
555 struct nlm4_lockargs arg4;
1024 nlm4_lockargs *arg;
1060 nlm4_lockargs *arg;
1366 nlm4_lockargs *arg;
H A Dkern.c330 struct nlm4_lockargs arg4;
H A Dlockd_lock.c1926 getlock(nlm4_lockargs *lckarg, struct svc_req *rqstp, const int flags)
/freebsd-10.0-release/include/rpcsvc/
H A Dnlm_prot.x212 struct nlm4_lockargs {
308 nlm4_res NLM4_LOCK(nlm4_lockargs) = 2;
313 void NLM4_LOCK_MSG(nlm4_lockargs) = 7;
324 nlm4_res NLM4_NM_LOCK(nlm4_lockargs) = 22;
/freebsd-10.0-release/sys/nlm/
H A Dnlm_prot.h228 struct nlm4_lockargs { struct
236 typedef struct nlm4_lockargs nlm4_lockargs; typedef in typeref:struct:nlm4_lockargs
354 extern enum clnt_stat nlm4_lock_4(nlm4_lockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
355 extern bool_t nlm4_lock_4_svc(nlm4_lockargs *, nlm4_res *, struct svc_req *);
369 extern enum clnt_stat nlm4_lock_msg_4(nlm4_lockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
370 extern bool_t nlm4_lock_msg_4_svc(nlm4_lockargs *, void *, struct svc_req *);
402 extern enum clnt_stat nlm4_nm_lock_4(nlm4_lockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
403 extern bool_t nlm4_nm_lock_4_svc(nlm4_lockargs *, nlm4_res *, struct svc_req *);
436 extern bool_t xdr_nlm4_lockargs(XDR *, nlm4_lockargs*);
[all...]
H A Dnlm.h168 extern int nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result,
H A Dnlm_prot_server.c158 nlm4_lockargs args4;
264 nlm4_lockargs args4;
476 nlm4_lockargs args4;
521 nlm4_lock_4_svc(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp)
571 nlm4_lock_msg_4_svc(nlm4_lockargs *argp, void *result, struct svc_req *rqstp)
697 nlm4_nm_lock_4_svc(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp)
H A Dnlm_prot_svc.c347 nlm4_lockargs nlm4_lock_4_arg;
352 nlm4_lockargs nlm4_lock_msg_4_arg;
363 nlm4_lockargs nlm4_nm_lock_4_arg;
H A Dnlm_prot_clnt.c210 nlm4_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
255 nlm4_lock_msg_4(nlm4_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
354 nlm4_nm_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
H A Dnlm_prot_xdr.c362 xdr_nlm4_lockargs(XDR *xdrs, nlm4_lockargs *objp)
H A Dnlm_advlock.c593 nlm_lock_rpc(rpcvers_t vers, nlm4_lockargs *args, nlm4_res *res, CLIENT *client,
723 struct nlm4_lockargs args;
H A Dnlm_prot_impl.c1945 nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp,

Completed in 148 milliseconds