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

  /src/lib/librpcsvc/
nlm_prot.x 226 struct nlm4_unlockargs {
302 nlm4_res NLM4_UNLOCK(nlm4_unlockargs) = 4;
307 void NLM4_UNLOCK_MSG(nlm4_unlockargs) = 9;
  /src/sys/fs/nfs/nlm/
nlm_prot.h 248 struct nlm4_unlockargs { struct
252 typedef struct nlm4_unlockargs nlm4_unlockargs; typedef in typeref:struct:nlm4_unlockargs
362 extern enum clnt_stat nlm4_unlock_4(nlm4_unlockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
363 extern bool_t nlm4_unlock_4_svc(nlm4_unlockargs *, nlm4_res *, struct svc_req *);
377 extern enum clnt_stat nlm4_unlock_msg_4(nlm4_unlockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
378 extern bool_t nlm4_unlock_msg_4_svc(nlm4_unlockargs *, void *, struct svc_req *);
440 extern bool_t xdr_nlm4_unlockargs(XDR *, nlm4_unlockargs*);
nlm.h 190 extern int nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result,
nlm_prot_svc.c 351 nlm4_unlockargs nlm4_unlock_4_arg;
356 nlm4_unlockargs nlm4_unlock_msg_4_arg;
nlm_prot_server.c 200 nlm4_unlockargs args4;
324 nlm4_unlockargs args4;
539 nlm4_unlock_4_svc(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp)
609 nlm4_unlock_msg_4_svc(nlm4_unlockargs *argp, void *result, struct svc_req *rqstp)
nlm_prot_clnt.c 230 nlm4_unlock_4(nlm4_unlockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
275 nlm4_unlock_msg_4(nlm4_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
nlm_prot_xdr.c 399 xdr_nlm4_unlockargs(XDR *xdrs, nlm4_unlockargs *objp)
nlm_advlock.c 655 nlm_unlock_rpc(rpcvers_t vers, nlm4_unlockargs *args, nlm4_res *res, CLIENT *client,
964 struct nlm4_unlockargs args;
nlm_prot_impl.c 2240 nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp,
  /src/usr.sbin/rpc.lockd/
lock_proc.c 972 nlm4_unlock_4_svc(nlm4_unlockargs *arg, struct svc_req *rqstp)
986 nlm4_unlock_msg_4_svc(nlm4_unlockargs *arg, struct svc_req *rqstp)

Completed in 19 milliseconds