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

  /src/usr.sbin/rpc.lockd/
lockd_lock.h 19 void transmit4_result(int, nlm4_res *, struct sockaddr *);
lock_proc.c 293 transmit4_result(int opcode, nlm4_res *result, struct sockaddr *addr)
885 nlm4_res *
888 static nlm4_res result;
904 static nlm4_res result;
924 nlm4_res *
927 static nlm4_res result;
946 static nlm4_res result;
971 nlm4_res *
974 static nlm4_res result;
988 static nlm4_res result
    [all...]
lockd_lock.c 618 static struct nlm4_res retval4;
  /src/sys/fs/nfs/nlm/
nlm.h 170 extern int nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result,
180 extern int nlm_do_cancel(nlm4_cancargs *argp, nlm4_res *result,
190 extern int nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result,
200 extern int nlm_do_granted(nlm4_testargs *argp, nlm4_res *result,
207 extern void nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp);
nlm_prot.h 224 struct nlm4_res { struct
228 typedef struct nlm4_res nlm4_res; typedef in typeref:struct:nlm4_res
356 extern enum clnt_stat nlm4_lock_4(nlm4_lockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
357 extern bool_t nlm4_lock_4_svc(nlm4_lockargs *, nlm4_res *, struct svc_req *);
359 extern enum clnt_stat nlm4_cancel_4(nlm4_cancargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
360 extern bool_t nlm4_cancel_4_svc(nlm4_cancargs *, nlm4_res *, struct svc_req *);
362 extern enum clnt_stat nlm4_unlock_4(nlm4_unlockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
363 extern bool_t nlm4_unlock_4_svc(nlm4_unlockargs *, nlm4_res *, struct svc_req *);
365 extern enum clnt_stat nlm4_granted_4(nlm4_testargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval)
    [all...]
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)
161 nlm4_res res4;
182 nlm4_res res4;
201 nlm4_res res4;
218 nlm4_res res4;
267 nlm4_res res4;
297 nlm4_res res4;
325 nlm4_res res4;
351 nlm4_res res4
    [all...]
nlm_prot_svc.c 359 nlm4_res nlm4_lock_res_4_arg;
360 nlm4_res nlm4_cancel_res_4_arg;
361 nlm4_res nlm4_unlock_res_4_arg;
362 nlm4_res nlm4_granted_res_4_arg;
370 nlm4_res nlm4_lock_4_res;
371 nlm4_res nlm4_cancel_4_res;
372 nlm4_res nlm4_unlock_4_res;
373 nlm4_res nlm4_granted_4_res;
376 nlm4_res nlm4_nm_lock_4_res;
nlm_prot_clnt.c 212 nlm4_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
221 nlm4_cancel_4(nlm4_cancargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
230 nlm4_unlock_4(nlm4_unlockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
239 nlm4_granted_4(nlm4_testargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
302 nlm4_lock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
311 nlm4_cancel_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
320 nlm4_unlock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
329 nlm4_granted_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
356 nlm4_nm_lock_4(nlm4_lockargs *argp, nlm4_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)
599 nlm_lock_rpc(rpcvers_t vers, nlm4_lockargs *args, nlm4_res *res, CLIENT *client,
628 nlm_cancel_rpc(rpcvers_t vers, nlm4_cancargs *args, nlm4_res *res, CLIENT *client,
655 nlm_unlock_rpc(rpcvers_t vers, nlm4_unlockargs *args, nlm4_res *res, CLIENT *client,
767 struct nlm4_res res;
966 struct nlm4_res res;
nlm_prot_xdr.c 354 xdr_nlm4_res(XDR *xdrs, nlm4_res *objp)
nlm_prot_impl.c 1961 nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp,
2150 nlm_do_cancel(nlm4_cancargs *argp, nlm4_res *result, struct svc_req *rqstp,
2240 nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp,
2302 nlm_do_granted(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp,
2347 nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp)
  /src/lib/librpcsvc/
nlm_prot.x 205 struct nlm4_res {
300 nlm4_res NLM4_LOCK(nlm4_lockargs) = 2;
301 nlm4_res NLM4_CANCEL(nlm4_cancargs) = 3;
302 nlm4_res NLM4_UNLOCK(nlm4_unlockargs) = 4;
303 nlm4_res NLM4_GRANTED(nlm4_testargs) = 5;
310 void NLM4_LOCK_RES(nlm4_res) = 12;
311 void NLM4_CANCEL_RES(nlm4_res) = 13;
312 void NLM4_UNLOCK_RES(nlm4_res) = 14;
313 void NLM4_GRANTED_RES(nlm4_res) = 15;
316 nlm4_res NLM4_NM_LOCK(nlm4_lockargs) = 22
    [all...]

Completed in 19 milliseconds