Searched refs:x_setpostn (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_sizeof.c74 x_setpostn(XDR *xdrs, uint_t pos) function
140 ops.x_setpostn = x_setpostn;
H A Dsvid_funcs.c169 return ((*(xdrs)->x_ops->x_setpostn)(xdrs, pos));
H A Dxdr_stdio.c206 ops.x_setpostn = xdrstdio_setpos;
H A Dxdr_mem.c256 ops.x_setpostn = xdrmem_setpos;
H A Dxdr_rec.c1182 ops.x_setpostn = xdrrec_setpos;
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_sizeof.c58 x_setpostn(XDR *xdrs, uint_t pos) function
124 ops.x_setpostn = x_setpostn;
H A Dxdrrdma_sizeof.c81 x_setpostn(XDR *xdrs, uint_t pos) function
285 ops.x_setpostn = x_setpostn;
H A Dxdr_mem.c201 ops.x_setpostn = xdrmem_setpos;
H A Dxdr.h146 bool_t (*x_setpostn)(struct XDR *, uint_t); member in struct:xdr_ops
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)
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dxdr.h110 bool_t (*x_setpostn)(); /* lets you reposition the stream */ member in struct:__anon2782::xdr_ops
155 (*(xdrs)->x_ops->x_setpostn)(xdrs, pos)
157 (*(xdrs)->x_ops->x_setpostn)(xdrs, pos)
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c592 ops.x_setpostn = xdrrec_setpos;

Completed in 112 milliseconds