Searched refs:statinfo (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13-stable/usr.bin/systat/ |
| HD | 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;
|
| HD | devs.c | 84 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/ |
| HD | devstat.h | 137 struct statinfo { struct 158 int devstat_getdevs(kvm_t *kd, struct statinfo *stats); argument
|
| HD | devstat.c | 333 devstat_getdevs(kvm_t *kd, struct statinfo *stats) in devstat_getdevs()
|
| /freebsd-13-stable/libexec/rpc.rstatd/ |
| HD | rstat_proc.c | 301 struct statinfo stats; in haveadisk() 344 struct statinfo stats; in updatexfers()
|
| /freebsd-13-stable/usr.sbin/iostat/ |
| HD | iostat.c | 137 static struct statinfo cur, last;
|
| /freebsd-13-stable/usr.bin/vmstat/ |
| HD | vmstat.c | 104 static struct statinfo cur, last;
|