Searched refs:cl_ops (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dclnt.h116 } *cl_ops; member in struct:__anon2770
140 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
142 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
149 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
150 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
157 #define CLNT_GETERR(rh, errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
158 #define clnt_geterr(rh, errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
168 #define CLNT_FREERES(rh, xres, resp) ((*(rh)->cl_ops->cl_freeres)\
170 #define clnt_freeres(rh, xres, resp) ((*(rh)->cl_ops->cl_freeres)\
180 #define CLNT_CONTROL(cl, rq, in) ((*(cl)->cl_ops
[all...]
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt.h82 } *cl_ops; member in struct:__client
106 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
113 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
120 #define CLNT_GETERR(rh, errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
129 #define CLNT_FREERES(rh, xres, resp) ((*(rh)->cl_ops->cl_freeres)\
139 #define CLNT_CONTROL(cl, rq, in) ((*(cl)->cl_ops->cl_control)(cl, rq, in))
161 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
H A Dclnt_btcp.c265 cl->cl_ops = clntbtcp_ops();
H A Dclnt_budp.c150 cl->cl_ops = clntbudp_ops();
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvid_funcs.c72 return ((*(cl)->cl_ops->cl_call)(cl, proc, xargs, argsp, xres, resp,
79 return ((*(cl)->cl_ops->cl_send)(cl, proc, xargs, argsp));
85 return ((*(cl)->cl_ops->cl_control)(cl, rq, in));
91 ((*(cl)->cl_ops->cl_destroy)(cl));
97 return ((*(cl)->cl_ops->cl_freeres)(cl, xres, resp));
103 (*(cl)->cl_ops->cl_geterr)(cl, errp);
H A Dclnt_raw.c136 client->cl_ops = clnt_raw_ops();
H A Dclnt_door.c142 cl->cl_ops = clnt_door_ops();
H A Dclnt_dg.c236 cl->cl_ops = clnt_dg_ops();
H A Dclnt_vc.c366 cl->cl_ops = clnt_vc_ops();
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h174 } *cl_ops; member in struct:__client
534 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
536 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
550 ((*(rh)->cl_ops->cl_send)(rh, proc, xargs, argsp))
552 ((*(rh)->cl_ops->cl_send)(rh, proc, xargs, argsp))
560 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
561 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
568 #define CLNT_GETERR(rh, errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
569 #define clnt_geterr(rh, errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
579 ((*(rh)->cl_ops
[all...]
H A Dclnt_rdma.c247 h->cl_ops = &rdma_clnt_ops;
337 h->cl_ops = &rdma_clnt_ops;
H A Dclnt_cots.c581 h->cl_ops = &tcp_ops;
1555 h->cl_ops = &tcp_ops;
H A Dclnt_clts.c332 h->cl_ops = &clts_ops;
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c210 h->cl_ops = clnttcp_ops();
H A Dclnt_udp.c155 cl->cl_ops = clntudp_ops();
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_clnt.c115 stat = ((*(rh)->cl_ops->cl_call)\

Completed in 102 milliseconds