Searched refs:xdr_u_short (Results 1 – 3 of 3) sorted by relevance
51 bool_t (*xdr_u_short)(XDR *, unsigned short *); member95 static inline bool_t xdr_u_short(XDR *xdrs, unsigned short *usp) in xdr_u_short() function97 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()
495 .xdr_u_short = xdrmem_enc_ushort,506 .xdr_u_short = xdrmem_dec_ushort,
3296 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()