Searched defs:tcp_handle (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c95 caddr_t tcp_handle; member in struct:rec_strm
125 * tcp_handle is an opaque handle that is passed as the first parameter to
131 xdrrec_create(XDR *xdrs, uint_t sendsize, uint_t recvsize, caddr_t tcp_handle, argument
162 rstrm->tcp_handle = tcp_handle;
289 pos = lseek((int)(intptr_t)rstrm->tcp_handle, 0, 1);
469 if ((*(rstrm->writeit))(rstrm->tcp_handle, rstrm->out_base, (int)len)
493 if ((len = (*(rstrm->readit))(rstrm->tcp_handle, where, len)) == -1)
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c91 caddr_t tcp_handle; member in struct:rec_strm
151 const caddr_t tcp_handle, int (*readit)(), int (*writeit)())
193 rstrm->tcp_handle = tcp_handle;
407 pos = lseek((intptr_t)rstrm->tcp_handle, 0, 1);
625 (rstrm->tcp_handle, rstrm->out_base, (int)len);
659 if ((len = (*(rstrm->readit))(rstrm->tcp_handle, where, len)) == -1)
904 if ((len_received = (*(rstrm->readit))(rstrm->tcp_handle,
150 xdrrec_create(XDR *xdrs, const uint_t sendsize, const uint_t recvsize, const caddr_t tcp_handle, int (*readit)(), int (*writeit)()) argument

Completed in 56 milliseconds