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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_sizeof.c114 x_destroy(XDR *xdrs) function
141 ops.x_destroy = x_destroy;
H A Dsvid_funcs.c151 (*(xdrs)->x_ops->x_destroy)(xdrs);
H A Dxdr_stdio.c208 ops.x_destroy = xdrstdio_destroy;
H A Dxdr_mem.c258 ops.x_destroy = xdrmem_destroy;
H A Dxdr_rec.c1184 ops.x_destroy = xdrrec_destroy;
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_sizeof.c99 x_destroy(XDR *xdrs) function
125 ops.x_destroy = x_destroy;
H A Dxdrrdma_sizeof.c189 x_destroy(XDR *xdrs) function
286 ops.x_destroy = x_destroy;
H A Dxdr_mem.c203 ops.x_destroy = xdrmem_destroy;
H A Dxdr.h150 void (*x_destroy)(struct XDR *); member in struct:xdr_ops
170 void (*x_destroy)(); /* free privates of this xdr_stream */
260 (*(xdrs)->x_ops->x_destroy)(xdrs)
262 (*(xdrs)->x_ops->x_destroy)(xdrs)
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dxdr.h112 void (*x_destroy)(); /* free privates of this xdr_stream */ member in struct:__anon2782::xdr_ops
165 (*(xdrs)->x_ops->x_destroy)(xdrs)
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c594 ops.x_destroy = xdrrec_destroy;

Completed in 61 milliseconds