Home
last modified time | relevance | path

Searched refs:xdrrec_getbytes (Results 1 – 2 of 2) sorted by relevance

/titanic_50/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()
/titanic_50/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))) in xdrrec_getint32()
317 xdrrec_getbytes(XDR *xdrs, caddr_t addr, int len) in xdrrec_getbytes() function
1179 ops.x_getbytes = xdrrec_getbytes; in xdrrec_ops()