Searched refs:zpool_handle (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_impl.h107 struct zpool_handle { struct
H A Dlibzfs_dataset.c262 zpool_handle(zfs_handle_t *zhp) function
437 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL)
501 zhp->zpool_hdl = zpool_handle(zhp);
607 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL) {
828 zpool_handle_t *zpool_handle = zhp->zpool_hdl; local
830 if (zpool_handle == NULL)
833 *spa_version = zpool_get_prop_int(zpool_handle,
3261 zpool_handle_t *zpool_handle = zpool_open(hdl, pool_path); local
3264 zoned, NULL, zpool_handle, errbuf)) == 0) {
3265 zpool_close(zpool_handle);
[all...]
H A Dlibzfs.h175 typedef struct zpool_handle zpool_handle_t;
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c848 zpool_handle_t *zpool_handle; local
858 zpool_handle = zpool_open(g_zfs, argv[0]);
861 if (zpool_handle == NULL)
863 spa_version = zpool_get_prop_int(zpool_handle,
873 props, 0, NULL, zpool_handle, msg)) == NULL) {
874 zpool_close(zpool_handle);
877 zpool_close(zpool_handle);

Completed in 122 milliseconds