Searched refs:zpool_import_props (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/ |
| H A D | libzfs.h | 387 extern int zpool_import_props(libzfs_handle_t *, nvlist_t *, const char *,
|
| H A D | libzfs_pool.c | 1661 ret = zpool_import_props(hdl, config, newname, props, in zpool_import() 1725 zpool_import_props(libzfs_handle_t *hdl, nvlist_t *config, const char *newname, in zpool_import_props() function
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/zpool/ |
| H A D | zpool_main.c | 2144 if (zpool_import_props(g_zfs, config, newname, props, flags) != 0) in do_import()
|