Home
last modified time | relevance | path

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

/trueos/lib/libdevstat/
HDMakefile21 MLINKS+=devstat.3 devstat_buildmatch.3
HDdevstat.h166 int devstat_buildmatch(char *match_str, struct devstat_match **matches,
HDdevstat.c1023 devstat_buildmatch(char *match_str, struct devstat_match **matches, in devstat_buildmatch() function
/trueos/usr.bin/systat/
HDdevs.c223 if (devstat_buildmatch(tstr[i], &matches, &num_matches) != 0) { in dsmatchselect()
/trueos/usr.bin/vmstat/
HDvmstat.c224 if (devstat_buildmatch(optarg, &matches, &num_matches) != 0) in main()
380 if (devstat_buildmatch(da, &matches, &num_matches) != 0) in getdrivedata()
/trueos/usr.sbin/iostat/
HDiostat.c231 if (devstat_buildmatch(optarg, &matches, in main()