Home
last modified time | relevance | path

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

/freebsd-13-stable/include/rpc/
HDclnt.h114 } *cl_ops; member
162 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
165 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
173 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
174 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
181 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
182 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
192 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
193 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
202 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
[all …]
/freebsd-13-stable/sys/rpc/
HDclnt.h154 } *cl_ops; member
175 } *cl_ops;
216 #define CLNT_CLOSE(rh) ((*(rh)->cl_ops->cl_close)(rh))
235 ((*(rh)->cl_ops->cl_call)(rh, ext, proc, mreq, mrepp, secs))
274 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
277 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
286 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
287 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
294 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
295 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
[all …]
HDclnt_rc.c116 cl->cl_ops = &clnt_reconnect_ops; in clnt_reconnect_create()
HDclnt_bck.c173 cl->cl_ops = &clnt_bck_ops; in clnt_bck_create()
HDclnt_dg.c314 cl->cl_ops = &clnt_dg_ops; in clnt_dg_create()
HDclnt_vc.c267 cl->cl_ops = &clnt_vc_ops; in clnt_vc_create()
/freebsd-13-stable/lib/libc/rpc/
HDclnt_raw.c135 client->cl_ops = clnt_raw_ops(); in clnt_raw_create()
HDclnt_vc.c298 cl->cl_ops = clnt_vc_ops(); in clnt_vc_create()
HDclnt_dg.c288 cl->cl_ops = clnt_dg_ops(); in clnt_dg_create()