Searched refs:nlm4_res (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/sys/nlm/
H A Dnlm.h168 extern int nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result,
178 extern int nlm_do_cancel(nlm4_cancargs *argp, nlm4_res *result,
188 extern int nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result,
198 extern int nlm_do_granted(nlm4_testargs *argp, nlm4_res *result,
205 extern void nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp);
H A Dnlm_prot_server.c103 nlm_convert_to_nlm_res(struct nlm_res *dst, struct nlm4_res *src)
110 nlm_convert_to_nlm4_res(struct nlm4_res *dst, struct nlm_res *src)
159 nlm4_res res4;
180 nlm4_res res4;
199 nlm4_res res4;
216 nlm4_res res4;
265 nlm4_res res4;
295 nlm4_res res4;
323 nlm4_res res4;
349 nlm4_res res
[all...]
H A Dnlm_prot.h222 struct nlm4_res { struct
226 typedef struct nlm4_res nlm4_res; typedef in typeref:struct:nlm4_res
354 extern enum clnt_stat nlm4_lock_4(nlm4_lockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
355 extern bool_t nlm4_lock_4_svc(nlm4_lockargs *, nlm4_res *, struct svc_req *);
357 extern enum clnt_stat nlm4_cancel_4(nlm4_cancargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
358 extern bool_t nlm4_cancel_4_svc(nlm4_cancargs *, nlm4_res *, struct svc_req *);
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 *);
363 extern enum clnt_stat nlm4_granted_4(nlm4_testargs *, nlm4_res *, CLIEN
[all...]
H A Dnlm_prot_svc.c357 nlm4_res nlm4_lock_res_4_arg;
358 nlm4_res nlm4_cancel_res_4_arg;
359 nlm4_res nlm4_unlock_res_4_arg;
360 nlm4_res nlm4_granted_res_4_arg;
368 nlm4_res nlm4_lock_4_res;
369 nlm4_res nlm4_cancel_4_res;
370 nlm4_res nlm4_unlock_4_res;
371 nlm4_res nlm4_granted_4_res;
374 nlm4_res nlm4_nm_lock_4_res;
H A Dnlm_prot_clnt.c210 nlm4_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
219 nlm4_cancel_4(nlm4_cancargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
228 nlm4_unlock_4(nlm4_unlockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
237 nlm4_granted_4(nlm4_testargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
300 nlm4_lock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
309 nlm4_cancel_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
318 nlm4_unlock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
327 nlm4_granted_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
354 nlm4_nm_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
H A Dnlm_advlock.c555 nlm_convert_to_nlm4_res(struct nlm4_res *dst, struct nlm_res *src)
593 nlm_lock_rpc(rpcvers_t vers, nlm4_lockargs *args, nlm4_res *res, CLIENT *client,
622 nlm_cancel_rpc(rpcvers_t vers, nlm4_cancargs *args, nlm4_res *res, CLIENT *client,
649 nlm_unlock_rpc(rpcvers_t vers, nlm4_unlockargs *args, nlm4_res *res, CLIENT *client,
725 struct nlm4_res res;
924 struct nlm4_res res;
H A Dnlm_prot_xdr.c351 xdr_nlm4_res(XDR *xdrs, nlm4_res *objp)
H A Dnlm_prot_impl.c1945 nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp,
2134 nlm_do_cancel(nlm4_cancargs *argp, nlm4_res *result, struct svc_req *rqstp,
2224 nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp,
2286 nlm_do_granted(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp,
2331 nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp)
/freebsd-10.0-release/include/rpcsvc/
H A Dnlm_prot.x207 struct nlm4_res {
308 nlm4_res NLM4_LOCK(nlm4_lockargs) = 2;
309 nlm4_res NLM4_CANCEL(nlm4_cancargs) = 3;
310 nlm4_res NLM4_UNLOCK(nlm4_unlockargs) = 4;
311 nlm4_res NLM4_GRANTED(nlm4_testargs) = 5;
318 void NLM4_LOCK_RES(nlm4_res) = 12;
319 void NLM4_CANCEL_RES(nlm4_res) = 13;
320 void NLM4_UNLOCK_RES(nlm4_res) = 14;
321 void NLM4_GRANTED_RES(nlm4_res) = 15;
324 nlm4_res NLM4_NM_LOC
[all...]
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlockd_lock.h24 void transmit4_result(int, nlm4_res *, struct sockaddr *);
H A Dlock_proc.c363 nlm4_res *result;
1022 nlm4_res *
1027 static nlm4_res res;
1063 static nlm4_res res;
1081 nlm4_res *
1086 static nlm4_res res;
1107 static nlm4_res res;
1130 nlm4_res *
1135 static nlm4_res res;
1151 static nlm4_res re
[all...]
H A Dlockd_lock.c2196 static struct nlm4_res retval4;

Completed in 217 milliseconds