Searched refs:devstat_match (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/lib/libdevstat/ |
H A D | devstat.h | 48 struct devstat_match { struct 97 struct devstat_match *matches, int num_matches, 101 int buildmatch(const char *match_str, struct devstat_match **matches,
|
H A D | devstat.c | 421 struct devstat_match *matches, int num_matches, in selectdevs() 872 buildmatch(const char *match_str, struct devstat_match **matches, in buildmatch() 917 *matches = (struct devstat_match *)malloc( in buildmatch() 918 sizeof(struct devstat_match)); in buildmatch() 920 *matches = (struct devstat_match *)realloc(*matches, in buildmatch() 921 sizeof(struct devstat_match) * (*num_matches + 1)); in buildmatch() 924 bzero(&matches[0][*num_matches], sizeof(struct devstat_match)); in buildmatch()
|
/dflybsd-src/usr.bin/systat/ |
H A D | devs.c | 89 struct devstat_match *matches = NULL;
|
/dflybsd-src/usr.sbin/iostat/ |
H A D | iostat.c | 151 struct devstat_match *matches; in main()
|
/dflybsd-src/usr.bin/vmstat/ |
H A D | vmstat.c | 107 struct devstat_match *matches;
|