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

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

Completed in 67 milliseconds