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