Searched refs:cl_ops (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/include/rpc/ |
| D | clnt.h | 113 } *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/ |
| D | clnt.h | 153 } *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 …]
|
| D | clnt_rc.c | 111 cl->cl_ops = &clnt_reconnect_ops; in clnt_reconnect_create()
|
| D | clnt_vc.c | 259 cl->cl_ops = &clnt_vc_ops; in clnt_vc_create()
|
| D | clnt_dg.c | 309 cl->cl_ops = &clnt_dg_ops; in clnt_dg_create()
|
| /freebsd-9-stable/lib/libc/rpc/ |
| D | clnt_raw.c | 137 client->cl_ops = clnt_raw_ops();
|
| D | clnt_dg.c | 283 cl->cl_ops = clnt_dg_ops();
|
| D | clnt_vc.c | 294 cl->cl_ops = clnt_vc_ops();
|