Searched refs:spavl (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | globals.c | 101 avl_tree_t *spavl = NULL; /* secure path names */ variable
|
H A D | paths.c | 896 pnavl_recorded(&spavl, npath, 0, NULL)) { in is_path_secure() 926 else if (pnavl_recorded(&spavl, opath, 0, NULL)) { in is_path_secure()
|
H A D | _rtld.h | 653 extern avl_tree_t *spavl; /* secure path names */
|
H A D | util.c | 503 if (pnavl_recorded(&spavl, buffer, hash, &where)) in spavl_insert() 512 avl_insert(spavl, pnp, where); in spavl_insert()
|