Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt.h82 } *cl_ops; member
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.c263 cl->cl_ops = clntbtcp_ops(); in clntbtcp_create()
H A Dclnt_budp.c143 cl->cl_ops = clntbudp_ops(); in clntbudp_bufcreate()
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h174 } *cl_ops; member
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))
579 ((*(rh)->cl_ops->cl_freeres)(rh, xres, resp))
581 ((*(rh)->cl_ops->cl_freeres)(rh, xres, resp))
679 ((*(rh)->cl_ops->cl_settimers)(rh, t, all, min, \
682 ((*(rh)->cl_ops->cl_settimers)(rh, t, all, min, \
696 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
[all …]
H A Dclnt_rdma.c247 h->cl_ops = &rdma_clnt_ops; in clnt_rdma_kcreate()
337 h->cl_ops = &rdma_clnt_ops; in clnt_rdma_kinit()
H A Dclnt_cots.c583 h->cl_ops = &tcp_ops; in clnt_cots_kcreate()
1558 h->cl_ops = &tcp_ops; in clnt_cots_kinit()
H A Dclnt_clts.c332 h->cl_ops = &clts_ops; in clnt_clts_kcreate()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvid_funcs.c70 return ((*(cl)->cl_ops->cl_call)(cl, proc, xargs, argsp, xres, resp, in clnt_call()
77 return ((*(cl)->cl_ops->cl_send)(cl, proc, xargs, argsp)); in clnt_send()
83 return ((*(cl)->cl_ops->cl_control)(cl, rq, in)); in clnt_control()
89 ((*(cl)->cl_ops->cl_destroy)(cl)); in clnt_destroy()
95 return ((*(cl)->cl_ops->cl_freeres)(cl, xres, resp)); in clnt_freeres()
101 (*(cl)->cl_ops->cl_geterr)(cl, errp); in clnt_geterr()
H A Dclnt_raw.c126 client->cl_ops = clnt_raw_ops(); in clnt_raw_create()
H A Dclnt_door.c142 cl->cl_ops = clnt_door_ops(); in clnt_door_create()
H A Dclnt_dg.c237 cl->cl_ops = clnt_dg_ops(); in clnt_dg_create()
H A Dclnt_vc.c367 cl->cl_ops = clnt_vc_ops(); in _clnt_vc_create_timed()
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c202 h->cl_ops = clnttcp_ops(); in clnttcp_create()
H A Dclnt_udp.c153 cl->cl_ops = clntudp_ops();