Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_pool.c1169 return (zfs_error(hdl, EZFS_BADDEV, msg)); in zpool_create()
1202 return (zfs_error(hdl, EZFS_BADDEV, msg)); in zpool_create()
1207 return (zfs_error(hdl, EZFS_BADDEV, msg)); in zpool_create()
1212 return (zfs_error(hdl, EZFS_BADDEV, msg)); in zpool_create()
1252 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_destroy()
1320 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add()
1339 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add()
1358 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add()
1782 (void) zfs_error(hdl, EZFS_BADDEV, desc); in zpool_import_props()
2740 (void) zfs_error(hdl, EZFS_BADDEV, msg);
[all …]
H A Dlibzfs_util.c124 case EZFS_BADDEV: in libzfs_error_description()
460 zfs_verror(hdl, EZFS_BADDEV, fmt, ap); in zpool_standard_error_fmt()
H A Dlibzfs.h80 EZFS_BADDEV, /* invalid device to add */ enumerator