nvlist_add_nvlist_array
|| nvlist_add_nvlist_array(nvroot, ZPOOL_CONFIG_CHILDREN,
ASSERT_EQ(0, nvlist_add_nvlist_array(rootVdev, ZPOOL_CONFIG_CHILDREN,
nvlist_add_nvlist_array(nvl, key, (const nvlist_t * const *)testnvl, 8);
nvlist_add_nvlist_array(nvl, key, in_array, 6);
nvlist_add_nvlist_array(nvl, key, (const nvlist_t * const *)testnvl, 8);
nvlist_add_nvlist_array(nvl, key, (const nvlist_t * const *)testnvl, 8);
nvlist_add_nvlist_array(nvl, key, (const nvlist_t * const *)testnvl, 8);
nvlist_add_nvlist_array(src, "nvl/array",
nvlist_add_nvlist_array(nvl, "nvl/nvlist", NULL, 0);
nvlist_add_nvlist_array(nvl, "nvl/nvlist", nvladd, 1);
nvlist_add_nvlist_array(nvl, "nvl/nvlist_array", test, nitems(test));
nvlist_add_nvlist_array(nasted, "nvl/nvl/nvlist_array", test,
nvlist_add_nvlist_array(nvl, "nvl/nvlist_array", test, 5);
nvlist_add_nvlist_array(nasted, "nvl/nvl/nvlist_array", test, 5);
int nvlist_add_nvlist_array(nvlist_t *, const char *, nvlist_t **, uint32_t);
nvlist_add_nvlist_array(nvl_peer, "allowed-ips", (const nvlist_t *const *)nvl_aips, aip_count);
nvlist_add_nvlist_array(nvl, "peers", (const nvlist_t * const *)nvl_peers, peer_count);
void nvlist_add_nvlist_array(nvlist_t *nvl, const char *name, const nvlist_t * const *value, size_t nitems);
nvlist_add_nvlist_array(rootvdevnv, ZPOOL_CONFIG_CHILDREN, &diskvdevnv,