Searched refs:zn_handle (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_iter.c47 zpool_handle_t *zn_handle; member in struct:zpool_node
63 zpool_handle_t *l = ((zpool_node_t *)larg)->zn_handle;
64 zpool_handle_t *r = ((zpool_node_t *)rarg)->zn_handle;
82 node->zn_handle = zhp;
172 if (zpool_get_state(node->zn_handle) != POOL_STATE_UNAVAIL ||
174 ret |= func(node->zn_handle, data);
189 search.zn_handle = zhp;
192 zpool_close(node->zn_handle);
214 zpool_close(node->zn_handle);
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_iter.c54 zfs_handle_t *zn_handle; member in struct:zfs_node
104 node->zn_handle = zhp;
211 zfs_handle_t *l = ((zfs_node_t *)larg)->zn_handle;
212 zfs_handle_t *r = ((zfs_node_t *)rarg)->zn_handle;
283 zfs_handle_t *l = ((zfs_node_t *)larg)->zn_handle;
284 zfs_handle_t *r = ((zfs_node_t *)rarg)->zn_handle;
478 ret |= callback(node->zn_handle, data);
488 zfs_close(node->zn_handle);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_iter.c229 zfs_handle_t *zn_handle; member in struct:zfs_node
240 search.zn_handle = zhp;
249 zfs_close(node->zn_handle);
255 node->zn_handle = zhp;
264 zfs_handle_t *l = ((zfs_node_t *)larg)->zn_handle;
265 zfs_handle_t *r = ((zfs_node_t *)rarg)->zn_handle;
297 ret |= callback(node->zn_handle, data);

Completed in 60 milliseconds