Home
last modified time | relevance | path

Searched refs: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))) in xdrrec_getint32()
235 xdrrec_getbytes(XDR *xdrs, caddr_t addr, int32_t len) in xdrrec_getbytes() function
589 ops.x_getbytes = xdrrec_getbytes; in xdrrec_ops()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c127 static bool_t xdrrec_getbytes(XDR *, caddr_t, int);
256 if (!xdrrec_getbytes(xdrs, (caddr_t)&mylong, sizeof (int32_t))) in xdrrec_getint32()
315 xdrrec_getbytes(XDR *xdrs, caddr_t addr, int len) in xdrrec_getbytes() function
1177 ops.x_getbytes = xdrrec_getbytes; in xdrrec_ops()