Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2068 (spare ? EZFS_ISSPARE : EZFS_ISL2CACHE); in zpool_translate_vdev_guids()
2894 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_vdev_online()
2961 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_vdev_offline()
3109 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_vdev_attach()
3269 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_vdev_detach()
3691 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_clear()
H A Dlibzfs.h98 EZFS_ISSPARE, /* device is a hot spare */ enumerator
H A Dlibzfs_util.c160 case EZFS_ISSPARE: in libzfs_error_description()