Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c930 typegraph_nodecmp(const void *l, const void *r) in typegraph_nodecmp() function
2324 qsort(tg_sorted, tg_nsorted, sizeof (tg_node_t *), typegraph_nodecmp); in typegraph_sort()