Searched refs:EZFS_BADDEV (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/lib/libzfs/common/ |
| H A D | libzfs_pool.c | 1293 return (zfs_error(hdl, EZFS_BADDEV, msg)); in zpool_create() 1303 return (zfs_error(hdl, EZFS_BADDEV, msg)); in zpool_create() 1337 return (zfs_error(hdl, EZFS_BADDEV, msg)); in zpool_create() 1342 return (zfs_error(hdl, EZFS_BADDEV, msg)); in zpool_create() 1385 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_destroy() 1495 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add() 1502 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add() 1522 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add() 1993 (void) zfs_error(hdl, EZFS_BADDEV, desc); in zpool_import_props() 2185 return (EZFS_BADDEV); in xlate_init_err() [all …]
|
| H A D | libzfs_util.c | 118 case EZFS_BADDEV: in libzfs_error_description() 516 zfs_verror(hdl, EZFS_BADDEV, fmt, ap); in zpool_standard_error_fmt()
|
| H A D | libzfs.h | 80 EZFS_BADDEV, /* invalid device to add */ enumerator
|