Searched refs:nlm4_unlockargs (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot.h | 245 struct nlm4_unlockargs { struct 249 typedef struct nlm4_unlockargs nlm4_unlockargs; typedef 359 extern enum clnt_stat nlm4_unlock_4(nlm4_unlockargs *, nlm4_res *, CLIENT *, struct rpc_callextra … 360 extern bool_t nlm4_unlock_4_svc(nlm4_unlockargs *, nlm4_res *, struct svc_req *); 374 extern enum clnt_stat nlm4_unlock_msg_4(nlm4_unlockargs *, void *, CLIENT *, struct rpc_callextra … 375 extern bool_t nlm4_unlock_msg_4_svc(nlm4_unlockargs *, void *, struct svc_req *); 437 extern bool_t xdr_nlm4_unlockargs(XDR *, nlm4_unlockargs*);
|
H A D | nlm_prot_server.c | 196 nlm4_unlockargs args4; in nlm_unlock_1_svc() 320 nlm4_unlockargs args4; in nlm_unlock_msg_1_svc() 535 nlm4_unlock_4_svc(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp) in nlm4_unlock_4_svc() 605 nlm4_unlock_msg_4_svc(nlm4_unlockargs *argp, void *result, struct svc_req *rqstp) in nlm4_unlock_msg_4_svc()
|
H A D | nlm.h | 188 extern int nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result,
|
H A D | nlm_prot_svc.c | 347 nlm4_unlockargs nlm4_unlock_4_arg; in nlm_prog_4() 352 nlm4_unlockargs nlm4_unlock_msg_4_arg; in nlm_prog_4()
|
H A D | nlm_prot_clnt.c | 224 nlm4_unlock_4(nlm4_unlockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm4_unlock_4() 269 nlm4_unlock_msg_4(nlm4_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm4_unlock_msg_4()
|
H A D | nlm_prot_xdr.c | 392 xdr_nlm4_unlockargs(XDR *xdrs, nlm4_unlockargs *objp) in xdr_nlm4_unlockargs()
|
H A D | nlm_advlock.c | 653 nlm_unlock_rpc(rpcvers_t vers, nlm4_unlockargs *args, nlm4_res *res, CLIENT *client, in nlm_unlock_rpc() 961 struct nlm4_unlockargs args; in nlm_clearlock()
|
H A D | nlm_prot_impl.c | 2232 nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_unlock()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 221 struct nlm4_unlockargs { struct 303 nlm4_res NLM4_UNLOCK(nlm4_unlockargs) = 4; 308 void NLM4_UNLOCK_MSG(nlm4_unlockargs) = 9;
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lock_proc.c | 1072 nlm4_unlock_4_svc(nlm4_unlockargs *arg, struct svc_req *rqstp) in nlm4_unlock_4_svc() 1086 nlm4_unlock_msg_4_svc(nlm4_unlockargs *arg, struct svc_req *rqstp) in nlm4_unlock_msg_4_svc()
|
H A D | kern.c | 399 struct nlm4_unlockargs arg4; in unlock_request()
|