Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/netstat/
Dmbuf.c87 int totmem, totused, totmbufs, totpct; in mbpr() local
204 totpct = (totmem == 0)? 0 : ((totused * 100)/totmem); in mbpr()
206 totmem / 1024, totpct); in mbpr()