Searched refs:cl_call (Results 1 – 9 of 9) sorted by relevance
/freebsd/include/rpc/ |
H A D | clnt.h | 95 enum clnt_stat (*cl_call)(struct __rpc_client *, member 159 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \ 162 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
|
/freebsd/lib/libc/rpc/ |
H A D | clnt_raw.c | 281 if (ops.cl_call == NULL) { in clnt_raw_ops() 282 ops.cl_call = clnt_raw_call; in clnt_raw_ops()
|
H A D | clnt_dg.c | 818 if (ops.cl_call == NULL) { in clnt_dg_ops() 819 ops.cl_call = clnt_dg_call; in clnt_dg_ops()
|
H A D | clnt_vc.c | 758 if (ops.cl_call == NULL) { in clnt_vc_ops() 759 ops.cl_call = clnt_vc_call; in clnt_vc_ops()
|
/freebsd/sys/rpc/ |
H A D | clnt.h | 126 enum clnt_stat (*cl_call)(struct __rpc_client *, member 202 ((*(rh)->cl_ops->cl_call)(rh, ext, proc, mreq, mrepp, secs))
|
H A D | clnt_nl.c | 101 .cl_call = clnt_nl_call,
|
H A D | clnt_rc.c | 62 .cl_call = clnt_reconnect_call,
|
H A D | clnt_dg.c | 81 .cl_call = clnt_dg_call,
|
H A D | clnt_vc.c | 101 .cl_call = clnt_vc_call,
|