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

/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dtest.c34 nlm_res *
40 static nlm_res res;
52 nlm_res *
57 static nlm_res res;
67 nlm_res *
72 static nlm_res res;
82 nlm_res *
87 static nlm_res res;
190 nlm_res *argp;
205 nlm_res *arg
[all...]
H A Dlockd_lock.h23 void transmit_result(int, nlm_res *, struct sockaddr *);
H A Dlock_proc.c332 nlm_res *result;
525 nlm_res *
530 static nlm_res res;
554 static nlm_res res;
580 nlm_res *
585 static nlm_res res;
609 static nlm_res res;
635 nlm_res *
640 static nlm_res res;
659 static nlm_res re
[all...]
H A Dlockd_lock.c2197 static struct nlm_res retval;
/freebsd-9.3-release/include/rpcsvc/
H A Dnlm_prot.x52 struct nlm_res {
275 nlm_res NLM_LOCK(struct nlm_lockargs) = 2;
277 nlm_res NLM_CANCEL(struct nlm_cancargs) = 3;
278 nlm_res NLM_UNLOCK(struct nlm_unlockargs) = 4;
283 nlm_res NLM_GRANTED(struct nlm_testargs)= 5;
293 void NLM_LOCK_RES(nlm_res) = 12;
294 void NLM_CANCEL_RES(nlm_res) = 13;
295 void NLM_UNLOCK_RES(nlm_res) = 14;
296 void NLM_GRANTED_RES(nlm_res) = 15;
302 nlm_res NLM_NM_LOC
[all...]
/freebsd-9.3-release/sys/nlm/
H A Dnlm_prot.h51 struct nlm_res { struct
55 typedef struct nlm_res nlm_res; typedef in typeref:struct:nlm_res
291 extern enum clnt_stat nlm_lock_1(struct nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
292 extern bool_t nlm_lock_1_svc(struct nlm_lockargs *, nlm_res *, struct svc_req *);
294 extern enum clnt_stat nlm_cancel_1(struct nlm_cancargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
295 extern bool_t nlm_cancel_1_svc(struct nlm_cancargs *, nlm_res *, struct svc_req *);
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 *);
300 extern enum clnt_stat nlm_granted_1(struct nlm_testargs *, nlm_res *, CLIEN
[all...]
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)
155 nlm_lock_1_svc(struct nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp)
176 nlm_cancel_1_svc(struct nlm_cancargs *argp, nlm_res *result, struct svc_req *rqstp)
195 nlm_unlock_1_svc(struct nlm_unlockargs *argp, nlm_res *result, struct svc_req *rqstp)
212 nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *result, struct svc_req *rqstp)
266 nlm_res res;
296 nlm_res res;
324 nlm_res res;
350 nlm_res re
[all...]
H A Dnlm_prot_svc.c110 nlm_res nlm_lock_res_1_arg;
111 nlm_res nlm_cancel_res_1_arg;
112 nlm_res nlm_unlock_res_1_arg;
113 nlm_res nlm_granted_res_1_arg;
117 nlm_res nlm_lock_1_res;
118 nlm_res nlm_cancel_1_res;
119 nlm_res nlm_unlock_1_res;
120 nlm_res nlm_granted_1_res;
261 nlm_res nlm_nm_lock_3_res;
H A Dnlm_prot_clnt.c39 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
48 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
57 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
66 nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
129 nlm_lock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
138 nlm_cancel_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
147 nlm_unlock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
156 nlm_granted_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
183 nlm_nm_lock_3(nlm_lockargs *argp, nlm_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)
600 nlm_res res1;
629 nlm_res res1;
656 nlm_res res1;
H A Dnlm_prot_xdr.c68 xdr_nlm_res(XDR *xdrs, nlm_res *objp)

Completed in 81 milliseconds