HomeSort by: relevance | last modified time | path
    Searched refs:cl_ops (Results 1 - 4 of 4) sorted by relevancy

  /src/include/rpc/
clnt.h 161 } *cl_ops; member in struct:__rpc_client
209 ((*(rh)->cl_ops->cl_call)(rh, proc, (xdrproc_t)xargs, \
213 ((*(rh)->cl_ops->cl_call)(rh, proc, (xdrproc_t)xargs, \
222 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
223 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
230 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
231 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
241 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
242 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
251 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)
    [all...]
  /src/lib/libc/rpc/
clnt_raw.c 147 client->cl_ops = clnt_raw_ops();
clnt_dg.c 286 cl->cl_ops = clnt_dg_ops();
clnt_vc.c 318 h->cl_ops = clnt_vc_ops();

Completed in 16 milliseconds