Searched refs:ZPOOL_CONFIG_ID (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zfs.h | 54 #define ZPOOL_CONFIG_ID "id" macro
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 585 verify(nvlist_lookup_uint64(nvtop, ZPOOL_CONFIG_ID, in get_configs() 668 ZPOOL_CONFIG_ID, c) != 0 || in get_configs() 695 ZPOOL_CONFIG_ID, c) != 0 || in get_configs() 712 nvlist_add_uint64(nvroot, ZPOOL_CONFIG_ID, 0ULL) != 0 || in get_configs()
|
H A D | libzfs_pool.c | 1999 verify(nvlist_lookup_uint64(nv, ZPOOL_CONFIG_ID, in vdev_to_nvlist_iter() 3399 verify(nvlist_lookup_uint64(nv, ZPOOL_CONFIG_ID, in zpool_vdev_name()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 513 #define ZPOOL_CONFIG_ID "id" macro
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | vdev_label.c | 224 fnvlist_add_uint64(nv, ZPOOL_CONFIG_ID, vd->vdev_id); in vdev_config_generate()
|
H A D | vdev.c | 394 if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_ID, &label_id) || in vdev_alloc()
|
H A D | spa.c | 3766 VERIFY(nvlist_add_uint64(nvroot, ZPOOL_CONFIG_ID, 0ULL) == 0); in spa_generate_rootconf()
|