Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dutil.c526 static avl_tree_t *stravl = NULL; variable
541 if ((stravl == NULL) && in stravl_insert()
542 ((stravl = pnavl_create(sizeof (PathNode))) == NULL)) in stravl_insert()
578 if ((pnp = avl_find(stravl, pnbuf, &where)) != NULL) in stravl_insert()
596 avl_insert(stravl, pnp, where); in stravl_insert()