Searched refs:results_ptr (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | pmap.c | 271 return ((*(crp->xdr_results))(xdrs, crp->results_ptr)); in xdr_rmtcallres() 320 return ((*(objp->xdr_results))(xdrs, objp->results_ptr)); in xdr_rpcb_rmtcallres() 361 pmap_r.results_ptr = ret; in bpmap_rmtcall() 391 rpcb_r.results_ptr = ret; in bpmap_rmtcall()
|
/titanic_41/usr/src/lib/libbc/inc/include/rpc/ |
H A D | pmap_rmt.h | 45 caddr_t results_ptr; member
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | pmap_rmt.h | 72 caddr_t results_ptr; member
|
H A D | rpcb_prot.c | 106 return ((*(objp->xdr_results))(xdrs, objp->results_ptr)); in xdr_rpcb_rmtcallres()
|
H A D | rpcb_prot.x | 459 % caddr_t results_ptr; /* results */
|
/titanic_41/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 225 clnttcp_call(h, proc, xdr_args, args_ptr, xdr_results, results_ptr, timeout) in clnttcp_call() argument 231 caddr_t results_ptr; 304 } else if (! (*xdr_results)(xdrs, results_ptr)) {
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | clnt_vc.c | 644 xdrproc_t xdr_results, caddr_t results_ptr, struct timeval timeout) in clnt_vc_call() argument 771 if (!(*xdr_results)(xdrs, results_ptr)) { in clnt_vc_call() 777 results_ptr)) { in clnt_vc_call()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 1981 pmap_res.results_ptr = resp; in pmap_rmt_call() 2017 rpcb_res.results_ptr = resp; in pmap_rmt_call() 2076 return ((*(crp->xdr_results))(xdrs, crp->results_ptr)); in myxdr_rmtcallres()
|