Searched refs:devstat_match (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/lib/libdevstat/ |
| H A D | devstat.h | 111 struct devstat_match { struct 164 int numdevs, struct devstat_match *matches, 168 int devstat_buildmatch(char *match_str, struct devstat_match **matches,
|
| H A D | devstat.c | 555 int numdevs, struct devstat_match *matches, int num_matches, in devstat_selectdevs() 1030 devstat_buildmatch(char *match_str, struct devstat_match **matches, in devstat_buildmatch() 1066 *matches = (struct devstat_match *)reallocf(*matches, in devstat_buildmatch() 1067 sizeof(struct devstat_match) * (*num_matches + 1)); in devstat_buildmatch() 1076 bzero(&matches[0][*num_matches], sizeof(struct devstat_match)); in devstat_buildmatch()
|
| /freebsd-12.1/usr.bin/systat/ |
| H A D | devs.c | 93 struct devstat_match *matches = NULL;
|
| /freebsd-12.1/usr.sbin/iostat/ |
| H A D | iostat.c | 185 struct devstat_match *matches; in main()
|
| /freebsd-12.1/usr.bin/vmstat/ |
| H A D | vmstat.c | 104 static struct devstat_match *matches;
|