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 D | zfs.h | 46 #define ZPOOL_CONFIG_POOL_STATE "state" macro
|
/titanic_41/usr/src/cmd/fs.d/zfs/fstyp/ |
H A D | fstyp.c | 97 if (nvlist_lookup_uint64(h->config, ZPOOL_CONFIG_POOL_STATE, in fstyp_mod_ident()
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 229 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 D | libzfs_status.c | 203 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, in check_status()
|
/titanic_41/usr/src/cmd/availdevs/ |
H A D | availdevs.c | 134 nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, &state) || in add_pool_to_xml()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | vdev_label.c | 529 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 D | spa_config.c | 389 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_POOL_STATE, in spa_config_generate()
|
H A D | vdev_disk.c | 918 if (nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_STATE, in vdev_disk_read_rootlabel()
|
H A D | vdev.c | 1427 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 D | spa.c | 4111 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 D | zfs.h | 502 #define ZPOOL_CONFIG_POOL_STATE "state" macro
|
/titanic_41/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_pool.c | 391 nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, &state) || in populate_ImportablePoolBean()
|
/titanic_41/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 1471 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 D | fsys_zfs.c | 1543 if (nvlist_lookup_value(nvlist, ZPOOL_CONFIG_POOL_STATE, &pool_state, in check_pool_label()
|