Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/systat/
H A Ddevs.c90 int num_selections; variable
128 num_selections = 0; in dsinit()
145 if (devstat_selectdevs(&dev_select, &num_selected, &num_selections, in dsinit()
186 &num_selections, &select_generation, generation, in dscmd()
267 &num_selections, &select_generation, generation, in dsmatchselect()
350 &num_selections, &select_generation, generation, in dsselect()
H A Dextern.h71 extern int num_selections;
/freebsd-14.2/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()
864 qsort(*dev_select, *num_selections, in devstat_selectdevs()
876 for (i = 0; i < *num_selections; i++) { in devstat_selectdevs()
885 for (i = 0; i < *num_selections; i++) { in devstat_selectdevs()
[all …]
H A Ddevstat.h160 int *num_selections, long *select_generation,
/freebsd-14.2/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-14.2/usr.bin/vmstat/
H A Dvmstat.c111 static int num_matches, num_selected, num_selections; variable
471 if (devstat_selectdevs(&dev_select, &num_selected, &num_selections, in getdrivedata()
743 &num_selections, &select_generation, in dovmstat()