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

  /src/lib/librpcsvc/
nlm_prot.x 237 struct nlm4_shareres {
314 nlm4_shareres NLM4_SHARE(nlm4_shareargs) = 20;
315 nlm4_shareres NLM4_UNSHARE(nlm4_shareargs) = 21;
  /src/sys/fs/nfs/nlm/
nlm_prot.h 261 struct nlm4_shareres { struct
266 typedef struct nlm4_shareres nlm4_shareres; typedef in typeref:struct:nlm4_shareres
398 extern enum clnt_stat nlm4_share_4(nlm4_shareargs *, nlm4_shareres *, CLIENT *, struct rpc_callextra *, struct timeval);
399 extern bool_t nlm4_share_4_svc(nlm4_shareargs *, nlm4_shareres *, struct svc_req *);
401 extern enum clnt_stat nlm4_unshare_4(nlm4_shareargs *, nlm4_shareres *, CLIENT *, struct rpc_callextra *, struct timeval);
402 extern bool_t nlm4_unshare_4_svc(nlm4_shareargs *, nlm4_shareres *, struct svc_req *);
442 extern bool_t xdr_nlm4_shareres(XDR *, nlm4_shareres*);
nlm_prot_svc.c 374 nlm4_shareres nlm4_share_4_res;
375 nlm4_shareres nlm4_unshare_4_res;
nlm_prot_server.c 437 nlm4_shareres res4;
458 nlm4_shareres res4;
681 nlm4_share_4_svc(nlm4_shareargs *argp, nlm4_shareres *result, struct svc_req *rqstp)
690 nlm4_unshare_4_svc(nlm4_shareargs *argp, nlm4_shareres *result, struct svc_req *rqstp)
nlm_prot_clnt.c 338 nlm4_share_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
347 nlm4_unshare_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
nlm_prot_xdr.c 423 xdr_nlm4_shareres(XDR *xdrs, nlm4_shareres *objp)
  /src/usr.sbin/rpc.lockd/
lock_proc.c 1135 nlm4_shareres *
1138 static nlm4_shareres result;
1155 nlm4_shareres *
1158 static nlm4_shareres result;

Completed in 15 milliseconds