Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c528 static avl_tree_t *stravl = NULL; variable
543 if ((stravl == NULL) && in stravl_insert()
544 ((stravl = pnavl_create(sizeof (PathNode))) == NULL)) in stravl_insert()
580 if ((pnp = avl_find(stravl, pnbuf, &where)) != NULL) in stravl_insert()
598 avl_insert(stravl, pnp, where); in stravl_insert()