Home
last modified time | relevance | path

Searched refs:ZPOOL_CONFIG_VDEV_TREE (Results 1 – 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs.h51 #define ZPOOL_CONFIG_VDEV_TREE "vdev_tree" macro
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c167 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in find_by_guid()
192 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in search_pool()
242 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in replace_with_spare()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c298 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in find_aux()
407 ZPOOL_CONFIG_VDEV_TREE, &nvroot) == 0); in zpool_in_use()
H A Dlibzfs_pool.c163 ZPOOL_CONFIG_VDEV_TREE, &nv) == 0) && in zpool_get_prop_int()
370 ZPOOL_CONFIG_VDEV_TREE, &nvroot) == 0); in zpool_get_prop()
2147 ZPOOL_CONFIG_VDEV_TREE, &nvroot) == 0); in zpool_scan()
2586 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in zpool_find_vdev_by_physpath()
2638 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in zpool_find_vdev()
2763 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in zpool_get_config_physpath()
3125 ZPOOL_CONFIG_VDEV_TREE, &config_root) == 0); in zpool_vdev_attach()
3374 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &tree) in zpool_vdev_split()
3501 ZPOOL_CONFIG_VDEV_TREE, *newroot) != 0 || in zpool_vdev_split()
4612 ZPOOL_CONFIG_VDEV_TREE, &nvroot) == 0); in zpool_label_disk()
[all …]
H A Dlibzfs_status.c218 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in check_status()
/illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c115 ZPOOL_CONFIG_VDEV_TREE, &nvroot) == 0); in zfs_toplevel_state()
361 ZPOOL_CONFIG_VDEV_TREE, &nvl); in zfs_iter_pool()
700 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &vdev) != 0) { in zfs_deliver_update()
/illumos-gate/usr/src/cmd/fm/schemes/zfs/
H A Dscheme.c138 (void) nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &nvroot); in find_vdev()
/illumos-gate/usr/src/lib/libzpool/common/
H A Dutil.c140 VERIFY(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in show_pool_stats()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_iter.c318 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in for_each_vdev()
H A Dzpool_main.c793 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in zpool_do_add()
1698 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in find_spare()
1988 ZPOOL_CONFIG_VDEV_TREE); in print_status_config()
2231 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in show_import()
4237 verify(nvlist_lookup_nvlist(newconfig, ZPOOL_CONFIG_VDEV_TREE, in print_iostat()
4286 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in get_namewidth()
4398 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in get_stat_flags_cb()
5384 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in list_callback()
6479 ZPOOL_CONFIG_VDEV_TREE); in zpool_do_trim()
6573 ZPOOL_CONFIG_VDEV_TREE); in zpool_do_initialize()
[all …]
H A Dzpool_vdev.c888 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in check_replication()
1139 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in is_spare()
/illumos-gate/usr/src/cmd/availdevs/
H A Davaildevs.c135 nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &devices) || in add_pool_to_xml()
/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_import.c618 ZPOOL_CONFIG_VDEV_TREE, &nvtop) == 0); in get_configs()
772 if (nvlist_add_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in get_configs()
823 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in get_configs()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_config.c470 fnvlist_add_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, nvroot); in spa_config_generate()
H A Dspa.c2810 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &nvtree)) {
2812 ZPOOL_CONFIG_VDEV_TREE);
3192 nv = fnvlist_lookup_nvlist(mos_config, ZPOOL_CONFIG_VDEV_TREE);
4697 ZPOOL_CONFIG_VDEV_TREE, &nvroot) == 0);
4746 ZPOOL_CONFIG_VDEV_TREE, &nvroot) == 0);
5391 VERIFY(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
5425 VERIFY(nvlist_add_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, nvroot) == 0);
5567 VERIFY(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
5734 VERIFY(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
6984 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &nvl) != 0 ||
H A Dvdev.c1885 if (nvlist_lookup_nvlist(label, ZPOOL_CONFIG_VDEV_TREE, &nvl) in vdev_validate()
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c395 nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &devices) || in populate_ImportablePoolBean()
869 attrs, ZPOOL_CONFIG_VDEV_TREE, &root); in zjni_get_root_vdev()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h599 #define ZPOOL_CONFIG_VDEV_TREE "vdev_tree" macro
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c279 ret = nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &vd); in zfs_mark_pool()
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c1033 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in ztop()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c1187 nvlist_find(nvlist, ZPOOL_CONFIG_VDEV_TREE, DATA_TYPE_NVLIST, in vdev_init_from_label()
1294 nvlist_find(nvlist, ZPOOL_CONFIG_VDEV_TREE, DATA_TYPE_NVLIST, in vdev_init_from_nvlist()
1888 if (nvlist_find(nvl, ZPOOL_CONFIG_VDEV_TREE, DATA_TYPE_NVLIST, in vdev_get_label_asize()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h762 #define ZPOOL_CONFIG_VDEV_TREE "vdev_tree" macro
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c1435 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &nv) != 0) { in be_do_installboot()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1573 if (nvlist_lookup_value(nvlist, ZPOOL_CONFIG_VDEV_TREE, &nv, in check_pool_label()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c3140 VERIFY(nvlist_lookup_nvlist(spa->spa_config, ZPOOL_CONFIG_VDEV_TREE, in ztest_split_pool()
3179 VERIFY(nvlist_add_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, split) == 0); in ztest_split_pool()

12