Searched refs:libzfs_pool_handles (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h65 zpool_handle_t *libzfs_pool_handles; member in struct:libzfs_handle
H A Dlibzfs_dataset.c254 if (hdl->libzfs_pool_handles != NULL)
255 zph->zpool_next = hdl->libzfs_pool_handles;
256 hdl->libzfs_pool_handles = zph;
265 zpool_handle_t *zph = hdl->libzfs_pool_handles;
300 zpool_handle_t *next, *zph = hdl->libzfs_pool_handles;
307 hdl->libzfs_pool_handles = NULL;

Completed in 65 milliseconds