Home
last modified time | relevance | path

Searched refs:nlm4_shareargs (Results 1 – 7 of 7) sorted by relevance

/trueos/sys/nlm/
HDnlm_prot.h252 struct nlm4_shareargs { struct
257 typedef struct nlm4_shareargs nlm4_shareargs; argument
396 extern enum clnt_stat nlm4_share_4(nlm4_shareargs *, nlm4_shareres *, CLIENT *, struct rpc_callext…
397 extern bool_t nlm4_share_4_svc(nlm4_shareargs *, nlm4_shareres *, struct svc_req *);
399 extern enum clnt_stat nlm4_unshare_4(nlm4_shareargs *, nlm4_shareres *, CLIENT *, struct rpc_calle…
400 extern bool_t nlm4_unshare_4_svc(nlm4_shareargs *, nlm4_shareres *, struct svc_req *);
439 extern bool_t xdr_nlm4_shareargs(XDR *, nlm4_shareargs*);
HDnlm_prot_server.c434 nlm4_shareargs args4; in nlm_share_3_svc()
455 nlm4_shareargs args4; in nlm_unshare_3_svc()
679 nlm4_share_4_svc(nlm4_shareargs *argp, nlm4_shareres *result, struct svc_req *rqstp) in nlm4_share_4_svc()
688 nlm4_unshare_4_svc(nlm4_shareargs *argp, nlm4_shareres *result, struct svc_req *rqstp) in nlm4_unshare_4_svc()
HDnlm_prot_svc.c361 nlm4_shareargs nlm4_share_4_arg; in nlm_prog_4()
362 nlm4_shareargs nlm4_unshare_4_arg; in nlm_prog_4()
HDnlm_prot_clnt.c336 nlm4_share_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm4_share_4()
345 nlm4_unshare_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *e… in nlm4_unshare_4()
HDnlm_prot_xdr.c407 xdr_nlm4_shareargs(XDR *xdrs, nlm4_shareargs *objp) in xdr_nlm4_shareargs()
/trueos/include/rpcsvc/
HDnlm_prot.x233 struct nlm4_shareargs { struct
322 nlm4_shareres NLM4_SHARE(nlm4_shareargs) = 20;
323 nlm4_shareres NLM4_UNSHARE(nlm4_shareargs) = 21;
/trueos/usr.sbin/rpc.lockd/
HDlock_proc.c1318 nlm4_shareargs *arg; in nlm4_share_4_svc()
1340 nlm4_shareargs *arg; in nlm4_unshare_4_svc()