Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs.h51 #define ZPOOL_CONFIG_VDEV_TREE "vdev_tree" macro
/titanic_41/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c156 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in find_by_guid()
181 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in search_pool()
227 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in replace_with_spare()
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c584 ZPOOL_CONFIG_VDEV_TREE, &nvtop) == 0); in get_configs()
738 if (nvlist_add_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in get_configs()
783 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in get_configs()
1504 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in find_aux()
1613 ZPOOL_CONFIG_VDEV_TREE, &nvroot) == 0); in zpool_in_use()
H A Dlibzfs_pool.c155 ZPOOL_CONFIG_VDEV_TREE, &nv) == 0) && in zpool_get_prop_int()
320 ZPOOL_CONFIG_VDEV_TREE, &nvroot) == 0); in zpool_get_prop()
1818 ZPOOL_CONFIG_VDEV_TREE, &nvroot) == 0); in zpool_scan()
2077 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in zpool_find_vdev_by_physpath()
2125 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in zpool_find_vdev()
2249 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in zpool_get_config_physpath()
2585 ZPOOL_CONFIG_VDEV_TREE, &config_root) == 0); in zpool_vdev_attach()
2827 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &tree) in zpool_vdev_split()
2955 ZPOOL_CONFIG_VDEV_TREE, *newroot) != 0 || in zpool_vdev_split()
3839 ZPOOL_CONFIG_VDEV_TREE, &nvroot) == 0); in zpool_label_disk()
[all …]
H A Dlibzfs_status.c199 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in check_status()
/titanic_41/usr/src/lib/libzpool/common/
H A Dutil.c145 VERIFY(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in show_pool_stats()
/titanic_41/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c113 ZPOOL_CONFIG_VDEV_TREE, &nvroot) == 0); in zfs_toplevel_state()
349 ZPOOL_CONFIG_VDEV_TREE, &nvl); in zfs_iter_pool()
/titanic_41/usr/src/cmd/fm/schemes/zfs/
H A Dscheme.c138 (void) nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &nvroot); in find_vdev()
/titanic_41/usr/src/cmd/availdevs/
H A Davaildevs.c135 nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &devices) || in add_pool_to_xml()
/titanic_41/usr/src/cmd/zpool/
H A Dzpool_main.c551 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in zpool_do_add()
1154 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in find_spare()
1473 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in show_import()
2359 verify(nvlist_lookup_nvlist(newconfig, ZPOOL_CONFIG_VDEV_TREE, in print_iostat()
2365 verify(nvlist_lookup_nvlist(oldconfig, ZPOOL_CONFIG_VDEV_TREE, in print_iostat()
2386 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in get_namewidth()
2915 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in list_callback()
4028 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in status_callback()
H A Dzpool_vdev.c808 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in check_replication()
1012 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in is_spare()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa_config.c454 VERIFY(nvlist_add_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, nvroot) == 0); in spa_config_generate()
H A Dspa.c1625 VERIFY(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &nv) == 0); in spa_config_valid()
2176 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &nvroot)) in spa_load_impl()
3104 ZPOOL_CONFIG_VDEV_TREE, &nvroot) == 0); in spa_add_spares()
3153 ZPOOL_CONFIG_VDEV_TREE, &nvroot) == 0); in spa_add_l2cache()
3733 VERIFY(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in spa_generate_rootconf()
3754 VERIFY(nvlist_add_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, nvroot) == 0); in spa_generate_rootconf()
3853 VERIFY(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in spa_import_rootpool()
4013 VERIFY(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in spa_import()
4930 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &nvl) != 0 || in spa_vdev_split_mirror()
H A Dvdev.c1398 if (nvlist_lookup_nvlist(label, ZPOOL_CONFIG_VDEV_TREE, &nvl) in vdev_validate()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dzfs.h507 #define ZPOOL_CONFIG_VDEV_TREE "vdev_tree" macro
/titanic_41/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c393 nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &devices) || in populate_ImportablePoolBean()
865 attrs, ZPOOL_CONFIG_VDEV_TREE, &root); in zjni_get_root_vdev()
/titanic_41/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c272 ret = nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &vd); in zfs_mark_pool()
/titanic_41/usr/src/lib/libbe/common/
H A Dbe_activate.c978 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &nv) != 0) { in be_do_installgrub()
/titanic_41/usr/src/cmd/power/
H A Dhandlers.c1033 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in ztop()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1567 if (nvlist_lookup_value(nvlist, ZPOOL_CONFIG_VDEV_TREE, &nv, in check_pool_label()
/titanic_41/usr/src/cmd/ztest/
H A Dztest.c2669 VERIFY(nvlist_lookup_nvlist(spa->spa_config, ZPOOL_CONFIG_VDEV_TREE, in ztest_split_pool()
2708 VERIFY(nvlist_add_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, split) == 0); in ztest_split_pool()
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c2186 ZPOOL_CONFIG_VDEV_TREE, &vdev_tree) != 0) || in dump_label()