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

  /src/lib/librpcsvc/
nlm_prot.x 91 struct nlm_unlockargs {
270 nlm_res NLM_UNLOCK(struct nlm_unlockargs) = 4;
282 void NLM_UNLOCK_MSG(struct nlm_unlockargs) = 9;
  /src/sys/fs/nfs/nlm/
nlm_prot.h 100 struct nlm_unlockargs { struct
104 typedef struct nlm_unlockargs nlm_unlockargs; typedef in typeref:struct:nlm_unlockargs
299 extern enum clnt_stat nlm_unlock_1(struct nlm_unlockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
300 extern bool_t nlm_unlock_1_svc(struct nlm_unlockargs *, nlm_res *, struct svc_req *);
314 extern enum clnt_stat nlm_unlock_msg_1(struct nlm_unlockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
315 extern bool_t nlm_unlock_msg_1_svc(struct nlm_unlockargs *, void *, struct svc_req *);
422 extern bool_t xdr_nlm_unlockargs(XDR *, nlm_unlockargs*);
nlm_prot_svc.c 104 struct nlm_unlockargs nlm_unlock_1_arg;
109 struct nlm_unlockargs nlm_unlock_msg_1_arg;
nlm_prot_clnt.c 59 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
104 nlm_unlock_msg_1(struct nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
nlm_prot_xdr.c 159 xdr_nlm_unlockargs(XDR *xdrs, nlm_unlockargs *objp)
nlm_prot_server.c 197 nlm_unlock_1_svc(struct nlm_unlockargs *argp, nlm_res *result, struct svc_req *rqstp)
322 nlm_unlock_msg_1_svc(struct nlm_unlockargs *argp, void *result, struct svc_req *rqstp)
nlm_advlock.c 661 nlm_unlockargs args1;
  /src/usr.sbin/rpc.lockd/
test.c 72 nlm_unlock_1(struct nlm_unlockargs *argp, CLIENT *clnt)
153 nlm_unlock_msg_1(struct nlm_unlockargs *argp, CLIENT *clnt)
lock_proc.c 552 nlm_unlock_1_svc(nlm_unlockargs *arg, struct svc_req *rqstp)
569 nlm_unlock_msg_1_svc(nlm_unlockargs *arg, struct svc_req *rqstp)

Completed in 18 milliseconds