Searched refs:cl_freeres (Results 1 – 9 of 9) sorted by relevance
/freebsd/include/rpc/ |
H A D | clnt.h | 104 bool_t (*cl_freeres)(struct __rpc_client *, member 189 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) 190 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
|
/freebsd/sys/rpc/ |
H A D | clnt.h | 135 bool_t (*cl_freeres)(struct __rpc_client *, member 262 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) 263 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
|
H A D | clnt_bck.c | 100 .cl_freeres = clnt_bck_freeres,
|
H A D | clnt_rc.c | 65 .cl_freeres = clnt_reconnect_freeres,
|
H A D | clnt_dg.c | 84 .cl_freeres = clnt_dg_freeres,
|
H A D | clnt_vc.c | 104 .cl_freeres = clnt_vc_freeres,
|
/freebsd/lib/libc/rpc/ |
H A D | clnt_raw.c | 285 ops.cl_freeres = clnt_raw_freeres; in clnt_raw_ops()
|
H A D | clnt_dg.c | 822 ops.cl_freeres = clnt_dg_freeres; in clnt_dg_ops()
|
H A D | clnt_vc.c | 762 ops.cl_freeres = clnt_vc_freeres; in clnt_vc_ops()
|