Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dglobals.c102 avl_tree_t *spavl = NULL; /* secure path names */ variable
H A Dpaths.c897 pnavl_recorded(&spavl, npath, 0, NULL)) { in is_path_secure()
927 else if (pnavl_recorded(&spavl, opath, 0, NULL)) { in is_path_secure()
H A D_rtld.h646 extern avl_tree_t *spavl; /* secure path names */
H A Dutil.c506 if (pnavl_recorded(&spavl, buffer, hash, &where)) in spavl_insert()
515 avl_insert(spavl, pnp, where); in spavl_insert()