Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2256 (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 Dlibzfs_util.c178 case EZFS_INVALCONFIG: in libzfs_error_description()
/freebsd-14.2/sys/contrib/openzfs/include/
H A Dlibzfs.h99 EZFS_INVALCONFIG, /* invalid vdev configuration */ enumerator