Searched refs:nlm_unlockargs (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot.h | 97 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 D | nlm_prot_svc.c | 100 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 D | nlm_prot_clnt.c | 53 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 D | nlm_prot_server.c | 193 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 D | nlm_prot_xdr.c | 152 xdr_nlm_unlockargs(XDR *xdrs, nlm_unlockargs *objp) in xdr_nlm_unlockargs()
|
H A D | nlm_advlock.c | 659 nlm_unlockargs args1; in nlm_unlock_rpc()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 86 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 D | test.c | 60 struct nlm_unlockargs *argp; in nlm_unlock_1() 136 struct nlm_unlockargs *argp; in nlm_unlock_msg_1()
|
H A D | lock_proc.c | 615 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 D | kern.c | 400 struct nlm_unlockargs arg; in unlock_request()
|