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

/osnet-11/usr/src/lib/libpower/common/
H A Dpm_suspend.c220 zpool_handle_t *zpool_handle; local
352 if ((zpool_handle = zpool_open(lzfs, pool_name)) == NULL) {
358 config = zpool_get_config(zpool_handle, NULL);
364 zpool_close(zpool_handle);
373 zpool_close(zpool_handle);
377 vname = zpool_vdev_name(lzfs, zpool_handle, child[0], B_FALSE,
382 zpool_close(zpool_handle);
405 zpool_close(zpool_handle);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h131 struct zpool_handle { struct
H A Dlibzfs.h197 typedef struct zpool_handle zpool_handle_t;
H A Dlibzfs_dataset.c277 zpool_handle(zfs_handle_t *zhp) function
457 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL)
826 zpool_handle_t *zpool_handle = zhp->zpool_hdl; local
828 if (zpool_handle == NULL)
831 *spa_version = zpool_get_prop_int(zpool_handle,

Completed in 33 milliseconds