Searched refs:cl_freeres (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/lib/libbc/inc/include/rpc/ |
H A D | clnt.h | 113 bool_t (*cl_freeres)(); /* frees results */ member 168 #define CLNT_FREERES(rh, xres, resp) ((*(rh)->cl_ops->cl_freeres)\ 170 #define clnt_freeres(rh, xres, resp) ((*(rh)->cl_ops->cl_freeres)\
|
/titanic_41/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 | 529 ops.cl_freeres = clntbtcp_freeres; in clntbtcp_ops()
|
H A D | clnt_budp.c | 483 ops.cl_freeres = clntbudp_freeres; in clntbudp_ops()
|
/titanic_41/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))
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | svid_funcs.c | 97 return ((*(cl)->cl_ops->cl_freeres)(cl, xres, resp)); in clnt_freeres()
|
H A D | clnt_raw.c | 324 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 | 893 ops.cl_freeres = clnt_dg_freeres; in clnt_dg_ops()
|
H A D | clnt_vc.c | 1442 ops.cl_freeres = clnt_vc_freeres; in clnt_vc_ops()
|
/titanic_41/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 481 ops.cl_freeres = clnttcp_freeres; in clnttcp_ops()
|
H A D | clnt_udp.c | 526 ops.cl_freeres = clntudp_freeres; in clntudp_ops()
|