Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c956 typegraph_search(uintptr_t addr) in typegraph_search() function
1265 if ((node = typegraph_search(ptr)) == NULL) in typegraph_build_anchored()
1415 if ((node = typegraph_search(addr)) == NULL) { in typegraph_thread()
1519 if ((node = typegraph_search(addr)) == NULL) { in typegraph_stats_buffer()
2313 if ((node = typegraph_search((uintptr_t)m->mod_mp)) != NULL) { in typegraph_modctl()
2347 if ((node = typegraph_search(addr)) == NULL) { in typegraph_known_node()
2570 if ((node = typegraph_search(addr)) == NULL) { in whattype()
2729 if ((node = typegraph_search(addr)) == NULL) { in istype()
2760 if ((node = typegraph_search(addr)) == NULL) { in notype()
2960 if (owner == 0 || (node = typegraph_search(owner)) == NULL) in findlocks_findmutex()