Searched defs:xdr_ops (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/sys/contrib/openzfs/include/os/linux/spl/rpc/ |
H A D | xdr.h | 46 struct xdr_ops { struct 47 bool_t (*xdr_control)(XDR *, int, void *); 49 bool_t (*xdr_char)(XDR *, char *); 50 bool_t (*xdr_u_short)(XDR *, unsigned short *); 51 bool_t (*xdr_u_int)(XDR *, unsigned *); 52 bool_t (*xdr_u_longlong_t)(XDR *, u_longlong_t *); 54 bool_t (*xdr_opaque)(XDR *, caddr_t, const uint_t); 55 bool_t (*xdr_string)(XDR *, char **, const uint_t); 56 bool_t (*xdr_array)(XDR *, caddr_t *, uint_t *, const uint_t,
|
/freebsd-src/include/rpc/ |
H A D | xdr.h | 99 const struct xdr_ops { struct 101 x_getlongXDR::xdr_ops global() argument 103 x_putlongXDR::xdr_ops global() argument 105 x_getbytesXDR::xdr_ops global() argument 107 x_putbytesXDR::xdr_ops global() argument 109 x_getpostnXDR::xdr_ops global() argument 111 x_setpostnXDR::xdr_ops global() argument 113 x_inlineXDR::xdr_ops global() argument 115 x_destroyXDR::xdr_ops global() argument 116 x_controlXDR::xdr_ops global() argument
|
/freebsd-src/sys/rpc/ |
H A D | xdr.h | 99 const struct xdr_ops { struct 101 x_getlongXDR::xdr_ops global() argument 103 x_putlongXDR::xdr_ops global() argument 105 x_getbytesXDR::xdr_ops global() argument 107 x_putbytesXDR::xdr_ops global() argument 109 x_getpostnXDR::xdr_ops global() argument 111 x_setpostnXDR::xdr_ops global() argument 113 x_inlineXDR::xdr_ops global() argument 115 x_destroyXDR::xdr_ops global() argument 116 x_controlXDR::xdr_ops global() argument
|