Home
last modified time | relevance | path

Searched refs:x_getbytes (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr.h140 bool_t (*x_getbytes)(struct XDR *, caddr_t, int); member
164 bool_t (*x_getbytes)(); /* get some bytes from " */
235 (*(xdrs)->x_ops->x_getbytes)(xdrs, addr, len)
237 (*(xdrs)->x_ops->x_getbytes)(xdrs, addr, len)
H A Dxdr_sizeof.c135 ops.x_getbytes = (dummyfunc1)harmless; in xdr_sizeof()
H A Dxdr_mem.c196 ops.x_getbytes = xdrmem_getbytes; in xdrmem_ops()
H A Dxdrrdma_sizeof.c298 ops.x_getbytes = (dummyfunc1)harmless; in xdrrdma_xops()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_sizeof.c157 ops.x_getbytes = harmless_getbytes; in xdr_sizeof()
H A Dxdr_stdio.c201 ops.x_getbytes = xdrstdio_getbytes; in xdrstdio_ops()
H A Dxdr_mem.c251 ops.x_getbytes = xdrmem_getbytes; in xdrmem_ops()
H A Dxdr_rec.c1177 ops.x_getbytes = xdrrec_getbytes; in xdrrec_ops()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c589 ops.x_getbytes = xdrrec_getbytes; in xdrrec_ops()