Home
last modified time | relevance | path

Searched refs:EZFS_ISSPARE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs.h95 EZFS_ISSPARE, /* device is a hot spare */ enumerator
H A Dlibzfs_pool.c2354 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_vdev_online()
2421 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_vdev_offline()
2569 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_vdev_attach()
2722 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_vdev_detach()
3090 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_clear()
H A Dlibzfs_util.c155 case EZFS_ISSPARE: in libzfs_error_description()