Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/nlm/
HDnlm_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 …]
HDnlm_prot_clnt.c19 nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_sm_notify_0()
28 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_test_1()
37 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm_lock_1()
46 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext,… in nlm_cancel_1()
55 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_unlock_1()
64 nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_granted_1()
73 nlm_test_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_test_msg_1()
82 nlm_lock_msg_1(struct nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_lock_msg_1()
91 nlm_cancel_msg_1(struct nlm_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_cancel_msg_1()
100 nlm_unlock_msg_1(struct nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *e… in nlm_unlock_msg_1()
[all …]
HDnlm_advlock.c76 static int nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext,
80 static int nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext,
84 static int nlm_getlock(struct nlm_host *host, struct rpc_callextra *ext,
210 struct rpc_callextra ext; in nlm_advlock_internal()
568 struct rpc_callextra *ext, struct timeval timo) in nlm_test_rpc()
599 struct rpc_callextra *ext, struct timeval timo) in nlm_lock_rpc()
628 struct rpc_callextra *ext, struct timeval timo) in nlm_cancel_rpc()
655 struct rpc_callextra *ext, struct timeval timo) in nlm_unlock_rpc()
759 nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext, in nlm_setlock()
957 nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext, in nlm_clearlock()
[all …]
HDnlm_prot_impl.c545 struct rpc_callextra ext; in nlm_lock_callback()
/freebsd-13-stable/sys/rpc/
HDclnt.h116 struct rpc_callextra { struct
137 struct rpc_callextra *, rpcproc_t, argument
218 enum clnt_stat clnt_call_private(CLIENT *, struct rpc_callextra *, rpcproc_t,
HDkrpc.h41 enum clnt_stat clnt_bck_call(CLIENT *, struct rpc_callextra *, rpcproc_t,
HDclnt_rc.c51 static enum clnt_stat clnt_reconnect_call(CLIENT *, struct rpc_callextra *,
269 struct rpc_callextra *ext, /* call metadata */ in clnt_reconnect_call()
HDclnt_dg.c75 static enum clnt_stat clnt_dg_call(CLIENT *, struct rpc_callextra *,
330 struct rpc_callextra *ext, /* call metadata */ in clnt_dg_call()
HDclnt_vc.c93 static enum clnt_stat clnt_vc_call(CLIENT *, struct rpc_callextra *,
293 struct rpc_callextra *ext, /* call metadata */ in clnt_vc_call()
HDclnt_bck.c189 struct rpc_callextra *ext, /* call metadata */ in clnt_bck_call()
HDrpc_generic.c740 struct rpc_callextra *ext, /* call metadata */ in clnt_call_private()
/freebsd-13-stable/sys/rpc/rpcsec_gss/
HDrpcsec_gss.c749 struct rpc_callextra ext; in rpc_gss_init()
1059 struct rpc_callextra ext; in rpc_gss_destroy_context()
/freebsd-13-stable/sys/rpc/rpcsec_tls/
HDrpctls_impl.c378 struct rpc_callextra ext; in rpctls_connect()
/freebsd-13-stable/sys/fs/nfs/
HDnfs_commonkrpc.c678 struct rpc_callextra ext; in newnfs_request()
/freebsd-13-stable/sys/fs/nfsclient/
HDnfs_clrpcops.c9062 struct rpc_callextra ext; in nfsrpc_bindconnsess()