Lines Matching defs:zpool_handle
279 zpool_handle(zfs_handle_t *zhp)
454 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL)
518 zhp->zpool_hdl = zpool_handle(zhp);
624 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL) {
906 zpool_handle_t *zpool_handle = zhp->zpool_hdl;
908 if (zpool_handle == NULL)
911 *spa_version = zpool_get_prop_int(zpool_handle,
3313 zpool_handle_t *zpool_handle = zpool_open(hdl, pool_path);
3316 zoned, NULL, zpool_handle, errbuf)) == 0) {
3317 zpool_close(zpool_handle);
3320 zpool_close(zpool_handle);