Home
last modified time | relevance | path

Searched refs:x_setpostn (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_sizeof.c59 x_setpostn(XDR *xdrs, uint_t pos) in x_setpostn() function
126 ops.x_setpostn = x_setpostn; in xdr_sizeof()
H A Dxdrrdma_sizeof.c83 x_setpostn(XDR *xdrs, uint_t pos) in x_setpostn() function
288 ops.x_setpostn = x_setpostn; in xdrrdma_xops()
H A Dxdr.h146 bool_t (*x_setpostn)(struct XDR *, uint_t); member
167 bool_t (*x_setpostn)(); /* lets you reposition the stream */
250 (*(xdrs)->x_ops->x_setpostn)(xdrs, pos)
252 (*(xdrs)->x_ops->x_setpostn)(xdrs, pos)
H A Dxdr_mem.c199 ops.x_setpostn = xdrmem_setpos; in xdrmem_ops()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_sizeof.c72 x_setpostn(XDR *xdrs, uint_t pos) in x_setpostn() function
149 ops.x_setpostn = x_setpostn; in xdr_sizeof()
H A Dsvid_funcs.c167 return ((*(xdrs)->x_ops->x_setpostn)(xdrs, pos)); in xdr_setpos()
H A Dxdr_stdio.c204 ops.x_setpostn = xdrstdio_setpos; in xdrstdio_ops()
H A Dxdr_mem.c254 ops.x_setpostn = xdrmem_setpos; in xdrmem_ops()
H A Dxdr_rec.c1180 ops.x_setpostn = xdrrec_setpos; in xdrrec_ops()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c592 ops.x_setpostn = xdrrec_setpos; in xdrrec_ops()