Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1293 return (zfs_error(hdl, EZFS_BADDEV, msg)); in zpool_create()
1327 return (zfs_error(hdl, EZFS_BADDEV, msg)); in zpool_create()
1332 return (zfs_error(hdl, EZFS_BADDEV, msg)); in zpool_create()
1375 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_destroy()
1485 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add()
1492 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add()
1512 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add()
1983 (void) zfs_error(hdl, EZFS_BADDEV, desc); in zpool_import_props()
2175 return (EZFS_BADDEV); in xlate_init_err()
2256 return (EZFS_BADDEV); in xlate_trim_err()
[all …]
H A Dlibzfs_util.c118 case EZFS_BADDEV: in libzfs_error_description()
516 zfs_verror(hdl, EZFS_BADDEV, fmt, ap); in zpool_standard_error_fmt()
H A Dlibzfs.h80 EZFS_BADDEV, /* invalid device to add */ enumerator