Home
last modified time | relevance | path

Searched refs:nlm_unlockargs (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/nlm/
H A Dnlm_prot.h97 struct nlm_unlockargs { struct
101 typedef struct nlm_unlockargs nlm_unlockargs; argument
296 extern enum clnt_stat nlm_unlock_1(struct nlm_unlockargs *, nlm_res *, CLIENT *, struct rpc_callex…
297 extern bool_t nlm_unlock_1_svc(struct nlm_unlockargs *, nlm_res *, struct svc_req *);
311 extern enum clnt_stat nlm_unlock_msg_1(struct nlm_unlockargs *, void *, CLIENT *, struct rpc_calle…
312 extern bool_t nlm_unlock_msg_1_svc(struct nlm_unlockargs *, void *, struct svc_req *);
419 extern bool_t xdr_nlm_unlockargs(XDR *, nlm_unlockargs*);
H A Dnlm_prot_svc.c100 struct nlm_unlockargs nlm_unlock_1_arg; in nlm_prog_1()
105 struct nlm_unlockargs nlm_unlock_msg_1_arg; in nlm_prog_1()
H A Dnlm_prot_clnt.c53 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_unlock_1()
98 nlm_unlock_msg_1(struct nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *e… in nlm_unlock_msg_1()
H A Dnlm_prot_server.c193 nlm_unlock_1_svc(struct nlm_unlockargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_unlock_1_svc()
318 nlm_unlock_msg_1_svc(struct nlm_unlockargs *argp, void *result, struct svc_req *rqstp) in nlm_unlock_msg_1_svc()
H A Dnlm_prot_xdr.c152 xdr_nlm_unlockargs(XDR *xdrs, nlm_unlockargs *objp) in xdr_nlm_unlockargs()
H A Dnlm_advlock.c659 nlm_unlockargs args1; in nlm_unlock_rpc()
/freebsd/include/rpcsvc/
H A Dnlm_prot.x86 struct nlm_unlockargs { struct
271 nlm_res NLM_UNLOCK(struct nlm_unlockargs) = 4;
283 void NLM_UNLOCK_MSG(struct nlm_unlockargs) = 9;
/freebsd/usr.sbin/rpc.lockd/
H A Dtest.c60 struct nlm_unlockargs *argp; in nlm_unlock_1()
136 struct nlm_unlockargs *argp; in nlm_unlock_msg_1()
H A Dlock_proc.c615 nlm_unlock_1_svc(nlm_unlockargs *arg, struct svc_req *rqstp) in nlm_unlock_1_svc()
632 nlm_unlock_msg_1_svc(nlm_unlockargs *arg, struct svc_req *rqstp) in nlm_unlock_msg_1_svc()
H A Dkern.c400 struct nlm_unlockargs arg; in unlock_request()