Home
last modified time | relevance | path

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

/freebsd/usr.bin/systat/
H A Ddevs.c87 int num_selections; variable
125 num_selections = 0; in dsinit()
142 if (devstat_selectdevs(&dev_select, &num_selected, &num_selections, in dsinit()
183 &num_selections, &select_generation, generation, in dscmd()
264 &num_selections, &select_generation, generation, in dsmatchselect()
347 &num_selections, &select_generation, generation, in dsselect()
H A Dextern.h69 extern int num_selections;
/freebsd/lib/libdevstat/
H A Ddevstat.c551 int *num_selections, long *select_generation, in devstat_selectdevs() argument
588 } else if (*num_selections != numdevs) { in devstat_selectdevs()
634 *num_selections * sizeof(struct device_selection)); in devstat_selectdevs()
641 old_num_selections = *num_selections; in devstat_selectdevs()
643 sizeof(struct device_selection) * *num_selections); in devstat_selectdevs()
646 if (!changed && *num_selections != numdevs) { in devstat_selectdevs()
664 *num_selections = numdevs; in devstat_selectdevs()
679 for (i = 0; (i < *num_selections) && (num_dev_selections > 0); i++) { in devstat_selectdevs()
864 qsort(*dev_select, *num_selections, in devstat_selectdevs()
876 for (i = 0; i < *num_selections; i++) { in devstat_selectdevs()
[all …]
H A Ddevstat.h160 int *num_selections, long *select_generation,
/freebsd/usr.sbin/iostat/
H A Diostat.c191 int num_selected, num_selections; in main() local
377 &num_selections, &select_generation, generation, in main()
532 &num_selections, in main()
569 &num_selections, in main()
/freebsd/usr.bin/vmstat/
H A Dvmstat.c97 static int num_matches, num_selected, num_selections; variable
460 if (devstat_selectdevs(&dev_select, &num_selected, &num_selections, in getdrivedata()
733 &num_selections, &select_generation, in dovmstat()