Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2024 (void) zfs_error(hdl, EZFS_INVALCONFIG, desc); in zpool_import_props()
2797 return (EZFS_INVALCONFIG); in vdev_get_physpaths()
2810 return (EZFS_INVALCONFIG); in vdev_get_physpaths()
2828 return (EZFS_INVALCONFIG); in vdev_get_physpaths()
2858 return (EZFS_INVALCONFIG); in zpool_get_config_physpath()
2863 return (EZFS_INVALCONFIG); in zpool_get_config_physpath()
3208 return (zfs_error(hdl, EZFS_INVALCONFIG, msg)); in zpool_vdev_attach()
3286 (void) zfs_error(hdl, EZFS_INVALCONFIG, msg); in zpool_vdev_attach()
3535 retval = zfs_error(hdl, EZFS_INVALCONFIG, msg); in zpool_vdev_split()
3583 retval = zfs_error(hdl, EZFS_INVALCONFIG, msg); in zpool_vdev_split()
[all …]
H A Dlibzfs_util.c173 case EZFS_INVALCONFIG: in libzfs_error_description()
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h99 EZFS_INVALCONFIG, /* invalid vdev configuration */ enumerator