Searched refs:statinfo (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.bin/systat/ |
H A D | devs.h | 38 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 D | devs.c | 81 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 D | devstat.h | 137 struct statinfo { struct 158 int devstat_getdevs(kvm_t *kd, struct statinfo *stats); argument
|
H A D | devstat.c | 333 devstat_getdevs(kvm_t *kd, struct statinfo *stats) in devstat_getdevs()
|
/freebsd/libexec/rpc.rstatd/ |
H A D | rstat_proc.c | 294 struct statinfo stats; in haveadisk() 337 struct statinfo stats; in updatexfers()
|
/freebsd/usr.sbin/iostat/ |
H A D | iostat.c | 137 static struct statinfo cur, last;
|
/freebsd/usr.bin/vmstat/ |
H A D | vmstat.c | 90 static struct statinfo cur, last;
|