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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs.h355 extern int zpool_import_props(libzfs_handle_t *, nvlist_t *, const char *,
H A Dlibzfs_pool.c1558 * Applications should use zpool_import_props() to import a pool with
1586 ret = zpool_import_props(hdl, config, newname, props,
1650 zpool_import_props(libzfs_handle_t *hdl, nvlist_t *config, const char *newname, function
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c1826 * lifting off to zpool_import_props(), and then mounts the datasets contained
1884 if (zpool_import_props(g_zfs, config, newname, props, flags) != 0)

Completed in 81 milliseconds