Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1662 (void) zfs_error(hdl, EZFS_BADDEV, errbuf); in zpool_destroy()
1772 (void) zfs_error(hdl, EZFS_BADDEV, errbuf); in zpool_add()
1789 (void) zfs_error(hdl, EZFS_BADDEV, errbuf); in zpool_add()
1809 (void) zfs_error(hdl, EZFS_BADDEV, errbuf); in zpool_add()
2262 (void) zfs_error(hdl, EZFS_BADDEV, desc); in zpool_import_props()
2287 (void) zfs_error(hdl, EZFS_BADDEV, desc); in zpool_import_props()
2384 return (EZFS_BADDEV); in xlate_init_err()
2502 return (EZFS_BADDEV); in xlate_trim_err()
3556 (void) zfs_error(hdl, EZFS_BADDEV, errbuf); in zpool_vdev_attach()
3565 (void) zfs_error(hdl, EZFS_BADDEV, errbuf); in zpool_vdev_attach()
[all …]
H A Dlibzfs_util.c131 case EZFS_BADDEV: in libzfs_error_description()
686 zfs_verror(hdl, EZFS_BADDEV, fmt, ap); in zpool_standard_error_fmt()
/freebsd-14.2/sys/contrib/openzfs/include/
H A Dlibzfs.h80 EZFS_BADDEV, /* invalid device to add */ enumerator