Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c948 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 Dlibzfs.h73 EZFS_BADDEV, /* invalid device to add */ enumerator
H A Dlibzfs_util.c107 case EZFS_BADDEV: in libzfs_error_description()
440 zfs_verror(hdl, EZFS_BADDEV, fmt, ap); in zpool_standard_error_fmt()