Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/rpc/
H A Dxdr_sizeof.c99 x_destroy(XDR *xdrs) in x_destroy() function
125 ops.x_destroy = x_destroy; in xdr_sizeof()
H A Dxdrrdma_sizeof.c189 x_destroy(XDR *xdrs) in x_destroy() function
286 ops.x_destroy = x_destroy; in xdrrdma_xops()
H A Dxdr.h146 void (*x_destroy)(struct XDR *); member
166 void (*x_destroy)(); /* free privates of this xdr_stream */
256 (*(xdrs)->x_ops->x_destroy)(xdrs)
258 (*(xdrs)->x_ops->x_destroy)(xdrs)
H A Dxdr_mem.c203 ops.x_destroy = xdrmem_destroy; in xdrmem_ops()
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dxdr_sizeof.c114 x_destroy(XDR *xdrs) in x_destroy() function
141 ops.x_destroy = x_destroy; in xdr_sizeof()
H A Dsvid_funcs.c151 (*(xdrs)->x_ops->x_destroy)(xdrs); in xdr_destroy()
H A Dxdr_stdio.c208 ops.x_destroy = xdrstdio_destroy; in xdrstdio_ops()
H A Dxdr_mem.c258 ops.x_destroy = xdrmem_destroy; in xdrmem_ops()
H A Dxdr_rec.c1184 ops.x_destroy = xdrrec_destroy; in xdrrec_ops()
/titanic_50/usr/src/lib/libbc/inc/include/rpc/
H A Dxdr.h112 void (*x_destroy)(); /* free privates of this xdr_stream */ member
165 (*(xdrs)->x_ops->x_destroy)(xdrs)
/titanic_50/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c594 ops.x_destroy = xdrrec_destroy; in xdrrec_ops()