Searched refs:res_ptr (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/stand/lib/fs/nfs/ |
H A D | clnt_budp.c | 431 clntbudp_freeres(cl, xdr_res, res_ptr) in clntbudp_freeres() argument 434 caddr_t res_ptr; 440 return ((*xdr_res)(xdrs, res_ptr));
|
H A D | clnt_btcp.c | 481 caddr_t res_ptr) in clntbtcp_freeres() argument 487 return ((*xdr_res)(xdrs, res_ptr)); in clntbtcp_freeres()
|
/titanic_50/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 335 clnttcp_freeres(cl, xdr_res, res_ptr) in clnttcp_freeres() argument 338 caddr_t res_ptr; 344 return ((*xdr_res)(xdrs, res_ptr));
|
H A D | clnt_udp.c | 446 clntudp_freeres(cl, xdr_res, res_ptr) in clntudp_freeres() argument 449 caddr_t res_ptr; 455 return ((*xdr_res)(xdrs, res_ptr));
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | clnt_raw.c | 274 clnt_raw_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) in clnt_raw_freeres() argument 288 return ((*xdr_res)(xdrs, res_ptr)); in clnt_raw_freeres()
|
H A D | clnt_door.c | 319 clnt_door_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) in clnt_door_freeres() argument 325 return ((*xdr_res)(&xdrs, res_ptr)); in clnt_door_freeres()
|
H A D | clnt_dg.c | 693 clnt_dg_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) in clnt_dg_freeres() argument 702 stat = (*xdr_res)(xdrs, res_ptr); in clnt_dg_freeres()
|
H A D | clnt_vc.c | 882 clnt_vc_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) in clnt_vc_freeres() argument 891 stat = (*xdr_res)(xdrs, res_ptr); in clnt_vc_freeres()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | clnt_rdma.c | 1302 clnt_rdma_kfreeres(CLIENT *h, xdrproc_t xdr_res, caddr_t res_ptr) in clnt_rdma_kfreeres() argument 1309 return ((*xdr_res)(xdrs, res_ptr)); in clnt_rdma_kfreeres()
|
H A D | clnt_clts.c | 1028 clnt_clts_kfreeres(CLIENT *h, xdrproc_t xdr_res, caddr_t res_ptr) in clnt_clts_kfreeres() argument 1030 xdr_free(xdr_res, res_ptr); in clnt_clts_kfreeres()
|
H A D | clnt_cots.c | 663 clnt_cots_kfreeres(CLIENT *h, xdrproc_t xdr_res, caddr_t res_ptr) in clnt_cots_kfreeres() argument 665 xdr_free(xdr_res, res_ptr); in clnt_cots_kfreeres()
|