Home
last modified time | relevance | path

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

/freebsd/include/rpc/
H A Dclnt.h111 } *cl_ops; member
159 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
162 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
170 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
171 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
178 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
179 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
189 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
190 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
199 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
[all …]
/freebsd/sys/rpc/
H A Dclnt.h144 } *cl_ops; member
183 #define CLNT_CLOSE(rh) ((*(rh)->cl_ops->cl_close)(rh))
202 ((*(rh)->cl_ops->cl_call)(rh, ext, proc, mreq, mrepp, secs))
243 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
244 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
251 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
252 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
262 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
263 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
272 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
[all …]
H A Dclnt_bck.c168 cl->cl_ops = &clnt_bck_ops; in clnt_bck_create()
H A Dclnt_nl.c225 .cl_ops = &clnt_nl_ops, in client_nl_create()
H A Dclnt_rc.c117 cl->cl_ops = &clnt_reconnect_ops; in clnt_reconnect_create()
H A Dclnt_dg.c309 cl->cl_ops = &clnt_dg_ops; in clnt_dg_create()
H A Dclnt_vc.c257 cl->cl_ops = &clnt_vc_ops; in clnt_vc_create()
/freebsd/lib/libc/rpc/
H A Dclnt_raw.c130 client->cl_ops = clnt_raw_ops(); in clnt_raw_create()
H A Dclnt_dg.c283 cl->cl_ops = clnt_dg_ops(); in clnt_dg_create()
H A Dclnt_vc.c292 cl->cl_ops = clnt_vc_ops(); in clnt_vc_create()