Searched defs:readit (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | tftpsubs.c | 126 readit(FILE *file, struct tftphdr **dpp, int convert) function
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | xdr_rec.c | 109 int (*readit)(); member in struct:rec_strm 126 * the procedures readit and writeit. Readit and writeit are read and 132 int (*readit)(), int (*writeit)()) 163 rstrm->readit = readit; 493 if ((len = (*(rstrm->readit))(rstrm->tcp_handle, where, len)) == -1) 131 xdrrec_create(XDR *xdrs, uint_t sendsize, uint_t recvsize, caddr_t tcp_handle, int (*readit)(), int (*writeit)()) argument
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | xdr_rec.c | 104 int (*readit)(); member in struct:rec_strm 142 * the procedures readit and writeit. Readit and writeit are read and 151 const caddr_t tcp_handle, int (*readit)(), int (*writeit)()) 194 rstrm->readit = readit; 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 69 milliseconds