Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c571 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_add()
673 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_remove()
2215 if ((zhp = zpool_open(g_zfs, pool)) == NULL) { in zpool_do_checkpoint()
3605 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_attach_or_replace()
3714 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_detach()
3821 if ((zhp = zpool_open(g_zfs, srcpool)) == NULL) in zpool_do_split()
3904 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_online()
3981 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_offline()
4117 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_reguid()
4370 zhp = zpool_open(g_zfs, poolname); in zpool_do_initialize()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zinject/
H A Dtranslate.c442 if ((zhp = zpool_open(g_zfs, pool)) == NULL) in translate_device()
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs.h231 extern zpool_handle_t *zpool_open(libzfs_handle_t *, const char *);
H A Dlibzfs_pool.c1071 zpool_open(libzfs_handle_t *hdl, const char *pool) in zpool_open() function
4448 if ((zhp = zpool_open(hdl, poolname)) == NULL) {
H A Dlibzfs_dataset.c3553 if ((zpool_handle = zpool_open(hdl, pool_path)) == NULL) in zfs_create()
4015 zpool_handle_t *zpool_hdl = zpool_open(hdl, pool); in zfs_snapshot_nvl()
/freebsd-12.1/lib/libbe/
H A Dbe.c143 if ((lbh->active_phandle = zpool_open(lbh->lzh, poolname)) == NULL) in libbe_init()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c887 zpool_handle = zpool_open(g_zfs, argv[0]); in zfs_do_create()
7311 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) { in zfs_do_channel_program()