Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c944 typegraph_search(uintptr_t addr) in typegraph_search() function
1252 if ((node = typegraph_search(ptr)) == NULL) in typegraph_build_anchored()
1402 if ((node = typegraph_search(addr)) == NULL) { in typegraph_thread()
1506 if ((node = typegraph_search(addr)) == NULL) { in typegraph_stats_buffer()
2299 if ((node = typegraph_search((uintptr_t)m->mod_mp)) != NULL) { in typegraph_modctl()
2333 if ((node = typegraph_search(addr)) == NULL) { in typegraph_known_node()
2556 if ((node = typegraph_search(addr)) == NULL) { in whattype()
2715 if ((node = typegraph_search(addr)) == NULL) { in istype()
2746 if ((node = typegraph_search(addr)) == NULL) { in notype()
2946 if (owner == NULL || (node = typegraph_search(owner)) == NULL) in findlocks_findmutex()