Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1987 (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 Dlibzfs.h99 EZFS_INVALCONFIG, /* invalid vdev configuration */ enumerator
H A Dlibzfs_util.c163 case EZFS_INVALCONFIG: in libzfs_error_description()