Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c1538 int perc = (stat * 100) / total; in typegraph_stat_perc() local
1542 perc, tenths); in typegraph_stat_perc()
2381 uint_t perc; in typegraph() local
2512 perc = ((stats.tgs_known + stats.tgs_typed + in typegraph()
2515 perc = 0; in typegraph()
2521 stats.tgs_frag, perc / 10, perc % 10); in typegraph()
H A Dleaky.c123 uint_t perc = (stat * 100) / total; in leaky_verbose_perc() local
130 30, str, stat, perc, tenths); in leaky_verbose_perc()