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

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_iter.c54 uu_avl_t *zl_avl; member in struct:zpool_list
84 if (uu_avl_find(zlp->zl_avl, node, NULL, &idx) == NULL) {
91 uu_avl_insert(zlp->zl_avl, node, idx);
120 if ((zlp->zl_avl = uu_avl_create(zlp->zl_pool, NULL,
170 for (node = uu_avl_first(zlp->zl_avl); node != NULL; node = next_node) {
171 next_node = uu_avl_next(zlp->zl_avl, node);
190 if ((node = uu_avl_find(zlp->zl_avl, &search, NULL, NULL)) != NULL) {
191 uu_avl_remove(zlp->zl_avl, node);
206 if ((walk = uu_avl_walk_start(zlp->zl_avl, UU_WALK_ROBUST)) == NULL) {
213 uu_avl_remove(zlp->zl_avl, nod
[all...]

Completed in 97 milliseconds