Searched refs:EZFS_INVALCONFIG (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 2256 (void) zfs_error(hdl, EZFS_INVALCONFIG, desc); in zpool_import_props() 3461 return (zfs_error(hdl, EZFS_INVALCONFIG, errbuf)); in zpool_vdev_attach() 3549 (void) zfs_error(hdl, EZFS_INVALCONFIG, errbuf); in zpool_vdev_attach() 3797 retval = zfs_error(hdl, EZFS_INVALCONFIG, errbuf); in zpool_vdev_split() 3845 retval = zfs_error(hdl, EZFS_INVALCONFIG, errbuf); in zpool_vdev_split() 3982 (void) zfs_error(hdl, EZFS_INVALCONFIG, errbuf); in zpool_vdev_remove()
|
| H A D | libzfs_util.c | 178 case EZFS_INVALCONFIG: in libzfs_error_description()
|
| /freebsd-14.2/sys/contrib/openzfs/include/ |
| H A D | libzfs.h | 99 EZFS_INVALCONFIG, /* invalid vdev configuration */ enumerator
|