Searched refs:ZPOOL_CONFIG_REMOVED (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zfs.h | 87 #define ZPOOL_CONFIG_REMOVED "removed" macro
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 727 #define ZPOOL_CONFIG_REMOVED "removed" macro
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 800 #define ZPOOL_CONFIG_REMOVED "removed" macro
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 1441 nvlist_lookup_value(nv, ZPOOL_CONFIG_REMOVED, &ival, in vdev_validate()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_label.c | 677 fnvlist_add_uint64(nv, ZPOOL_CONFIG_REMOVED, B_TRUE); in vdev_config_generate()
|
H A D | vdev.c | 813 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_REMOVED, in vdev_alloc()
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | zfsimpl.c | 882 (void) nvlist_find(nvlist, ZPOOL_CONFIG_REMOVED, DATA_TYPE_UINT64, NULL, in vdev_set_initial_state()
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 2658 nvlist_lookup_uint64(nv, ZPOOL_CONFIG_REMOVED, &ival) == 0) in vdev_is_online()
|