Searched refs:cl_ops (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/include/rpc/ |
| HD | clnt.h | 114 } *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/ |
| HD | clnt.h | 154 } *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 …]
|
| HD | clnt_rc.c | 116 cl->cl_ops = &clnt_reconnect_ops; in clnt_reconnect_create()
|
| HD | clnt_bck.c | 173 cl->cl_ops = &clnt_bck_ops; in clnt_bck_create()
|
| HD | clnt_dg.c | 314 cl->cl_ops = &clnt_dg_ops; in clnt_dg_create()
|
| HD | clnt_vc.c | 267 cl->cl_ops = &clnt_vc_ops; in clnt_vc_create()
|
| /freebsd-13-stable/lib/libc/rpc/ |
| HD | clnt_raw.c | 135 client->cl_ops = clnt_raw_ops(); in clnt_raw_create()
|
| HD | clnt_vc.c | 298 cl->cl_ops = clnt_vc_ops(); in clnt_vc_create()
|
| HD | clnt_dg.c | 288 cl->cl_ops = clnt_dg_ops(); in clnt_dg_create()
|