Home
last modified time | relevance | path

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

/trueos/cddl/contrib/opensolaris/cmd/zpool/
HDzpool_vdev.c510 verify(nvlist_add_string(vdev, ZPOOL_CONFIG_TYPE, type) == 0); in make_leaf_vdev()
613 verify(nvlist_lookup_string(nv, ZPOOL_CONFIG_TYPE, in get_replication()
666 ZPOOL_CONFIG_TYPE, &childtype) == 0); in get_replication()
685 ZPOOL_CONFIG_TYPE, in get_replication()
938 verify(nvlist_lookup_string(nv, ZPOOL_CONFIG_TYPE, &type) == 0); in make_disks()
1084 verify(nvlist_lookup_string(nv, ZPOOL_CONFIG_TYPE, &type) == 0); in is_device_in_use()
1327 verify(nvlist_add_string(nv, ZPOOL_CONFIG_TYPE, in construct_spec()
1381 verify(nvlist_add_string(nvroot, ZPOOL_CONFIG_TYPE, in construct_spec()
HDzpool_main.c1466 verify(nvlist_lookup_string(nv, ZPOOL_CONFIG_TYPE, &type) == 0); in print_import_config()
/trueos/cddl/contrib/opensolaris/lib/libzpool/common/
HDutil.c126 nvlist_lookup_string(cnv, ZPOOL_CONFIG_TYPE, &cname)) in show_vdev_stats()
/trueos/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_pool.c2047 } else if (strcmp(srchkey, ZPOOL_CONFIG_TYPE) == 0 && val) {
2049 if (strcmp(srchkey, ZPOOL_CONFIG_TYPE) == 0 && val) {
2211 verify(nvlist_add_string(search, ZPOOL_CONFIG_TYPE, path) == 0);
2284 if (nvlist_lookup_string(nv, ZPOOL_CONFIG_TYPE, &type) != 0)
2347 if (nvlist_lookup_string(vdev_root, ZPOOL_CONFIG_TYPE, &type) != 0 ||
2618 verify(nvlist_lookup_string(search, ZPOOL_CONFIG_TYPE,
2994 if (nvlist_add_string(vdev, ZPOOL_CONFIG_TYPE,
3006 verify(nvlist_lookup_string(child[c], ZPOOL_CONFIG_TYPE, &type)
3047 if (nvlist_add_string(*newroot, ZPOOL_CONFIG_TYPE,
3506 verify(nvlist_lookup_string(nv, ZPOOL_CONFIG_TYPE, &path) == 0);
[all …]
HDlibzfs_status.c146 verify(nvlist_lookup_string(vdev, ZPOOL_CONFIG_TYPE, in find_vdev_problem()
HDlibzfs_import.c666 ZPOOL_CONFIG_TYPE, in get_configs()
693 ZPOOL_CONFIG_TYPE, in get_configs()
711 if (nvlist_add_string(nvroot, ZPOOL_CONFIG_TYPE, in get_configs()
/trueos/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
HDzfs.h512 #define ZPOOL_CONFIG_TYPE "type" macro
/trueos/cddl/contrib/opensolaris/cmd/ztest/
HDztest.c854 VERIFY(nvlist_add_string(file, ZPOOL_CONFIG_TYPE, VDEV_TYPE_FILE) == 0); in make_vdev_file()
876 VERIFY(nvlist_add_string(raidz, ZPOOL_CONFIG_TYPE, in make_vdev_raidz()
907 VERIFY(nvlist_add_string(mirror, ZPOOL_CONFIG_TYPE, in make_vdev_mirror()
939 VERIFY(nvlist_add_string(root, ZPOOL_CONFIG_TYPE, VDEV_TYPE_ROOT) == 0); in make_vdev_root()
2703 ZPOOL_CONFIG_TYPE, VDEV_TYPE_HOLE) == 0); in ztest_split_pool()
2719 VERIFY(nvlist_add_string(split, ZPOOL_CONFIG_TYPE, in ztest_split_pool()
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDvdev_label.c227 fnvlist_add_string(nv, ZPOOL_CONFIG_TYPE, vd->vdev_ops->vdev_op_type); in vdev_config_generate()
HDspa.c3806 VERIFY(nvlist_add_string(nvroot, ZPOOL_CONFIG_TYPE, in spa_generate_rootconf()
4037 VERIFY(nvlist_add_string(tops[holes[i]], ZPOOL_CONFIG_TYPE, in spa_generate_rootconf()
4048 VERIFY(nvlist_add_string(tops[i], ZPOOL_CONFIG_TYPE, in spa_generate_rootconf()
4067 VERIFY(nvlist_add_string(nvroot, ZPOOL_CONFIG_TYPE, in spa_generate_rootconf()
HDvdev.c453 if (nvlist_lookup_string(nv, ZPOOL_CONFIG_TYPE, &type) != 0) in vdev_alloc()
/trueos/sys/cddl/boot/zfs/
HDzfsimpl.h702 #define ZPOOL_CONFIG_TYPE "type" macro
/trueos/sys/boot/zfs/
HDzfsimpl.c526 || nvlist_find(nvlist, ZPOOL_CONFIG_TYPE, in vdev_init_from_nvlist()