Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/zfs/
H A Dnvlist.c37 XDR_OP_ENCODE = 1, enumerator
169 case XDR_OP_ENCODE: in xdr_int()
198 case XDR_OP_ENCODE: in xdr_u_int()
223 case XDR_OP_ENCODE: in xdr_int64()
254 case XDR_OP_ENCODE: in xdr_uint64()
297 case XDR_OP_ENCODE: in xdr_string()
431 if (xdr->xdr_op == XDR_OP_ENCODE) { in nvlist_xdr_nvp()
549 if (xdr->xdr_op == XDR_OP_ENCODE) { in nvlist_xdr_nvlist()
566 if (xdr->xdr_op == XDR_OP_ENCODE) { in nvlist_xdr_nvlist()
712 .xdr_op = XDR_OP_ENCODE, in nvlist_export()
[all …]