Searched refs:nlm_lockargs (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/sys/nlm/ |
| HD | nlm_prot.h | 73 struct nlm_lockargs { struct 81 typedef struct nlm_lockargs nlm_lockargs; argument 291 extern enum clnt_stat nlm_lock_1(struct nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra … 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… 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 *, s… 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*);
|
| HD | nlm_prot_svc.c | 100 struct nlm_lockargs nlm_lock_1_arg; in nlm_prog_1() 105 struct nlm_lockargs nlm_lock_msg_1_arg; in nlm_prog_1() 255 nlm_lockargs nlm_nm_lock_3_arg; in nlm_prog_3()
|
| HD | nlm_prot_clnt.c | 39 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm_lock_1() 84 nlm_lock_msg_1(struct nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_lock_msg_1() 183 nlm_nm_lock_3(nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struc… in nlm_nm_lock_3()
|
| HD | nlm_prot_server.c | 155 nlm_lock_1_svc(struct nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_lock_1_svc() 262 nlm_lock_msg_1_svc(struct nlm_lockargs *argp, void *result, struct svc_req *rqstp) in nlm_lock_msg_1_svc() 473 nlm_nm_lock_3_svc(nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_nm_lock_3_svc()
|
| HD | nlm_prot_xdr.c | 109 xdr_nlm_lockargs(XDR *xdrs, nlm_lockargs *objp) in xdr_nlm_lockargs()
|
| HD | nlm_advlock.c | 599 nlm_lockargs args1; in nlm_lock_rpc()
|
| /NextBSD/include/rpcsvc/ |
| HD | nlm_prot.x | 71 struct nlm_lockargs { struct 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;
|
| /NextBSD/usr.sbin/rpc.lockd/ |
| HD | test.c | 36 struct nlm_lockargs *argp; in nlm_lock_1() 114 struct nlm_lockargs *argp; in nlm_lock_msg_1() 280 nlm_lockargs *argp; in nlm_nm_lock_3() 313 nlm_lockargs arg; in main()
|
| HD | lock_proc.c | 506 nlm_lock_1_svc(nlm_lockargs *arg, struct svc_req *rqstp) in nlm_lock_1_svc() 528 nlm_lock_msg_1_svc(nlm_lockargs *arg, struct svc_req *rqstp) in nlm_lock_msg_1_svc() 828 nlm_nm_lock_3_svc(nlm_lockargs *arg, struct svc_req *rqstp) in nlm_nm_lock_3_svc()
|
| HD | kern.c | 328 struct nlm_lockargs arg; in lock_request()
|