Home
last modified time | relevance | path

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

/dragonfly/lib/libdevstat/
HDdevstat.h48 struct devstat_match { struct
97 struct devstat_match *matches, int num_matches,
101 int buildmatch(const char *match_str, struct devstat_match **matches,
HDdevstat.c421 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()
/dragonfly/usr.bin/systat/
HDdevs.c89 struct devstat_match *matches = NULL;
/dragonfly/usr.sbin/iostat/
HDiostat.c151 struct devstat_match *matches; in main()
/dragonfly/usr.bin/vmstat/
HDvmstat.c107 struct devstat_match *matches;