Home
last modified time | relevance | path

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

/dflybsd-src/lib/libdevstat/
H A Ddevstat.h48 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 Ddevstat.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()
/dflybsd-src/usr.bin/systat/
H A Ddevs.c89 struct devstat_match *matches = NULL;
/dflybsd-src/usr.sbin/iostat/
H A Diostat.c151 struct devstat_match *matches; in main()
/dflybsd-src/usr.bin/vmstat/
H A Dvmstat.c107 struct devstat_match *matches;