Searched refs:cl_ops (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | clnt.h | 82 } *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 D | clnt_btcp.c | 263 cl->cl_ops = clntbtcp_ops(); in clntbtcp_create()
|
H A D | clnt_budp.c | 143 cl->cl_ops = clntbudp_ops(); in clntbudp_bufcreate()
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt.h | 174 } *cl_ops; member 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->cl_freeres)(rh, xres, resp)) [all …]
|
H A D | clnt_rdma.c | 247 h->cl_ops = &rdma_clnt_ops; in clnt_rdma_kcreate() 337 h->cl_ops = &rdma_clnt_ops; in clnt_rdma_kinit()
|
H A D | clnt_cots.c | 583 h->cl_ops = &tcp_ops; in clnt_cots_kcreate() 1558 h->cl_ops = &tcp_ops; in clnt_cots_kinit()
|
H A D | clnt_clts.c | 332 h->cl_ops = &clts_ops; in clnt_clts_kcreate()
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svid_funcs.c | 70 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 D | clnt_raw.c | 126 client->cl_ops = clnt_raw_ops(); in clnt_raw_create()
|
H A D | clnt_door.c | 142 cl->cl_ops = clnt_door_ops(); in clnt_door_create()
|
H A D | clnt_dg.c | 237 cl->cl_ops = clnt_dg_ops(); in clnt_dg_create()
|
H A D | clnt_vc.c | 367 cl->cl_ops = clnt_vc_ops(); in _clnt_vc_create_timed()
|
/illumos-gate/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 202 h->cl_ops = clnttcp_ops(); in clnttcp_create()
|
H A D | clnt_udp.c | 153 cl->cl_ops = clntudp_ops();
|