Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/netstat/
Dmbuf.c87 int totmem, totused, totmbufs, totpct; in mbpr() local
177 totmbufs = 0; in mbpr()
179 totmbufs += mbstat.m_mtypes[mp->mt_type]; in mbpr()
180 printf("%u mbuf%s in use:\n", totmbufs, plural(totmbufs)); in mbpr()