Searched refs:devstat_buildmatch (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/lib/libdevstat/ |
| H A D | Makefile | 20 MLINKS+=devstat.3 devstat_buildmatch.3
|
| H A D | devstat.h | 168 int devstat_buildmatch(char *match_str, struct devstat_match **matches,
|
| H A D | devstat.c | 1035 devstat_buildmatch(char *match_str, struct devstat_match **matches, in devstat_buildmatch() function
|
| /freebsd-13.1/usr.bin/systat/ |
| H A D | devs.c | 260 if (devstat_buildmatch(tstr[i], &matches, &num_matches) != 0) { in dsmatchselect()
|
| /freebsd-13.1/usr.bin/vmstat/ |
| H A D | vmstat.c | 275 if (devstat_buildmatch(optarg, &matches, &num_matches) in main() 457 if (devstat_buildmatch(da, &matches, &num_matches) != 0) in getdrivedata()
|
| /freebsd-13.1/usr.sbin/iostat/ |
| H A D | iostat.c | 243 if (devstat_buildmatch(optarg, &matches, in main()
|