Home
last modified time | relevance | path

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

/freebsd/usr.bin/systat/
H A Ddevs.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;
H A Ddevs.c81 struct statinfo cur_dev, last_dev, run_dev;
95 int maxshowdevs, struct statinfo *s1);
97 int maxshowdevs, struct statinfo *s1);
152 dsgetinfo(struct statinfo* dev) in dsgetinfo()
169 dscmd(const char *cmd, const char *args, int maxshowdevs, struct statinfo *s1) in dscmd()
212 struct statinfo *s1) in dsmatchselect()
277 struct statinfo *s1) in dsselect()
389 dsshow2(int diskcol, int diskrow, int dn, int lc, struct statinfo *now, struct statinfo *then) in dsshow2()
424 dsshow(int maxdrives, int diskcol, int diskrow, struct statinfo *now, struct statinfo *then) in dsshow()
/freebsd/lib/libdevstat/
H A Ddevstat.h137 struct statinfo { struct
158 int devstat_getdevs(kvm_t *kd, struct statinfo *stats); argument
H A Ddevstat.c333 devstat_getdevs(kvm_t *kd, struct statinfo *stats) in devstat_getdevs()
/freebsd/libexec/rpc.rstatd/
H A Drstat_proc.c294 struct statinfo stats; in haveadisk()
337 struct statinfo stats; in updatexfers()
/freebsd/usr.sbin/iostat/
H A Diostat.c137 static struct statinfo cur, last;
/freebsd/usr.bin/vmstat/
H A Dvmstat.c90 static struct statinfo cur, last;