Home
last modified time | relevance | path

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

/dragonfly/include/rpc/
H A Dclnt.h112 } *cl_ops; member
160 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
163 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
171 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
172 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
179 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
180 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
200 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
201 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
235 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
[all …]
/dragonfly/lib/libc/rpc/
H A Dclnt_raw.c128 client->cl_ops = clnt_raw_ops(); in clnt_raw_create()
H A Dclnt_dg.c261 cl->cl_ops = clnt_dg_ops(); in clnt_dg_create()
H A Dclnt_vc.c284 cl->cl_ops = clnt_vc_ops(); in clnt_vc_create()