Searched refs:nlm4_unlockargs (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/include/rpcsvc/
H A Dnlm_prot.x228 struct nlm4_unlockargs {
310 nlm4_res NLM4_UNLOCK(nlm4_unlockargs) = 4;
315 void NLM4_UNLOCK_MSG(nlm4_unlockargs) = 9;
/freebsd-9.3-release/sys/nlm/
H A Dnlm_prot.h246 struct nlm4_unlockargs { struct
250 typedef struct nlm4_unlockargs nlm4_unlockargs; typedef in typeref:struct:nlm4_unlockargs
360 extern enum clnt_stat nlm4_unlock_4(nlm4_unlockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
361 extern bool_t nlm4_unlock_4_svc(nlm4_unlockargs *, nlm4_res *, struct svc_req *);
375 extern enum clnt_stat nlm4_unlock_msg_4(nlm4_unlockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
376 extern bool_t nlm4_unlock_msg_4_svc(nlm4_unlockargs *, void *, struct svc_req *);
438 extern bool_t xdr_nlm4_unlockargs(XDR *, nlm4_unlockargs*);
H A Dnlm.h188 extern int nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result,
H A Dnlm_prot_server.c198 nlm4_unlockargs args4;
322 nlm4_unlockargs args4;
537 nlm4_unlock_4_svc(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp)
607 nlm4_unlock_msg_4_svc(nlm4_unlockargs *argp, void *result, struct svc_req *rqstp)
H A Dnlm_prot_svc.c349 nlm4_unlockargs nlm4_unlock_4_arg;
354 nlm4_unlockargs nlm4_unlock_msg_4_arg;
H A Dnlm_prot_clnt.c228 nlm4_unlock_4(nlm4_unlockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
273 nlm4_unlock_msg_4(nlm4_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
H A Dnlm_prot_xdr.c396 xdr_nlm4_unlockargs(XDR *xdrs, nlm4_unlockargs *objp)
H A Dnlm_advlock.c649 nlm_unlock_rpc(rpcvers_t vers, nlm4_unlockargs *args, nlm4_res *res, CLIENT *client,
922 struct nlm4_unlockargs args;
H A Dnlm_prot_impl.c2227 nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp,
/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dlock_proc.c1132 nlm4_unlockargs *arg;
1148 nlm4_unlockargs *arg;
H A Dkern.c403 struct nlm4_unlockargs arg4;

Completed in 97 milliseconds