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

  /src/lib/librpcsvc/
nlm_prot.x 69 struct nlm_lockargs {
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;
  /src/sys/fs/nfs/nlm/
nlm_prot.h 75 struct nlm_lockargs { struct
83 typedef struct nlm_lockargs nlm_lockargs; typedef in typeref:struct:nlm_lockargs
293 extern enum clnt_stat nlm_lock_1(struct nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
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 *, struct timeval);
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 *, struct timeval);
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*);
    [all...]
nlm_prot_svc.c 102 struct nlm_lockargs nlm_lock_1_arg;
107 struct nlm_lockargs nlm_lock_msg_1_arg;
257 nlm_lockargs nlm_nm_lock_3_arg;
nlm_prot_clnt.c 41 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
86 nlm_lock_msg_1(struct nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
185 nlm_nm_lock_3(nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
nlm_prot_server.c 157 nlm_lock_1_svc(struct nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp)
264 nlm_lock_msg_1_svc(struct nlm_lockargs *argp, void *result, struct svc_req *rqstp)
475 nlm_nm_lock_3_svc(nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp)
nlm_prot_xdr.c 112 xdr_nlm_lockargs(XDR *xdrs, nlm_lockargs *objp)
nlm_advlock.c 605 nlm_lockargs args1;
  /src/usr.sbin/rpc.lockd/
test.c 38 nlm_lock_1(struct nlm_lockargs *argp, CLIENT *clnt)
120 nlm_lock_msg_1(struct nlm_lockargs *argp, CLIENT *clnt)
297 nlm_nm_lock_3(nlm_lockargs *argp, CLIENT *clnt)
334 nlm_lockargs arg;
lock_proc.c 448 nlm_lock_1_svc(nlm_lockargs *arg, struct svc_req *rqstp)
470 nlm_lock_msg_1_svc(nlm_lockargs *arg, struct svc_req *rqstp)
766 nlm_nm_lock_3_svc(nlm_lockargs *arg, struct svc_req *rqstp)

Completed in 51 milliseconds