Searched refs:EZFS_INVALCONFIG (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/lib/libzfs/common/ |
| H A D | libzfs_pool.c | 1987 (void) zfs_error(hdl, EZFS_INVALCONFIG, desc); in zpool_import_props() 2746 return (EZFS_INVALCONFIG); in vdev_get_physpaths() 2759 return (EZFS_INVALCONFIG); in vdev_get_physpaths() 2777 return (EZFS_INVALCONFIG); in vdev_get_physpaths() 2807 return (EZFS_INVALCONFIG); in zpool_get_config_physpath() 2812 return (EZFS_INVALCONFIG); in zpool_get_config_physpath() 3163 return (zfs_error(hdl, EZFS_INVALCONFIG, msg)); in zpool_vdev_attach() 3247 (void) zfs_error(hdl, EZFS_INVALCONFIG, msg); in zpool_vdev_attach() 3481 retval = zfs_error(hdl, EZFS_INVALCONFIG, msg); in zpool_vdev_split() 3508 retval = zfs_error(hdl, EZFS_INVALCONFIG, msg); in zpool_vdev_split() [all …]
|
| H A D | libzfs.h | 99 EZFS_INVALCONFIG, /* invalid vdev configuration */ enumerator
|
| H A D | libzfs_util.c | 163 case EZFS_INVALCONFIG: in libzfs_error_description()
|