Searched refs:EZFS_INVALCONFIG (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 2024 (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 D | libzfs_util.c | 173 case EZFS_INVALCONFIG: in libzfs_error_description()
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs.h | 99 EZFS_INVALCONFIG, /* invalid vdev configuration */ enumerator
|