Home
last modified time | relevance | path

Searched refs:xdr_string (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/rpc/
H A Dxdr.h56 bool_t (*xdr_string)(XDR *, char **, const uint_t); member
140 static inline bool_t xdr_string(XDR *xdrs, char **sp, const uint_t maxsize) in xdr_string() function
142 return (xdrs->x_ops->xdr_string(xdrs, sp, maxsize)); in xdr_string()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-xdr.c499 .xdr_string = xdr_enc_string,
510 .xdr_string = xdr_dec_string,
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_proxy.h308 typedef struct xdr_string { struct
/f-stack/freebsd/contrib/openzfs/module/nvpair/
H A Dnvpair.c3238 if (!xdr_string(xdr, &buf, buflen - 1)) in nvs_xdr_nvp_op()
3328 ret = xdr_string(xdr, &buf, buflen - 1); in nvs_xdr_nvp_op()
3387 if (xdr_string(xdr, &buf, buflen - 1) != TRUE) in nvs_xdr_nvp_op()