Home
last modified time | relevance | path

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

/illumos-gate/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.c527 ops.cl_freeres = clntbtcp_freeres; in clntbtcp_ops()
H A Dclnt_budp.c456 ops.cl_freeres = clntbudp_freeres; in clntbudp_ops()
/illumos-gate/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))
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvid_funcs.c95 return ((*(cl)->cl_ops->cl_freeres)(cl, xres, resp)); in clnt_freeres()
H A Dclnt_raw.c326 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.c894 ops.cl_freeres = clnt_dg_freeres; in clnt_dg_ops()
H A Dclnt_vc.c1403 ops.cl_freeres = clnt_vc_freeres; in clnt_vc_ops()
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c465 ops.cl_freeres = clnttcp_freeres; in clnttcp_ops()
H A Dclnt_udp.c524 ops.cl_freeres = clntudp_freeres; in clntudp_ops()