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

/freebsd-9.3-release/usr.bin/systat/
H A Dmbufs.c95 u_long totmbufs; local
99 totmbufs = mbstat->m_mbufs;
144 if (totmbufs > 0) {
146 if (totmbufs > 60) {
147 snprintf(buf, sizeof(buf), " %lu", totmbufs);
148 totmbufs = 60;
149 while(totmbufs--)
153 while(totmbufs--)

Completed in 40 milliseconds