Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_pool.c2406 return (zfs_error(hdl, EZFS_ISSPARE, msg));
2473 return (zfs_error(hdl, EZFS_ISSPARE, msg));
2621 return (zfs_error(hdl, EZFS_ISSPARE, msg));
2784 return (zfs_error(hdl, EZFS_ISSPARE, msg));
3152 return (zfs_error(hdl, EZFS_ISSPARE, msg));
HDlibzfs.h100 EZFS_ISSPARE, /* device is a hot spare */ enumerator
HDlibzfs_util.c160 case EZFS_ISSPARE: in libzfs_error_description()