Searched defs:xdrmblk_params (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_mblk.c85 * The xdrmblk_params structure holds the internal data for the XDR stream.
87 * xdrmblk_params structure is dynamically allocated in xdrmblk_init() and
90 * The apos and rpos members of the xdrmblk_params structure are used to
93 * In addition to the xdrmblk_params structure we store some additional
101 struct xdrmblk_params { struct
113 struct xdrmblk_params *p;
119 p = kmem_alloc(sizeof (struct xdrmblk_params), KM_SLEEP);
138 kmem_free(xdrs->x_private, sizeof (struct xdrmblk_params));
145 struct xdrmblk_params *p;
154 p = (struct xdrmblk_params *)xdr
[all...]

Completed in 45 milliseconds