Home
last modified time | relevance | path

Searched refs:xdr_u_short (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/rpc/
H A Dxdr.h51 bool_t (*xdr_u_short)(XDR *, unsigned short *); member
95 static inline bool_t xdr_u_short(XDR *xdrs, unsigned short *usp) in xdr_u_short() function
97 return (xdrs->x_ops->xdr_u_short(xdrs, usp)); in xdr_u_short()
103 return (xdrs->x_ops->xdr_u_short(xdrs, (unsigned short *) sp)); in xdr_short()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-xdr.c495 .xdr_u_short = xdrmem_enc_ushort,
506 .xdr_u_short = xdrmem_dec_ushort,
/f-stack/freebsd/contrib/openzfs/module/nvpair/
H A Dnvpair.c3296 ret = xdr_u_short(xdr, (void *)buf); in nvs_xdr_nvp_op()
3348 sizeof (uint16_t), (xdrproc_t)xdr_u_short); in nvs_xdr_nvp_op()