Searched refs:dsshow (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/systat/ |
H A D | devs.h | 42 void dsshow(int, int, int, struct statinfo *, struct statinfo *);
|
H A D | swap.c | 154 dsshow(12, 0, LINES - DISKHIGHT - 1, &cur_dev, &last_dev); in showswap()
|
H A D | vmstat.c | 504 dsshow(MAXDRIVES, DISKCOL, DISKROW, &cur_dev, &last_dev); in showkre() 507 dsshow(MAXDRIVES, DISKCOL, DISKROW, &cur_dev, &run_dev); in showkre() 510 dsshow(MAXDRIVES, DISKCOL, DISKROW, &cur_dev, NULL); in showkre()
|
H A D | zarc.c | 166 dsshow(12, 0, 18, &cur_dev, &last_dev); in showzarc()
|
H A D | devs.c | 424 dsshow(int maxdrives, int diskcol, int diskrow, struct statinfo *now, struct statinfo *then) in dsshow() function
|