Home
last modified time | relevance | path

Searched refs:devstat_buildmatch (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/lib/libdevstat/
H A DMakefile18 MLINKS+=devstat.3 devstat_buildmatch.3
H A Ddevstat.h166 int devstat_buildmatch(char *match_str, struct devstat_match **matches,
H A Ddevstat.c1033 devstat_buildmatch(char *match_str, struct devstat_match **matches, in devstat_buildmatch() function
/freebsd-src/usr.bin/systat/
H A Ddevs.c254 if (devstat_buildmatch(tstr[i], &matches, &num_matches) != 0) { in dsmatchselect()
/freebsd-src/usr.bin/vmstat/
H A Dvmstat.c261 if (devstat_buildmatch(optarg, &matches, &num_matches) in main()
449 if (devstat_buildmatch(da, &matches, &num_matches) != 0) in getdrivedata()
/freebsd-src/usr.sbin/iostat/
H A Diostat.c244 if (devstat_buildmatch(optarg, &matches, in main()