Searched refs:ZPOOL_CONFIG_OFFLINE (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zfs.h | 84 #define ZPOOL_CONFIG_OFFLINE "offline" macro
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 564 #define ZPOOL_CONFIG_OFFLINE "offline" macro
|
/titanic_44/usr/src/cmd/syseventd/modules/zfs_mod/ |
H A D | zfs_mod.c | 165 (void) nvlist_lookup_uint64(vdev, ZPOOL_CONFIG_OFFLINE, &offline); in zfs_process_add()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | vdev_label.c | 355 fnvlist_add_uint64(nv, ZPOOL_CONFIG_OFFLINE, B_TRUE); in vdev_config_generate()
|
H A D | vdev.c | 549 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_OFFLINE, in vdev_alloc()
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 1431 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_OFFLINE, &ival, in vdev_validate()
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 2139 if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_OFFLINE, &ival) == 0 || in vdev_online()
|