Home
last modified time | relevance | path

Searched refs:statinfo (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/usr.bin/systat/
HDdevs.h38 void dsgetinfo(struct statinfo *);
39 int dscmd(const char *, const char *, int, struct statinfo *);
42 void dsshow(int, int, int, struct statinfo *, struct statinfo *);
44 extern struct statinfo cur_dev, last_dev, run_dev;
HDdevs.c84 struct statinfo cur_dev, last_dev, run_dev;
98 int maxshowdevs, struct statinfo *s1);
100 int maxshowdevs, struct statinfo *s1);
155 dsgetinfo(struct statinfo* dev) in dsgetinfo()
172 dscmd(const char *cmd, const char *args, int maxshowdevs, struct statinfo *s1) in dscmd()
215 struct statinfo *s1) in dsmatchselect()
280 struct statinfo *s1) in dsselect()
392 dsshow2(int diskcol, int diskrow, int dn, int lc, struct statinfo *now, struct statinfo *then) in dsshow2()
427 dsshow(int maxdrives, int diskcol, int diskrow, struct statinfo *now, struct statinfo *then) in dsshow()
/freebsd-13-stable/lib/libdevstat/
HDdevstat.h137 struct statinfo { struct
158 int devstat_getdevs(kvm_t *kd, struct statinfo *stats); argument
HDdevstat.c333 devstat_getdevs(kvm_t *kd, struct statinfo *stats) in devstat_getdevs()
/freebsd-13-stable/libexec/rpc.rstatd/
HDrstat_proc.c301 struct statinfo stats; in haveadisk()
344 struct statinfo stats; in updatexfers()
/freebsd-13-stable/usr.sbin/iostat/
HDiostat.c137 static struct statinfo cur, last;
/freebsd-13-stable/usr.bin/vmstat/
HDvmstat.c104 static struct statinfo cur, last;