Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs.h96 EZFS_ISSPARE, /* device is a hot spare */ enumerator
H A Dlibzfs_pool.c2366 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_vdev_online()
2433 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_vdev_offline()
2581 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_vdev_attach()
2734 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_vdev_detach()
3099 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_clear()
H A Dlibzfs_util.c156 case EZFS_ISSPARE: in libzfs_error_description()