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