Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2332 (void) zfs_error(hdl, EZFS_INVALCONFIG, desc); in zpool_import_props()
3584 return (zfs_error(hdl, EZFS_INVALCONFIG, errbuf)); in zpool_vdev_attach()
3676 (void) zfs_error(hdl, EZFS_INVALCONFIG, errbuf); in zpool_vdev_attach()
3958 retval = zfs_error(hdl, EZFS_INVALCONFIG, errbuf); in zpool_vdev_split()
4006 retval = zfs_error(hdl, EZFS_INVALCONFIG, errbuf); in zpool_vdev_split()
4143 (void) zfs_error(hdl, EZFS_INVALCONFIG, errbuf); in zpool_vdev_remove()
H A Dlibzfs_util.c180 case EZFS_INVALCONFIG: in libzfs_error_description()
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h100 EZFS_INVALCONFIG, /* invalid vdev configuration */ enumerator