Searched defs:avl_find (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/avl/
H A Davl.c255 avl_find(avl_tree_t *tree, const void *value, avl_index_t *where) function
472 * Insert a new node into an AVL tree at the specified (from avl_find()) place.
474 * Newly inserted nodes are always leaf nodes in the tree, since avl_find()
644 if (avl_find(tree, new_node, &where) != NULL)
646 panic("avl_find() succeeded inside avl_add()");
648 (void) assfail("avl_find() succeeded inside avl_add()",
/illumos-gate/usr/src/man/man9f/
H A DMakefile652 avl_find.9f \
1370 avl_find.9f := LINKSRC = avl.9f

Completed in 69 milliseconds