Searched refs:dscmd (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/usr.bin/systat/ |
| HD | devs.c | 155 dscmd("ignore", tmp, maxshowdevs, s1); in dsinit_ignores() 157 dscmd("ignore", tmp, maxshowdevs, s1); in dsinit_ignores() 159 dscmd("ignore", tmp, maxshowdevs, s1); in dsinit_ignores() 163 dscmd(const char *cmd, char *args, int maxshowdevs, struct statinfo *s1) in dscmd() function
|
| HD | devs.h | 31 int dscmd(const char *, char *, int, struct statinfo *);
|
| HD | vmstat.c | 671 retval = dscmd("refresh", NULL, MAXDRIVES, &cur); in cmdkre() 701 retval = dscmd("refresh",NULL, MAXDRIVES, &cur); in cmdkre() 711 retval = dscmd(cmd, args, MAXDRIVES, &cur); in cmdkre()
|
| HD | iostat.c | 380 else if (!dscmd(cmd, args, 100, &cur)) in cmdiostat()
|