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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_pickle.cc106 pickle_file::transfer(pptr p, bool_t (*f) (XDR*, pptr)) argument
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dxdr.h38 * XDR provides a conventional way for converting between C data
48 * XDR *xdrs;
51 * xdrs is an instance of a XDR handle, to which or from which the data
53 * converted. The XDR handle contains an operation field which indicates
92 * bool_t (*xdrproc_t)(XDR *, caddr_t *);
97 * The XDR handle.
118 } XDR; typedef in typeref:struct:__anon2782
121 * Operations defined on a XDR handle
123 * XDR *xdrs;
257 extern void xdrmem_create(); /* XDR usin
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr.h59 * XDR provides a conventional way for converting between C data
69 * XDR *xdrs;
72 * xdrs is an instance of a XDR handle, to which or from which the data
74 * converted. The XDR handle contains an operation field which indicates
107 * The XDR handle.
113 * XDR
117 typedef struct XDR { struct
124 } XDR; typedef in typeref:struct:XDR
135 bool_t (*x_getlong)(struct XDR *, long *);
137 bool_t (*x_putlong)(struct XDR *, lon
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h266 * XDR routines
269 typedef void * XDR; /* opaque */ typedef

Completed in 88 milliseconds