Searched refs:devstat_buildmatch (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/lib/libdevstat/ |
| H A D | Makefile | 19 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-14.2/usr.bin/systat/ |
| H A D | devs.c | 257 if (devstat_buildmatch(tstr[i], &matches, &num_matches) != 0) { in dsmatchselect()
|
| /freebsd-14.2/usr.bin/vmstat/ |
| H A D | vmstat.c | 274 if (devstat_buildmatch(optarg, &matches, &num_matches) in main() 460 if (devstat_buildmatch(da, &matches, &num_matches) != 0) in getdrivedata()
|
| /freebsd-14.2/usr.sbin/iostat/ |
| H A D | iostat.c | 244 if (devstat_buildmatch(optarg, &matches, in main()
|