Home
last modified time | relevance | path

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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_pool.c2430 return (zfs_error(hdl, EZFS_ISSPARE, msg));
2497 return (zfs_error(hdl, EZFS_ISSPARE, msg));
2645 return (zfs_error(hdl, EZFS_ISSPARE, msg));
2808 return (zfs_error(hdl, EZFS_ISSPARE, msg));
3173 return (zfs_error(hdl, EZFS_ISSPARE, msg));
Dlibzfs.h98 EZFS_ISSPARE, /* device is a hot spare */ enumerator
Dlibzfs_util.c162 case EZFS_ISSPARE: in libzfs_error_description()