Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h69 zpool_handle_t *libzfs_pool_handles; member
H A Dlibzfs_dataset.c260 if (hdl->libzfs_pool_handles != NULL) in zpool_add_handle()
261 zph->zpool_next = hdl->libzfs_pool_handles; in zpool_add_handle()
262 hdl->libzfs_pool_handles = zph; in zpool_add_handle()
271 zpool_handle_t *zph = hdl->libzfs_pool_handles; in zpool_find_handle()
306 zpool_handle_t *next, *zph = hdl->libzfs_pool_handles; in zpool_free_handles()
313 hdl->libzfs_pool_handles = NULL; in zpool_free_handles()