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

/freebsd-9.3-release/include/rpcsvc/
H A Dnlm_prot.x93 struct nlm_unlockargs {
278 nlm_res NLM_UNLOCK(struct nlm_unlockargs) = 4;
290 void NLM_UNLOCK_MSG(struct nlm_unlockargs) = 9;
/freebsd-9.3-release/sys/nlm/
H A Dnlm_prot.h98 struct nlm_unlockargs { struct
102 typedef struct nlm_unlockargs nlm_unlockargs; typedef in typeref:struct:nlm_unlockargs
297 extern enum clnt_stat nlm_unlock_1(struct nlm_unlockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
298 extern bool_t nlm_unlock_1_svc(struct nlm_unlockargs *, nlm_res *, struct svc_req *);
312 extern enum clnt_stat nlm_unlock_msg_1(struct nlm_unlockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
313 extern bool_t nlm_unlock_msg_1_svc(struct nlm_unlockargs *, void *, struct svc_req *);
420 extern bool_t xdr_nlm_unlockargs(XDR *, nlm_unlockargs*);
H A Dnlm_prot_svc.c102 struct nlm_unlockargs nlm_unlock_1_arg;
107 struct nlm_unlockargs nlm_unlock_msg_1_arg;
H A Dnlm_prot_clnt.c57 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
102 nlm_unlock_msg_1(struct nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
H A Dnlm_prot_server.c195 nlm_unlock_1_svc(struct nlm_unlockargs *argp, nlm_res *result, struct svc_req *rqstp)
320 nlm_unlock_msg_1_svc(struct nlm_unlockargs *argp, void *result, struct svc_req *rqstp)
H A Dnlm_prot_xdr.c156 xdr_nlm_unlockargs(XDR *xdrs, nlm_unlockargs *objp)
H A Dnlm_advlock.c655 nlm_unlockargs args1;
/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dtest.c69 struct nlm_unlockargs *argp;
145 struct nlm_unlockargs *argp;
H A Dlock_proc.c637 nlm_unlockargs *arg;
656 nlm_unlockargs *arg;
H A Dkern.c404 struct nlm_unlockargs arg;

Completed in 110 milliseconds