/titanic_41/usr/src/lib/libbc/inc/include/rpc/ |
H A D | clnt.h | 116 } *cl_ops; member 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->cl_control)(cl, rq, in)) [all …]
|
/titanic_41/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 | 265 cl->cl_ops = clntbtcp_ops(); in clntbtcp_create()
|
H A D | clnt_budp.c | 150 cl->cl_ops = clntbudp_ops();
|
/titanic_41/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 | 576 h->cl_ops = &tcp_ops; in clnt_cots_kcreate() 1544 h->cl_ops = &tcp_ops; in clnt_cots_kinit()
|
H A D | clnt_clts.c | 327 h->cl_ops = &clts_ops; in clnt_clts_kcreate()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | svid_funcs.c | 72 return ((*(cl)->cl_ops->cl_call)(cl, proc, xargs, argsp, xres, resp, in clnt_call() 79 return ((*(cl)->cl_ops->cl_send)(cl, proc, xargs, argsp)); in clnt_send() 85 return ((*(cl)->cl_ops->cl_control)(cl, rq, in)); in clnt_control() 91 ((*(cl)->cl_ops->cl_destroy)(cl)); in clnt_destroy() 97 return ((*(cl)->cl_ops->cl_freeres)(cl, xres, resp)); in clnt_freeres() 103 (*(cl)->cl_ops->cl_geterr)(cl, errp); in clnt_geterr()
|
H A D | clnt_raw.c | 136 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 | 236 cl->cl_ops = clnt_dg_ops(); in clnt_dg_create()
|
H A D | clnt_vc.c | 366 cl->cl_ops = clnt_vc_ops(); in _clnt_vc_create_timed()
|
/titanic_41/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 210 h->cl_ops = clnttcp_ops();
|
H A D | clnt_udp.c | 155 cl->cl_ops = clntudp_ops();
|
/titanic_41/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_clnt.c | 115 stat = ((*(rh)->cl_ops->cl_call)\ in cl_call_sig()
|