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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c65 static bool_t xdrrec_getbytes();
199 if (!xdrrec_getbytes(xdrs, (caddr_t)&myint, sizeof (int32_t)))
235 xdrrec_getbytes(XDR *xdrs, caddr_t addr, int32_t len) function
589 ops.x_getbytes = xdrrec_getbytes;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c129 static bool_t xdrrec_getbytes(XDR *, caddr_t, int);
258 if (!xdrrec_getbytes(xdrs, (caddr_t)&mylong, sizeof (int32_t)))
317 xdrrec_getbytes(XDR *xdrs, caddr_t addr, int len) function
1179 ops.x_getbytes = xdrrec_getbytes;

Completed in 89 milliseconds