Home
last modified time | relevance | path

Searched refs:clnt_res (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/fs/nfs/nlm/
Dnlm_prot_clnt.c23 nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_sm_notify_0() argument
27 (xdrproc_t) xdr_void, (caddr_t) clnt_res, in nlm_sm_notify_0()
32 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_test_1() argument
36 (xdrproc_t) xdr_nlm_testres, (caddr_t) clnt_res, in nlm_test_1()
41 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm_lock_1() argument
45 (xdrproc_t) xdr_nlm_res, (caddr_t) clnt_res, in nlm_lock_1()
50 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext,… in nlm_cancel_1() argument
54 (xdrproc_t) xdr_nlm_res, (caddr_t) clnt_res, in nlm_cancel_1()
59 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_unlock_1() argument
63 (xdrproc_t) xdr_nlm_res, (caddr_t) clnt_res, in nlm_unlock_1()
[all …]