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

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h77 zpool_handle_t *libzfs_pool_handles; member in struct:libzfs_handle
H A Dlibzfs_dataset.c252 if (hdl->libzfs_pool_handles != NULL)
253 zph->zpool_next = hdl->libzfs_pool_handles;
254 hdl->libzfs_pool_handles = zph;
263 zpool_handle_t *zph = hdl->libzfs_pool_handles;
298 zpool_handle_t *next, *zph = hdl->libzfs_pool_handles;
305 hdl->libzfs_pool_handles = NULL;

Completed in 34 milliseconds