Searched refs:devstat_match (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/lib/libdevstat/
H A Ddevstat.h111 struct devstat_match { struct
164 int numdevs, struct devstat_match *matches,
168 int devstat_buildmatch(char *match_str, struct devstat_match **matches,
H A Ddevstat.c555 int numdevs, struct devstat_match *matches, int num_matches,
1035 devstat_buildmatch(char *match_str, struct devstat_match **matches,
1071 *matches = (struct devstat_match *)reallocf(*matches,
1072 sizeof(struct devstat_match) * (*num_matches + 1));
1081 bzero(&matches[0][*num_matches], sizeof(struct devstat_match));
/freebsd-12-stable/usr.bin/systat/
H A Ddevs.c95 struct devstat_match *matches = NULL;
/freebsd-12-stable/usr.sbin/iostat/
H A Diostat.c185 struct devstat_match *matches;
/freebsd-12-stable/usr.bin/vmstat/
H A Dvmstat.c104 static struct devstat_match *matches;

Completed in 116 milliseconds