Searched refs:cl_freeres (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | clnt.h | 76 bool_t (*cl_freeres)(struct __client *, xdrproc_t, member 129 #define CLNT_FREERES(rh, xres, resp) ((*(rh)->cl_ops->cl_freeres)\
|
H A D | clnt_btcp.c | 527 ops.cl_freeres = clntbtcp_freeres; in clntbtcp_ops()
|
H A D | clnt_budp.c | 456 ops.cl_freeres = clntbudp_freeres; in clntbudp_ops()
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt.h | 147 bool_t (*cl_freeres)(struct __client *, xdrproc_t, member 166 bool_t (*cl_freeres)(); /* frees results */ 579 ((*(rh)->cl_ops->cl_freeres)(rh, xres, resp)) 581 ((*(rh)->cl_ops->cl_freeres)(rh, xres, resp))
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svid_funcs.c | 95 return ((*(cl)->cl_ops->cl_freeres)(cl, xres, resp)); in clnt_freeres()
|
H A D | clnt_raw.c | 326 ops.cl_freeres = clnt_raw_freeres; in clnt_raw_ops()
|
H A D | clnt_door.c | 450 ops.cl_freeres = clnt_door_freeres; in clnt_door_ops()
|
H A D | clnt_dg.c | 894 ops.cl_freeres = clnt_dg_freeres; in clnt_dg_ops()
|
H A D | clnt_vc.c | 1403 ops.cl_freeres = clnt_vc_freeres; in clnt_vc_ops()
|
/illumos-gate/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 465 ops.cl_freeres = clnttcp_freeres; in clnttcp_ops()
|
H A D | clnt_udp.c | 524 ops.cl_freeres = clntudp_freeres; in clntudp_ops()
|