Searched refs:nlm4_shareargs (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot.h | 251 struct nlm4_shareargs { struct 256 typedef struct nlm4_shareargs nlm4_shareargs; argument 395 extern enum clnt_stat nlm4_share_4(nlm4_shareargs *, nlm4_shareres *, CLIENT *, struct rpc_callext… 396 extern bool_t nlm4_share_4_svc(nlm4_shareargs *, nlm4_shareres *, struct svc_req *); 398 extern enum clnt_stat nlm4_unshare_4(nlm4_shareargs *, nlm4_shareres *, CLIENT *, struct rpc_calle… 399 extern bool_t nlm4_unshare_4_svc(nlm4_shareargs *, nlm4_shareres *, struct svc_req *); 438 extern bool_t xdr_nlm4_shareargs(XDR *, nlm4_shareargs*);
|
H A D | nlm_prot_server.c | 432 nlm4_shareargs args4; in nlm_share_3_svc() 453 nlm4_shareargs args4; in nlm_unshare_3_svc() 677 nlm4_share_4_svc(nlm4_shareargs *argp, nlm4_shareres *result, struct svc_req *rqstp) in nlm4_share_4_svc() 686 nlm4_unshare_4_svc(nlm4_shareargs *argp, nlm4_shareres *result, struct svc_req *rqstp) in nlm4_unshare_4_svc()
|
H A D | nlm_prot_svc.c | 359 nlm4_shareargs nlm4_share_4_arg; in nlm_prog_4() 360 nlm4_shareargs nlm4_unshare_4_arg; in nlm_prog_4()
|
H A D | nlm_prot_clnt.c | 332 nlm4_share_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm4_share_4() 341 nlm4_unshare_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *e… in nlm4_unshare_4()
|
H A D | nlm_prot_xdr.c | 403 xdr_nlm4_shareargs(XDR *xdrs, nlm4_shareargs *objp) in xdr_nlm4_shareargs()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 226 struct nlm4_shareargs { struct 315 nlm4_shareres NLM4_SHARE(nlm4_shareargs) = 20; 316 nlm4_shareres NLM4_UNSHARE(nlm4_shareargs) = 21;
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lock_proc.c | 1240 nlm4_share_4_svc(nlm4_shareargs *arg, struct svc_req *rqstp) in nlm4_share_4_svc() 1260 nlm4_unshare_4_svc(nlm4_shareargs *arg, struct svc_req *rqstp) in nlm4_unshare_4_svc()
|