Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_pool.c1769 (void) zfs_error(hdl, EZFS_INVALCONFIG, desc); in zpool_import_props()
2241 return (EZFS_INVALCONFIG);
2254 return (EZFS_INVALCONFIG);
2271 return (EZFS_INVALCONFIG);
2301 return (EZFS_INVALCONFIG);
2306 return (EZFS_INVALCONFIG);
2633 return (zfs_error(hdl, EZFS_INVALCONFIG, msg));
2722 (void) zfs_error(hdl, EZFS_INVALCONFIG, msg);
2955 retval = zfs_error(hdl, EZFS_INVALCONFIG, msg);
2982 retval = zfs_error(hdl, EZFS_INVALCONFIG, msg);
[all …]
HDlibzfs.h101 EZFS_INVALCONFIG, /* invalid vdev configuration */ enumerator
HDlibzfs_util.c163 case EZFS_INVALCONFIG: in libzfs_error_description()