Lines Matching refs:xdr_array
328 xdr_array(xdr_t *xdr, const unsigned nelem, const xdrproc_t elproc) in xdr_array() function
522 if (!xdr_array(xdr, nelem, (xdrproc_t)xdr_u_int)) in nvlist_xdr_nvp()
528 if (!xdr_array(xdr, nelem, (xdrproc_t)xdr_uint64)) in nvlist_xdr_nvp()
1264 xdr_array(&xdr, nelem, (xdrproc_t)xdr_char); in nvlist_add_common()
1276 xdr_array(&xdr, nelem, (xdrproc_t)xdr_short); in nvlist_add_common()
1280 xdr_array(&xdr, nelem, (xdrproc_t)xdr_u_short); in nvlist_add_common()
1294 xdr_array(&xdr, nelem, (xdrproc_t)xdr_int); in nvlist_add_common()
1298 xdr_array(&xdr, nelem, (xdrproc_t)xdr_u_int); in nvlist_add_common()
1310 xdr_array(&xdr, nelem, (xdrproc_t)xdr_int64); in nvlist_add_common()
1314 xdr_array(&xdr, nelem, (xdrproc_t)xdr_uint64); in nvlist_add_common()
1627 if (xdr_array(&xdr, nvp_data->nv_nelem, in nvpair_print()