Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfsbootenv/common/
H A Dlzbe_device.c43 zphdl = zpool_open(hdl, pool); in lzbe_set_boot_device()
128 zphdl = zpool_open(hdl, pool); in lzbe_get_boot_device()
H A Dlzbe_pair.c42 zphdl = zpool_open(hdl, pool); in lzbe_nvlist_get()
90 zphdl = zpool_open(hdl, pool); in lzbe_nvlist_set()
/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/
H A Dvnode_zvol.c177 if ((poolhdl = zpool_open(zfshdl, pool)) == NULL) { in main()
/illumos-gate/usr/src/cmd/zinject/
H A Dtranslate.c365 if ((zhp = zpool_open(g_zfs, pool)) == NULL) in translate_device()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers251 zpool_open;
H A Dlibzfs.h238 extern zpool_handle_t *zpool_open(libzfs_handle_t *, const char *);
H A Dlibzfs_pool.c1111 zpool_open(libzfs_handle_t *hdl, const char *pool) in zpool_open() function
4856 if ((zhp = zpool_open(hdl, poolname)) == NULL) { in zvol_check_dump_config()
H A Dlibzfs_dataset.c3638 if ((zpool_handle = zpool_open(hdl, pool_path)) == NULL) in zfs_create()
4117 zpool_handle_t *zpool_hdl = zpool_open(hdl, pool); in zfs_snapshot_nvl()
H A Dlibzfs_sendrecv.c3486 zpool_hdl = zpool_open(hdl, namebuf); in zfs_setup_cmdline_props()
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_list.c258 if ((zphp = zpool_open(g_zfs, rpool)) == NULL) { in _be_list()
1050 if ((zphp = zpool_open(g_zfs, rpool)) == NULL) { in be_get_node_data()
H A Dbe_snapshot.c300 if ((zphp = zpool_open(g_zfs, bt.obe_zpool)) == NULL) { in be_rollback()
H A Dbe_activate.c536 if ((zhp = zpool_open(g_zfs, boot_rpool)) == NULL) { in set_bootfs()
1413 if ((zphp = zpool_open(g_zfs, bt->obe_zpool)) == NULL) { in be_do_installboot()
H A Dbe_create.c180 if ((zlp = zpool_open(g_zfs, bt.nbe_zpool)) == NULL) { in be_init()
688 if ((zphp = zpool_open(g_zfs, bt.obe_zpool)) == NULL) { in be_copy()
H A Dbe_utils.c246 if ((zph = zpool_open(g_zfs, node->be_rpool)) == NULL) { in be_get_boot_args()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c752 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_add()
878 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_remove()
2742 if ((zhp = zpool_open(g_zfs, pool)) == NULL) { in zpool_do_checkpoint()
5612 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_attach_or_replace()
5737 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_detach()
5868 if ((zhp = zpool_open(g_zfs, srcpool)) == NULL) in zpool_do_split()
5959 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_online()
6036 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_offline()
6172 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_reguid()
6465 zpool_handle_t *zhp = zpool_open(g_zfs, poolname); in zpool_do_trim()
[all …]
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c184 (zph = zpool_open(fs->gf_lzfh, name)) == NULL) in get_zfs_root()
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c1027 if ((zpool_handle = zpool_open(lzfs, pool_name)) == NULL) { in ztop()
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c797 if ((zpoolp = zpool_open(g_zfs, poolname)) == NULL) { in get_zfs_bootfs_arg()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c977 zpool_handle = zpool_open(g_zfs, argv[0]); in zfs_do_create()
7554 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) { in zfs_do_channel_program()