Searched refs:cl_call (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/ |
H A D | clnt.h | 110 enum clnt_stat (*cl_call)(); /* call remote procedure */ member in struct:__anon2770::clnt_ops 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))
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | clnt.h | 67 enum clnt_stat (*cl_call)(struct __client *, rpcproc_t, member in struct:__client::clnt_ops 106 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
|
H A D | clnt_btcp.c | 525 if (ops.cl_call == NULL) { 526 ops.cl_call = clntbtcp_call;
|
H A D | clnt_budp.c | 479 if (ops.cl_call == NULL) { 480 ops.cl_call = clntbudp_call;
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | clnt_raw.c | 319 if (ops.cl_call == NULL) { 320 ops.cl_call = clnt_raw_call;
|
H A D | svid_funcs.c | 72 return ((*(cl)->cl_ops->cl_call)(cl, proc, xargs, argsp, xres, resp,
|
H A D | clnt_door.c | 445 if (ops.cl_call == NULL) { 446 ops.cl_call = clnt_door_call;
|
H A D | clnt_dg.c | 888 if (ops.cl_call == NULL) { 889 ops.cl_call = clnt_dg_call;
|
H A D | clnt_vc.c | 1437 if (ops.cl_call == NULL) { 1438 ops.cl_call = clnt_vc_call;
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt.h | 138 enum clnt_stat (*cl_call)(struct __client *, rpcproc_t, member in struct:__client::clnt_ops 163 enum clnt_stat (*cl_call)(); /* call remote procedure */ 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))
|
/illumos-gate/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 477 if (ops.cl_call == NULL) { 478 ops.cl_call = clnttcp_call;
|
H A D | clnt_udp.c | 522 if (ops.cl_call == NULL) { 523 ops.cl_call = clntudp_call;
|
/illumos-gate/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_clnt.c | 115 stat = ((*(rh)->cl_ops->cl_call)\
|
Completed in 111 milliseconds