Searched refs:devstat_buildmatch (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/lib/libdevstat/ |
H A D | Makefile | 18 MLINKS+=devstat.3 devstat_buildmatch.3
|
H A D | devstat.h | 166 int devstat_buildmatch(char *match_str, struct devstat_match **matches,
|
H A D | devstat.c | 1033 devstat_buildmatch(char *match_str, struct devstat_match **matches, in devstat_buildmatch() function
|
/freebsd-src/usr.bin/systat/ |
H A D | devs.c | 254 if (devstat_buildmatch(tstr[i], &matches, &num_matches) != 0) { in dsmatchselect()
|
/freebsd-src/usr.bin/vmstat/ |
H A D | vmstat.c | 261 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 D | iostat.c | 244 if (devstat_buildmatch(optarg, &matches, in main()
|