Searched refs:ZPOOL_CONFIG_POOL_GUID (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 254 if (nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID, in add_config() 366 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_POOL_GUID, in pool_active() 548 ZPOOL_CONFIG_POOL_GUID); in get_configs() 550 ZPOOL_CONFIG_POOL_GUID, guid); in get_configs() 637 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID, in get_configs() 758 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID, in get_configs() 1248 ZPOOL_CONFIG_POOL_GUID, in zpool_find_import_impl() 1393 this_guid = fnvlist_lookup_uint64(src, ZPOOL_CONFIG_POOL_GUID); in zpool_find_import_cached() 1443 ZPOOL_CONFIG_POOL_GUID, &pool_guid) == 0); in name_or_guid_exists() 1559 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID, in zpool_in_use()
|
H A D | libzfs_pool.c | 1645 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID, in zpool_import_props()
|
/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zfs.h | 48 #define ZPOOL_CONFIG_POOL_GUID "pool_guid" macro
|
/titanic_44/usr/src/cmd/availdevs/ |
H A D | availdevs.c | 132 nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID, &guid) || in add_pool_to_xml()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | spa_config.c | 392 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_POOL_GUID, in spa_config_generate()
|
H A D | vdev_label.c | 538 (nvlist_lookup_uint64(label, ZPOOL_CONFIG_POOL_GUID, in vdev_inuse()
|
H A D | spa.c | 2086 if (nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID, &pool_guid)) in spa_load() 3735 VERIFY(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID, in spa_generate_rootconf() 5059 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_POOL_GUID, in spa_vdev_split_mirror()
|
H A D | vdev.c | 1390 ZPOOL_CONFIG_POOL_GUID, &guid) != 0 || in vdev_validate()
|
H A D | zfs_ioctl.c | 1575 if (nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID, &guid) != 0 || in zfs_ioc_pool_import()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 504 #define ZPOOL_CONFIG_POOL_GUID "pool_guid" macro
|
/titanic_44/usr/src/cmd/syseventd/modules/zfs_mod/ |
H A D | zfs_mod.c | 346 (nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID, in zfs_iter_pool()
|
/titanic_44/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_pool.c | 390 nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID, &guid) || in populate_ImportablePoolBean()
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 1578 if (nvlist_lookup_value(nvlist, ZPOOL_CONFIG_POOL_GUID, outguid, in check_pool_label()
|
/titanic_44/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 1469 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID, in show_import() 2108 ZPOOL_CONFIG_POOL_GUID, &guid) == 0); in zpool_do_import()
|
/titanic_44/usr/src/cmd/zdb/ |
H A D | zdb.c | 3500 if (nvlist_lookup_uint64(cfg, ZPOOL_CONFIG_POOL_GUID, &v) == 0) in pool_match()
|