Searched refs:xdr_string (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/rpc/ |
| H A D | xdr.h | 56 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 D | spl-xdr.c | 499 .xdr_string = xdr_enc_string, 510 .xdr_string = xdr_dec_string,
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_proxy.h | 308 typedef struct xdr_string { struct
|
| /f-stack/freebsd/contrib/openzfs/module/nvpair/ |
| H A D | nvpair.c | 3238 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()
|