Searched refs:nlm_lockargs (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot.h | 72 struct nlm_lockargs { struct 80 typedef struct nlm_lockargs nlm_lockargs; argument 290 extern enum clnt_stat nlm_lock_1(struct nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra … 291 extern bool_t nlm_lock_1_svc(struct nlm_lockargs *, nlm_res *, struct svc_req *); 305 extern enum clnt_stat nlm_lock_msg_1(struct nlm_lockargs *, void *, CLIENT *, struct rpc_callextra… 306 extern bool_t nlm_lock_msg_1_svc(struct nlm_lockargs *, void *, struct svc_req *); 341 extern enum clnt_stat nlm_nm_lock_3(nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, s… 342 extern bool_t nlm_nm_lock_3_svc(nlm_lockargs *, nlm_res *, struct svc_req *); 416 extern bool_t xdr_nlm_lockargs(XDR *, nlm_lockargs*);
|
H A D | nlm_prot_svc.c | 98 struct nlm_lockargs nlm_lock_1_arg; in nlm_prog_1() 103 struct nlm_lockargs nlm_lock_msg_1_arg; in nlm_prog_1() 253 nlm_lockargs nlm_nm_lock_3_arg; in nlm_prog_3()
|
H A D | nlm_prot_clnt.c | 35 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm_lock_1() 80 nlm_lock_msg_1(struct nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_lock_msg_1() 179 nlm_nm_lock_3(nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struc… in nlm_nm_lock_3()
|
H A D | nlm_prot_server.c | 153 nlm_lock_1_svc(struct nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_lock_1_svc() 260 nlm_lock_msg_1_svc(struct nlm_lockargs *argp, void *result, struct svc_req *rqstp) in nlm_lock_msg_1_svc() 471 nlm_nm_lock_3_svc(nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_nm_lock_3_svc()
|
H A D | nlm_prot_xdr.c | 105 xdr_nlm_lockargs(XDR *xdrs, nlm_lockargs *objp) in xdr_nlm_lockargs()
|
H A D | nlm_advlock.c | 603 nlm_lockargs args1; in nlm_lock_rpc()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 64 struct nlm_lockargs { struct 268 nlm_res NLM_LOCK(struct nlm_lockargs) = 2; 281 void NLM_LOCK_MSG(struct nlm_lockargs) = 7; 295 nlm_res NLM_NM_LOCK(nlm_lockargs) = 22;
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | test.c | 27 struct nlm_lockargs *argp; in nlm_lock_1() 105 struct nlm_lockargs *argp; in nlm_lock_msg_1() 271 nlm_lockargs *argp; in nlm_nm_lock_3() 304 nlm_lockargs arg; in main()
|
H A D | lock_proc.c | 513 nlm_lock_1_svc(nlm_lockargs *arg, struct svc_req *rqstp) in nlm_lock_1_svc() 535 nlm_lock_msg_1_svc(nlm_lockargs *arg, struct svc_req *rqstp) in nlm_lock_msg_1_svc() 835 nlm_nm_lock_3_svc(nlm_lockargs *arg, struct svc_req *rqstp) in nlm_nm_lock_3_svc()
|
H A D | kern.c | 327 struct nlm_lockargs arg; in lock_request()
|