Home
last modified time | relevance | path

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

/freebsd-9-stable/include/rpc/
Dclnt.h113 } *cl_ops; member
161 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
164 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
172 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
173 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
180 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
181 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
191 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
192 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
201 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
[all …]
/freebsd-9-stable/sys/rpc/
Dclnt.h153 } *cl_ops; member
174 } *cl_ops;
215 #define CLNT_CLOSE(rh) ((*(rh)->cl_ops->cl_close)(rh))
234 ((*(rh)->cl_ops->cl_call)(rh, ext, proc, mreq, mrepp, secs))
273 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
276 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
285 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
286 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
293 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
294 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
[all …]
Dclnt_rc.c111 cl->cl_ops = &clnt_reconnect_ops; in clnt_reconnect_create()
Dclnt_vc.c259 cl->cl_ops = &clnt_vc_ops; in clnt_vc_create()
Dclnt_dg.c309 cl->cl_ops = &clnt_dg_ops; in clnt_dg_create()
/freebsd-9-stable/lib/libc/rpc/
Dclnt_raw.c137 client->cl_ops = clnt_raw_ops();
Dclnt_dg.c283 cl->cl_ops = clnt_dg_ops();
Dclnt_vc.c294 cl->cl_ops = clnt_vc_ops();