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-vers263 zpool_open;
H A Dlibzfs.h242 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
4898 if ((zhp = zpool_open(hdl, poolname)) == NULL) { in zvol_check_dump_config()
H A Dlibzfs_dataset.c3651 if ((zpool_handle = zpool_open(hdl, pool_path)) == NULL) in zfs_create()
4130 zpool_handle_t *zpool_hdl = zpool_open(hdl, pool); in zfs_snapshot_nvl()
H A Dlibzfs_sendrecv.c3487 zpool_hdl = zpool_open(hdl, namebuf); in zfs_setup_cmdline_props()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c763 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_add()
893 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_remove()
2779 if ((zhp = zpool_open(g_zfs, pool)) == NULL) { in zpool_do_checkpoint()
5665 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_attach_or_replace()
5797 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_detach()
5928 if ((zhp = zpool_open(g_zfs, srcpool)) == NULL) in zpool_do_split()
6019 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_online()
6096 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_offline()
6232 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_reguid()
6547 zpool_handle_t *zhp = zpool_open(g_zfs, poolname); in zpool_do_trim()
[all …]
/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/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.c1028 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.c979 zpool_handle = zpool_open(g_zfs, argv[0]); in zfs_do_create()
7582 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) { in zfs_do_channel_program()