Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_pool.c2333 (void) zfs_error(hdl, EZFS_INVALCONFIG, desc); in zpool_import_props()
3597 return (zfs_error(hdl, EZFS_INVALCONFIG, errbuf)); in zpool_vdev_attach()
3689 (void) zfs_error(hdl, EZFS_INVALCONFIG, errbuf); in zpool_vdev_attach()
3971 retval = zfs_error(hdl, EZFS_INVALCONFIG, errbuf); in zpool_vdev_split()
4019 retval = zfs_error(hdl, EZFS_INVALCONFIG, errbuf); in zpool_vdev_split()
4156 (void) zfs_error(hdl, EZFS_INVALCONFIG, errbuf); in zpool_vdev_remove()
HDlibzfs_util.c180 case EZFS_INVALCONFIG: in libzfs_error_description()
/freebsd-head/sys/contrib/openzfs/include/
HDlibzfs.h100 EZFS_INVALCONFIG, /* invalid vdev configuration */ enumerator