Searched refs:zpool_open (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/lib/libzfsbootenv/
H A Dlzbe_device.c43 zphdl = zpool_open(hdl, pool);
127 zphdl = zpool_open(hdl, pool);
H A Dlzbe_pair.c41 zphdl = zpool_open(hdl, pool);
89 zphdl = zpool_open(hdl, pool);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs_ids_to_path/
H A Dzfs_ids_to_path.c77 zpool_handle_t *pool = zpool_open(g_zfs, argv[0]);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zinject/
H A Dtranslate.c343 if ((zhp = zpool_open(g_zfs, pool)) == NULL)
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c629 zhp = zpool_open(g_zfs, poolname);
968 if ((zhp = zpool_open(g_zfs, poolname)) == NULL)
1158 if ((zhp = zpool_open(g_zfs, poolname)) == NULL)
3376 if ((zhp = zpool_open(g_zfs, pool)) == NULL) {
6464 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) {
6596 if ((zhp = zpool_open(g_zfs, poolname)) == NULL)
6727 if ((zhp = zpool_open(g_zfs, srcpool)) == NULL) {
6830 if ((zhp = zpool_open(g_zfs, poolname)) == NULL)
6908 if ((zhp = zpool_open(g_zfs, poolname)) == NULL)
7058 if ((zhp = zpool_open(g_zf
[all...]
/freebsd-13-stable/sys/contrib/openzfs/include/
H A Dlibzfs.h234 extern zpool_handle_t *zpool_open(libzfs_handle_t *, const char *);
/freebsd-13-stable/lib/libbe/
H A Dbe.c156 if ((lbh->active_phandle = zpool_open(lbh->lzh, poolname)) == NULL)
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c3667 if ((zpool_handle = zpool_open(hdl, pool_path)) == NULL)
4126 zpool_hdl = zpool_open(hdl, pool);
H A Dlibzfs_pool.c1140 zpool_open(libzfs_handle_t *hdl, const char *pool) function
H A Dlibzfs_sendrecv.c3929 zpool_hdl = zpool_open(hdl, namebuf);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c1164 zpool_handle = zpool_open(g_zfs, argv[0]);
7976 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) {

Completed in 139 milliseconds