Home
last modified time | relevance | path

Searched refs:ZPOOL_CONFIG_POOL_STATE (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs.h46 #define ZPOOL_CONFIG_POOL_STATE "state" macro
/titanic_41/usr/src/cmd/fs.d/zfs/fstyp/
H A Dfstyp.c97 if (nvlist_lookup_uint64(h->config, ZPOOL_CONFIG_POOL_STATE, in fstyp_mod_ident()
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c229 if (nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, in add_config()
562 ZPOOL_CONFIG_POOL_STATE); in get_configs()
564 ZPOOL_CONFIG_POOL_STATE, state); in get_configs()
892 if (nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_STATE, in zpool_read_label()
1552 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, in zpool_in_use()
H A Dlibzfs_status.c203 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, in check_status()
/titanic_41/usr/src/cmd/availdevs/
H A Davaildevs.c134 nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, &state) || in add_pool_to_xml()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c529 if (nvlist_lookup_uint64(label, ZPOOL_CONFIG_POOL_STATE, in vdev_inuse()
735 VERIFY(nvlist_add_uint64(label, ZPOOL_CONFIG_POOL_STATE, in vdev_label_init()
748 VERIFY(nvlist_add_uint64(label, ZPOOL_CONFIG_POOL_STATE, in vdev_label_init()
H A Dspa_config.c389 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_POOL_STATE, in spa_config_generate()
H A Dvdev_disk.c918 if (nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_STATE, in vdev_disk_read_rootlabel()
H A Dvdev.c1427 if (nvlist_lookup_uint64(label, ZPOOL_CONFIG_POOL_STATE, in vdev_validate()
2142 nvlist_lookup_uint64(label, ZPOOL_CONFIG_POOL_STATE, &state) != 0) { in vdev_validate_aux()
H A Dspa.c4111 if (nvlist_lookup_uint64(tryconfig, ZPOOL_CONFIG_POOL_STATE, &state)) in spa_tryimport()
4135 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_POOL_STATE, in spa_tryimport()
5053 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_POOL_STATE, in spa_vdev_split_mirror()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dzfs.h502 #define ZPOOL_CONFIG_POOL_STATE "state" macro
/titanic_41/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c391 nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, &state) || in populate_ImportablePoolBean()
/titanic_41/usr/src/cmd/zpool/
H A Dzpool_main.c1471 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, in show_import()
1692 ZPOOL_CONFIG_POOL_STATE, &state) == 0); in do_import()
2059 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, in zpool_do_import()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1543 if (nvlist_lookup_value(nvlist, ZPOOL_CONFIG_POOL_STATE, &pool_state, in check_pool_label()