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

  /src/lib/librpcsvc/
nlm_prot.x 125 struct nlm_shareargs {
292 nlm_shareres NLM_SHARE(nlm_shareargs) = 20;
293 nlm_shareres NLM_UNSHARE(nlm_shareargs) = 21;
  /src/sys/fs/nfs/nlm/
nlm_prot.h 135 struct nlm_shareargs { struct
140 typedef struct nlm_shareargs nlm_shareargs; typedef in typeref:struct:nlm_shareargs
338 extern enum clnt_stat nlm_share_3(nlm_shareargs *, nlm_shareres *, CLIENT *, struct rpc_callextra *, struct timeval);
339 extern bool_t nlm_share_3_svc(nlm_shareargs *, nlm_shareres *, struct svc_req *);
341 extern enum clnt_stat nlm_unshare_3(nlm_shareargs *, nlm_shareres *, CLIENT *, struct rpc_callextra *, struct timeval);
342 extern bool_t nlm_unshare_3_svc(nlm_shareargs *, nlm_shareres *, struct svc_req *);
426 extern bool_t xdr_nlm_shareargs(XDR *, nlm_shareargs*);
nlm_prot_svc.c 255 nlm_shareargs nlm_share_3_arg;
256 nlm_shareargs nlm_unshare_3_arg;
nlm_prot_clnt.c 167 nlm_share_3(nlm_shareargs *argp, nlm_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
176 nlm_unshare_3(nlm_shareargs *argp, nlm_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
nlm_prot_xdr.c 205 xdr_nlm_shareargs(XDR *xdrs, nlm_shareargs *objp)
nlm_prot_server.c 433 nlm_share_3_svc(nlm_shareargs *argp, nlm_shareres *result, struct svc_req *rqstp)
454 nlm_unshare_3_svc(nlm_shareargs *argp, nlm_shareres *result, struct svc_req *rqstp)
  /src/usr.sbin/rpc.lockd/
test.c 265 nlm_share_3(nlm_shareargs *argp, CLIENT *clnt)
281 nlm_unshare_3(nlm_shareargs *argp, CLIENT *clnt)
lock_proc.c 722 nlm_share_3_svc(nlm_shareargs *arg, struct svc_req *rqstp)
742 nlm_unshare_3_svc(nlm_shareargs *arg, struct svc_req *rqstp)

Completed in 15 milliseconds