Searched refs:EZFS_BADDEV (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 1417 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_destroy() 1527 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add() 1534 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add() 1554 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add() 2030 (void) zfs_error(hdl, EZFS_BADDEV, desc); in zpool_import_props() 2055 (void) zfs_error(hdl, EZFS_BADDEV, desc); in zpool_import_props() 2153 return (EZFS_BADDEV); in xlate_init_err() 2266 return (EZFS_BADDEV); in xlate_trim_err() 3293 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_vdev_attach() 3302 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_vdev_attach() [all …]
|
| H A D | libzfs_util.c | 128 case EZFS_BADDEV: in libzfs_error_description() 656 zfs_verror(hdl, EZFS_BADDEV, fmt, ap); in zpool_standard_error_fmt()
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs.h | 80 EZFS_BADDEV, /* invalid device to add */ enumerator
|