Searched refs:EZFS_BADDEV (Results 1 – 3 of 3) sorted by relevance
| /onnv-gate/usr/src/lib/libzfs/common/ |
| H A D | libzfs_pool.c | 948 return (zfs_error(hdl, EZFS_BADDEV, msg)); in zpool_create() 966 return (zfs_error(hdl, EZFS_BADDEV, msg)); in zpool_create() 971 return (zfs_error(hdl, EZFS_BADDEV, msg)); in zpool_create() 976 return (zfs_error(hdl, EZFS_BADDEV, msg)); in zpool_create() 1030 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_destroy() 1117 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add() 1136 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add() 1155 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add() 1531 (void) zfs_error(hdl, EZFS_BADDEV, desc); in zpool_import_props() 2480 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_vdev_attach() [all …]
|
| H A D | libzfs.h | 73 EZFS_BADDEV, /* invalid device to add */ enumerator
|
| H A D | libzfs_util.c | 107 case EZFS_BADDEV: in libzfs_error_description() 440 zfs_verror(hdl, EZFS_BADDEV, fmt, ap); in zpool_standard_error_fmt()
|