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

/freebsd-9.3-release/usr.bin/systat/
H A Dmbufs.c97 const char *mtname; local
119 mtname = NULL;
122 mtname = mtnames[i].mt_name;
123 if (mtname == NULL)
126 mvwprintw(wnd, 1+j, 0, "%-10.10s", mtname);

Completed in 92 milliseconds