Searched refs:cl_call (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | clnt.h | 67 enum clnt_stat (*cl_call)(struct __client *, rpcproc_t, member 106 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
|
H A D | clnt_btcp.c | 523 if (ops.cl_call == NULL) { in clntbtcp_ops() 524 ops.cl_call = clntbtcp_call; in clntbtcp_ops()
|
H A D | clnt_budp.c | 452 if (ops.cl_call == NULL) { in clntbudp_ops() 453 ops.cl_call = clntbudp_call; in clntbudp_ops()
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt.h | 138 enum clnt_stat (*cl_call)(struct __client *, rpcproc_t, member 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/lib/libnsl/rpc/ |
H A D | clnt_raw.c | 321 if (ops.cl_call == NULL) { in clnt_raw_ops() 322 ops.cl_call = clnt_raw_call; in clnt_raw_ops()
|
H A D | svid_funcs.c | 70 return ((*(cl)->cl_ops->cl_call)(cl, proc, xargs, argsp, xres, resp, in clnt_call()
|
H A D | clnt_door.c | 445 if (ops.cl_call == NULL) { in clnt_door_ops() 446 ops.cl_call = clnt_door_call; in clnt_door_ops()
|
H A D | clnt_dg.c | 889 if (ops.cl_call == NULL) { in clnt_dg_ops() 890 ops.cl_call = clnt_dg_call; in clnt_dg_ops()
|
H A D | clnt_vc.c | 1398 if (ops.cl_call == NULL) { in clnt_vc_ops() 1399 ops.cl_call = clnt_vc_call; in clnt_vc_ops()
|
/illumos-gate/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 461 if (ops.cl_call == NULL) { in clnttcp_ops() 462 ops.cl_call = clnttcp_call; in clnttcp_ops()
|
H A D | clnt_udp.c | 520 if (ops.cl_call == NULL) { in clntudp_ops() 521 ops.cl_call = clntudp_call; in clntudp_ops()
|