Searched refs:EZFS_BADDEV (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 1473 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_destroy() 1583 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add() 1600 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add() 1620 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add() 2094 (void) zfs_error(hdl, EZFS_BADDEV, desc); in zpool_import_props() 2119 (void) zfs_error(hdl, EZFS_BADDEV, desc); in zpool_import_props() 2217 return (EZFS_BADDEV); in xlate_init_err() 2330 return (EZFS_BADDEV); in xlate_trim_err() 3387 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_vdev_attach() 3396 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_vdev_attach() [all …]
|
| H A D | libzfs_util.c | 131 case EZFS_BADDEV: in libzfs_error_description() 659 zfs_verror(hdl, EZFS_BADDEV, fmt, ap); in zpool_standard_error_fmt()
|
| /freebsd-13.1/sys/contrib/openzfs/include/ |
| H A D | libzfs.h | 81 EZFS_BADDEV, /* invalid device to add */ enumerator
|