Home
last modified time | relevance | path

Searched refs:zpool_import_props (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers240 zpool_import_props;
H A Dlibzfs.h418 extern int zpool_import_props(libzfs_handle_t *, nvlist_t *, const char *,
H A Dlibzfs_pool.c1746 ret = zpool_import_props(hdl, config, newname, props, in zpool_import()
1810 zpool_import_props(libzfs_handle_t *hdl, nvlist_t *config, const char *newname, in zpool_import_props() function
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c2627 if (zpool_import_props(g_zfs, config, newname, props, flags) != 0) in do_import()