Searched refs:EZFS_ISSPARE (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs.h | 96 EZFS_ISSPARE, /* device is a hot spare */ enumerator
|
H A D | libzfs_pool.c | 2366 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 D | libzfs_util.c | 156 case EZFS_ISSPARE: in libzfs_error_description()
|