Searched refs:CLNT_FREERES (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/include/rpc/ |
| H A D | clnt.h | 192 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) macro
|
| /freebsd-14.2/sys/rpc/ |
| H A D | clnt.h | 305 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) macro
|
| H A D | clnt_rc.c | 403 return (CLNT_FREERES(rc->rc_client, xdr_res, res_ptr)); in clnt_reconnect_freeres()
|