Searched defs:x_setpostn (Results 1 - 5 of 5) 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;
/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.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)

Completed in 74 milliseconds