Home
last modified time | relevance | path

Searched refs:cl_freeres (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/lib/libbc/inc/include/rpc/
H A Dclnt.h113 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 Dclnt.h76 bool_t (*cl_freeres)(struct __client *, xdrproc_t, member
129 #define CLNT_FREERES(rh, xres, resp) ((*(rh)->cl_ops->cl_freeres)\
H A Dclnt_btcp.c529 ops.cl_freeres = clntbtcp_freeres; in clntbtcp_ops()
H A Dclnt_budp.c483 ops.cl_freeres = clntbudp_freeres; in clntbudp_ops()
/titanic_41/usr/src/uts/common/rpc/
H A Dclnt.h147 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 Dsvid_funcs.c97 return ((*(cl)->cl_ops->cl_freeres)(cl, xres, resp)); in clnt_freeres()
H A Dclnt_raw.c324 ops.cl_freeres = clnt_raw_freeres; in clnt_raw_ops()
H A Dclnt_door.c450 ops.cl_freeres = clnt_door_freeres; in clnt_door_ops()
H A Dclnt_dg.c893 ops.cl_freeres = clnt_dg_freeres; in clnt_dg_ops()
H A Dclnt_vc.c1442 ops.cl_freeres = clnt_vc_freeres; in clnt_vc_ops()
/titanic_41/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c481 ops.cl_freeres = clnttcp_freeres; in clnttcp_ops()
H A Dclnt_udp.c526 ops.cl_freeres = clntudp_freeres; in clntudp_ops()