Home
last modified time | relevance | path

Searched refs:dscmd (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.bin/systat/
HDdevs.c155 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
HDdevs.h31 int dscmd(const char *, char *, int, struct statinfo *);
HDvmstat.c671 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()
HDiostat.c380 else if (!dscmd(cmd, args, 100, &cur)) in cmdiostat()