HomeSort by: relevance | last modified time | path
    Searched defs:totpct (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/netstat/
mbuf.c 92 u_long totmem, totused, totpct; local in function:mbpr
182 totpct = 0;
184 totpct = (totused * 100)/totmem;
188 totpct = (totused1 * 100) / totmem1;
192 totmem / 1024, totpct);
mbuf.c 92 u_long totmem, totused, totpct; local in function:mbpr
182 totpct = 0;
184 totpct = (totused * 100)/totmem;
188 totpct = (totused1 * 100) / totmem1;
192 totmem / 1024, totpct);

Completed in 22 milliseconds