HomeSort by relevance Sort by last modified time
    Searched defs:XDR (Results 1 - 3 of 3) sorted by null

  /nfsv41/nfs41-gate/usr/src/lib/libbc/inc/include/rpc/
xdr.h 33 * xdr.h, External Data Representation Serialization Routines.
38 * 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
67 * Xdr operations. XDR_ENCODE causes the type to be encoded into the
92 * bool_t (*xdrproc_t)(XDR *, caddr_t *);
97 * The XDR handle.
118 } XDR;
121 * Operations defined on a XDR handl
    [all...]
  /nfsv41/nfs41-gate/usr/src/uts/common/rpc/
xdr.h 33 * xdr.h, External Data Representation Serialization Routines.
54 * XDR provides a conventional way for converting between C data
64 * XDR *xdrs;
67 * xdrs is an instance of a XDR handle, to which or from which the data
69 * converted. The XDR handle contains an operation field which indicates
83 * Xdr operations. XDR_ENCODE causes the type to be encoded into the
102 * The XDR handle.
108 * XDR
112 typedef struct XDR {
119 } XDR;
    [all...]
  /nfsv41/nfs41-gate/usr/src/uts/common/avs/ns/
contract.h 266 * XDR routines
267 * from rpc/xdr.h
269 typedef void * XDR; /* opaque */

Completed in 360 milliseconds