Searched refs:zpool_import_props (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs.h357 extern int zpool_import_props(libzfs_handle_t *, nvlist_t *, const char *,
H A Dlibzfs_pool.c1579 * Applications should use zpool_import_props() to import a pool with
1607 ret = zpool_import_props(hdl, config, newname, props,
1672 zpool_import_props(libzfs_handle_t *hdl, nvlist_t *config, const char *newname, function
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1811 * lifting off to zpool_import_props(), and then mounts the datasets contained
1869 if (zpool_import_props(g_zfs, config, newname, props, flags) != 0)

Completed in 127 milliseconds