Home
last modified time | relevance | path

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

/freebsd/sys/nlm/
H A Dnlm_prot.h282 …stat nlm_sm_notify_0(struct nlm_sm_status *, void *, CLIENT *, struct rpc_callextra *, struct time…
287 …tat nlm_test_1(struct nlm_testargs *, nlm_testres *, CLIENT *, struct rpc_callextra *, struct time…
290 extern enum clnt_stat nlm_lock_1(struct nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra
293 …_stat nlm_cancel_1(struct nlm_cancargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct time…
296 …tat nlm_unlock_1(struct nlm_unlockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct time…
299 …stat nlm_granted_1(struct nlm_testargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct time…
302 extern enum clnt_stat nlm_test_msg_1(struct nlm_testargs *, void *, CLIENT *, struct rpc_callextra
305 extern enum clnt_stat nlm_lock_msg_1(struct nlm_lockargs *, void *, CLIENT *, struct rpc_callextra
308 …stat nlm_cancel_msg_1(struct nlm_cancargs *, void *, CLIENT *, struct rpc_callextra *, struct time…
311 …at nlm_unlock_msg_1(struct nlm_unlockargs *, void *, CLIENT *, struct rpc_callextra *, struct time…
[all …]
H A Dnlm_prot_clnt.c17 nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_sm_notify_0()
26 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_test_1()
35 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm_lock_1()
44 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext,… in nlm_cancel_1()
53 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_unlock_1()
62 nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_granted_1()
71 nlm_test_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_test_msg_1()
80 nlm_lock_msg_1(struct nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_lock_msg_1()
89 nlm_cancel_msg_1(struct nlm_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_cancel_msg_1()
98 nlm_unlock_msg_1(struct nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *e… in nlm_unlock_msg_1()
[all …]
H A Dnlm_advlock.c75 static int nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext,
79 static int nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext,
83 static int nlm_getlock(struct nlm_host *host, struct rpc_callextra *ext,
209 struct rpc_callextra ext; in nlm_advlock_internal()
567 struct rpc_callextra *ext, struct timeval timo) in nlm_test_rpc()
598 struct rpc_callextra *ext, struct timeval timo) in nlm_lock_rpc()
627 struct rpc_callextra *ext, struct timeval timo) in nlm_cancel_rpc()
654 struct rpc_callextra *ext, struct timeval timo) in nlm_unlock_rpc()
758 nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext, in nlm_setlock()
956 nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext, in nlm_clearlock()
[all …]
H A Dnlm_prot_impl.c569 struct rpc_callextra ext; in nlm_lock_callback()
/freebsd/sys/rpc/
H A Dclnt.h108 struct rpc_callextra { struct
127 struct rpc_callextra *, rpcproc_t, argument
185 enum clnt_stat clnt_call_private(CLIENT *, struct rpc_callextra *, rpcproc_t,
H A Dkrpc.h41 enum clnt_stat clnt_bck_call(CLIENT *, struct rpc_callextra *, rpcproc_t,
H A Dclnt_nl.c94 static enum clnt_stat clnt_nl_call(CLIENT *, struct rpc_callextra *,
256 clnt_nl_call(CLIENT *cl, struct rpc_callextra *ext, rpcproc_t proc, in clnt_nl_call()
H A Dclnt_rc.c52 static enum clnt_stat clnt_reconnect_call(CLIENT *, struct rpc_callextra *,
277 struct rpc_callextra *ext, /* call metadata */ in clnt_reconnect_call()
H A Dclnt_dg.c70 static enum clnt_stat clnt_dg_call(CLIENT *, struct rpc_callextra *,
325 struct rpc_callextra *ext, /* call metadata */ in clnt_dg_call()
H A Dclnt_vc.c88 static enum clnt_stat clnt_vc_call(CLIENT *, struct rpc_callextra *,
283 struct rpc_callextra *ext, /* call metadata */ in clnt_vc_call()
H A Dclnt_bck.c184 struct rpc_callextra *ext, /* call metadata */ in clnt_bck_call()
H A Drpc_generic.c732 struct rpc_callextra *ext, /* call metadata */ in clnt_call_private()
/freebsd/sys/rpc/rpcsec_tls/
H A Drpctls_impl.c249 struct rpc_callextra ext; in rpctls_connect()
/freebsd/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c745 struct rpc_callextra ext; in rpc_gss_init()
1055 struct rpc_callextra ext; in rpc_gss_destroy_context()
/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c682 struct rpc_callextra ext; in newnfs_request()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c9472 struct rpc_callextra ext; in nfsrpc_bindconnsess()