HomeSort by: relevance | last modified time | path
    Searched refs:nlm4_lockargs (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.sbin/rpc.lockd/
lockd_lock.h 7 enum nlm_stats getlock(nlm4_lockargs *, struct svc_req *, int);
lock_proc.c 451 struct nlm4_lockargs arg4;
473 struct nlm4_lockargs arg4;
886 nlm4_lock_4_svc(nlm4_lockargs *arg, struct svc_req *rqstp)
902 nlm4_lock_msg_4_svc(nlm4_lockargs *arg, struct svc_req *rqstp)
1180 nlm4_nm_lock_4_svc(nlm4_lockargs *arg, struct svc_req *rqstp)
lockd_lock.c 215 getlock(nlm4_lockargs * lckarg, struct svc_req *rqstp, int flags)
  /src/lib/librpcsvc/
nlm_prot.x 210 struct nlm4_lockargs {
300 nlm4_res NLM4_LOCK(nlm4_lockargs) = 2;
305 void NLM4_LOCK_MSG(nlm4_lockargs) = 7;
316 nlm4_res NLM4_NM_LOCK(nlm4_lockargs) = 22;
  /src/sys/fs/nfs/nlm/
nlm_prot.h 230 struct nlm4_lockargs { struct
238 typedef struct nlm4_lockargs nlm4_lockargs; typedef in typeref:struct:nlm4_lockargs
356 extern enum clnt_stat nlm4_lock_4(nlm4_lockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
357 extern bool_t nlm4_lock_4_svc(nlm4_lockargs *, nlm4_res *, struct svc_req *);
371 extern enum clnt_stat nlm4_lock_msg_4(nlm4_lockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
372 extern bool_t nlm4_lock_msg_4_svc(nlm4_lockargs *, void *, struct svc_req *);
404 extern enum clnt_stat nlm4_nm_lock_4(nlm4_lockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
405 extern bool_t nlm4_nm_lock_4_svc(nlm4_lockargs *, nlm4_res *, struct svc_req *);
438 extern bool_t xdr_nlm4_lockargs(XDR *, nlm4_lockargs*);
    [all...]
nlm.h 170 extern int nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result,
nlm_prot_svc.c 349 nlm4_lockargs nlm4_lock_4_arg;
354 nlm4_lockargs nlm4_lock_msg_4_arg;
365 nlm4_lockargs nlm4_nm_lock_4_arg;
nlm_prot_server.c 160 nlm4_lockargs args4;
266 nlm4_lockargs args4;
478 nlm4_lockargs args4;
523 nlm4_lock_4_svc(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp)
573 nlm4_lock_msg_4_svc(nlm4_lockargs *argp, void *result, struct svc_req *rqstp)
699 nlm4_nm_lock_4_svc(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp)
nlm_prot_clnt.c 212 nlm4_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
257 nlm4_lock_msg_4(nlm4_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
356 nlm4_nm_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
nlm_prot_xdr.c 365 xdr_nlm4_lockargs(XDR *xdrs, nlm4_lockargs *objp)
nlm_advlock.c 599 nlm_lock_rpc(rpcvers_t vers, nlm4_lockargs *args, nlm4_res *res, CLIENT *client,
765 struct nlm4_lockargs args;
nlm_prot_impl.c 1961 nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp,

Completed in 22 milliseconds