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()
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 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