Home
last modified time | relevance | path

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

/freebsd/usr.bin/systat/
H A Ddevs.h42 void dsshow(int, int, int, struct statinfo *, struct statinfo *);
H A Dswap.c154 dsshow(12, 0, LINES - DISKHIGHT - 1, &cur_dev, &last_dev); in showswap()
H A Dvmstat.c504 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 Dzarc.c166 dsshow(12, 0, 18, &cur_dev, &last_dev); in showzarc()
H A Ddevs.c424 dsshow(int maxdrives, int diskcol, int diskrow, struct statinfo *now, struct statinfo *then) in dsshow() function