Home
last modified time | relevance | path

Searched refs:zpool_open (Results 1 – 14 of 14) sorted by relevance

/titanic_50/usr/src/lib/libzfs/common/
H A Dmapfile-vers222 zpool_open;
H A Dlibzfs.h206 extern zpool_handle_t *zpool_open(libzfs_handle_t *, const char *);
H A Dlibzfs_pool.c1006 zpool_open(libzfs_handle_t *hdl, const char *pool) in zpool_open() function
4009 if ((zhp = zpool_open(hdl, poolname)) == NULL) { in zvol_check_dump_config()
H A Dlibzfs_dataset.c3308 zpool_handle_t *zpool_handle = zpool_open(hdl, pool_path); in zfs_create()
3730 zpool_handle_t *zpool_hdl = zpool_open(hdl, pool); in zfs_snapshot_nvl()
/titanic_50/usr/src/cmd/zinject/
H A Dtranslate.c459 if ((zhp = zpool_open(g_zfs, pool)) == NULL) in translate_device()
/titanic_50/usr/src/cmd/zpool/
H A Dzpool_main.c532 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_add()
610 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_remove()
3092 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_attach_or_replace()
3195 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_detach()
3302 if ((zhp = zpool_open(g_zfs, srcpool)) == NULL) in zpool_do_split()
3385 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_online()
3462 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_offline()
3596 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_reguid()
/titanic_50/usr/src/lib/libbe/common/
H A Dbe_list.c253 if ((zphp = zpool_open(g_zfs, rpool)) == NULL) { in _be_list()
1058 if ((zphp = zpool_open(g_zfs, rpool)) == NULL) { in be_get_node_data()
H A Dbe_snapshot.c299 if ((zphp = zpool_open(g_zfs, bt.obe_zpool)) == NULL) { in be_rollback()
H A Dbe_activate.c489 if ((zhp = zpool_open(g_zfs, boot_rpool)) == NULL) { in set_bootfs()
1276 if ((zphp = zpool_open(g_zfs, bt->obe_zpool)) == NULL) { in be_do_installboot()
H A Dbe_create.c177 if ((zlp = zpool_open(g_zfs, bt.nbe_zpool)) == NULL) { in be_init()
652 if ((zphp = zpool_open(g_zfs, bt.obe_zpool)) == NULL) { in be_copy()
/titanic_50/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c184 (zph = zpool_open(fs->gf_lzfh, name)) == NULL) in get_zfs_root()
/titanic_50/usr/src/cmd/power/
H A Dhandlers.c1027 if ((zpool_handle = zpool_open(lzfs, pool_name)) == NULL) { in ztop()
/titanic_50/usr/src/cmd/halt/
H A Dhalt.c796 if ((zpoolp = zpool_open(g_zfs, poolname)) == NULL) { in get_zfs_bootfs_arg()
/titanic_50/usr/src/cmd/zfs/
H A Dzfs_main.c864 zpool_handle = zpool_open(g_zfs, argv[0]); in zfs_do_create()