HomeSort by: relevance | last modified time | path
    Searched refs:nlm_res (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.sbin/rpc.lockd/
lockd_lock.h 18 void transmit_result(int, nlm_res *, struct sockaddr *);
test.c 37 nlm_res *
41 static nlm_res res;
55 nlm_res *
59 static nlm_res res;
71 nlm_res *
75 static nlm_res res;
87 nlm_res *
91 static nlm_res res;
201 nlm_lock_res_1(nlm_res *argp, CLIENT *clnt)
217 nlm_cancel_res_1(nlm_res *argp, CLIENT *clnt
    [all...]
lock_proc.c 265 transmit_result(int opcode, nlm_res *result, struct sockaddr *addr)
447 nlm_res *
450 static nlm_res result;
472 static nlm_res result;
499 nlm_res *
502 static nlm_res result;
524 static nlm_res result;
551 nlm_res *
554 static nlm_res result;
571 static nlm_res result
    [all...]
lockd_lock.c 617 static struct nlm_res retval;
  /src/lib/librpcsvc/
nlm_prot.x 50 struct nlm_res {
267 nlm_res NLM_LOCK(struct nlm_lockargs) = 2;
269 nlm_res NLM_CANCEL(struct nlm_cancargs) = 3;
270 nlm_res NLM_UNLOCK(struct nlm_unlockargs) = 4;
275 nlm_res NLM_GRANTED(struct nlm_testargs)= 5;
285 void NLM_LOCK_RES(nlm_res) = 12;
286 void NLM_CANCEL_RES(nlm_res) = 13;
287 void NLM_UNLOCK_RES(nlm_res) = 14;
288 void NLM_GRANTED_RES(nlm_res) = 15;
294 nlm_res NLM_NM_LOCK(nlm_lockargs) = 22
    [all...]
  /src/sys/fs/nfs/nlm/
nlm_prot.h 53 struct nlm_res { struct
57 typedef struct nlm_res nlm_res; typedef in typeref:struct:nlm_res
293 extern enum clnt_stat nlm_lock_1(struct nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
294 extern bool_t nlm_lock_1_svc(struct nlm_lockargs *, nlm_res *, struct svc_req *);
296 extern enum clnt_stat nlm_cancel_1(struct nlm_cancargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
297 extern bool_t nlm_cancel_1_svc(struct nlm_cancargs *, nlm_res *, struct svc_req *);
299 extern enum clnt_stat nlm_unlock_1(struct nlm_unlockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
300 extern bool_t nlm_unlock_1_svc(struct nlm_unlockargs *, nlm_res *, struct svc_req *);
302 extern enum clnt_stat nlm_granted_1(struct nlm_testargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval)
    [all...]
nlm_prot_svc.c 112 nlm_res nlm_lock_res_1_arg;
113 nlm_res nlm_cancel_res_1_arg;
114 nlm_res nlm_unlock_res_1_arg;
115 nlm_res nlm_granted_res_1_arg;
119 nlm_res nlm_lock_1_res;
120 nlm_res nlm_cancel_1_res;
121 nlm_res nlm_unlock_1_res;
122 nlm_res nlm_granted_1_res;
263 nlm_res nlm_nm_lock_3_res;
nlm_prot_server.c 105 nlm_convert_to_nlm_res(struct nlm_res *dst, struct nlm4_res *src)
112 nlm_convert_to_nlm4_res(struct nlm4_res *dst, struct nlm_res *src)
157 nlm_lock_1_svc(struct nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp)
178 nlm_cancel_1_svc(struct nlm_cancargs *argp, nlm_res *result, struct svc_req *rqstp)
197 nlm_unlock_1_svc(struct nlm_unlockargs *argp, nlm_res *result, struct svc_req *rqstp)
214 nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *result, struct svc_req *rqstp)
268 nlm_res res;
298 nlm_res res;
326 nlm_res res;
352 nlm_res res
    [all...]
nlm_prot_clnt.c 41 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
50 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
59 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
68 nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
131 nlm_lock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
140 nlm_cancel_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
149 nlm_unlock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
158 nlm_granted_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
185 nlm_nm_lock_3(nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
nlm_advlock.c 561 nlm_convert_to_nlm4_res(struct nlm4_res *dst, struct nlm_res *src)
606 nlm_res res1;
635 nlm_res res1;
662 nlm_res res1;
nlm_prot_xdr.c 71 xdr_nlm_res(XDR *xdrs, nlm_res *objp)

Completed in 57 milliseconds