Searched refs:typegraph_stat_perc (Results 1 – 1 of 1) sorted by relevance
/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | typegraph.c | 1536 typegraph_stat_perc(char *name, size_t stat, size_t total) in typegraph_stat_perc() function 1585 typegraph_stat_perc("unmarked", stats.tgs_unmarked, n); in typegraph_stats() 1586 typegraph_stat_perc("known", stats.tgs_known, n); in typegraph_stats() 1587 typegraph_stat_perc("conjectured", stats.tgs_typed, n); in typegraph_stats() 1588 typegraph_stat_perc("conjectured fragments", stats.tgs_frag, n); in typegraph_stats() 1589 typegraph_stat_perc("known or conjectured", in typegraph_stats() 2241 typegraph_stat_perc("reachable unknown nodes", in typegraph_postpass()
|