Searched refs:cl_ops (Results 1 – 10 of 10) sorted by relevance
/freebsd/include/rpc/ |
H A D | clnt.h | 111 } *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 D | clnt.h | 144 } *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 D | clnt_bck.c | 168 cl->cl_ops = &clnt_bck_ops; in clnt_bck_create()
|
H A D | clnt_nl.c | 225 .cl_ops = &clnt_nl_ops, in client_nl_create()
|
H A D | clnt_rc.c | 117 cl->cl_ops = &clnt_reconnect_ops; in clnt_reconnect_create()
|
H A D | clnt_dg.c | 309 cl->cl_ops = &clnt_dg_ops; in clnt_dg_create()
|
H A D | clnt_vc.c | 257 cl->cl_ops = &clnt_vc_ops; in clnt_vc_create()
|
/freebsd/lib/libc/rpc/ |
H A D | clnt_raw.c | 130 client->cl_ops = clnt_raw_ops(); in clnt_raw_create()
|
H A D | clnt_dg.c | 283 cl->cl_ops = clnt_dg_ops(); in clnt_dg_create()
|
H A D | clnt_vc.c | 292 cl->cl_ops = clnt_vc_ops(); in clnt_vc_create()
|