Home
last modified time | relevance | path

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

/NextBSD/lib/libdevstat/
HDdevstat.h109 struct devstat_match { struct
162 int numdevs, struct devstat_match *matches,
166 int devstat_buildmatch(char *match_str, struct devstat_match **matches,
HDdevstat.c553 int numdevs, struct devstat_match *matches, int num_matches, in devstat_selectdevs()
1028 devstat_buildmatch(char *match_str, struct devstat_match **matches, in devstat_buildmatch()
1064 *matches = (struct devstat_match *)reallocf(*matches, in devstat_buildmatch()
1065 sizeof(struct devstat_match) * (*num_matches + 1)); in devstat_buildmatch()
1074 bzero(&matches[0][*num_matches], sizeof(struct devstat_match)); in devstat_buildmatch()
/NextBSD/usr.bin/systat/
HDdevs.c91 struct devstat_match *matches = NULL;
/NextBSD/usr.sbin/iostat/
HDiostat.c179 struct devstat_match *matches; in main()
/NextBSD/usr.bin/vmstat/
HDvmstat.c123 static struct devstat_match *matches;