Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1722 (void) zfs_error(hdl, EZFS_INVALCONFIG, desc); in zpool_import_props()
2187 return (EZFS_INVALCONFIG); in vdev_get_physpaths()
2200 return (EZFS_INVALCONFIG); in vdev_get_physpaths()
2217 return (EZFS_INVALCONFIG); in vdev_get_physpaths()
2247 return (EZFS_INVALCONFIG); in zpool_get_config_physpath()
2252 return (EZFS_INVALCONFIG); in zpool_get_config_physpath()
2577 return (zfs_error(hdl, EZFS_INVALCONFIG, msg)); in zpool_vdev_attach()
2656 (void) zfs_error(hdl, EZFS_INVALCONFIG, msg); in zpool_vdev_attach()
2888 retval = zfs_error(hdl, EZFS_INVALCONFIG, msg); in zpool_vdev_split()
2915 retval = zfs_error(hdl, EZFS_INVALCONFIG, msg); in zpool_vdev_split()
[all …]
H A Dlibzfs.h96 EZFS_INVALCONFIG, /* invalid vdev configuration */ enumerator
H A Dlibzfs_util.c159 case EZFS_INVALCONFIG: in libzfs_error_description()