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

/freebsd-current/usr.bin/systat/
H A Ddevs.c87 int num_selections; variable
125 num_selections = 0;
142 if (devstat_selectdevs(&dev_select, &num_selected, &num_selections,
183 &num_selections, &select_generation, generation,
264 &num_selections, &select_generation, generation,
347 &num_selections, &select_generation, generation,
H A Dextern.h69 extern int num_selections;
/freebsd-current/lib/libdevstat/
H A Ddevstat.c502 * - total number of devices in the selection list (num_selections)
551 int *num_selections, long *select_generation,
588 } else if (*num_selections != numdevs) {
634 *num_selections * sizeof(struct device_selection));
641 old_num_selections = *num_selections;
643 sizeof(struct device_selection) * *num_selections);
646 if (!changed && *num_selections != numdevs) {
664 *num_selections = numdevs;
679 for (i = 0; (i < *num_selections) && (num_dev_selections > 0); i++) {
864 qsort(*dev_select, *num_selections,
550 devstat_selectdevs(struct device_selection **dev_select, int *num_selected, int *num_selections, long *select_generation, long current_generation, struct devstat *devices, int numdevs, struct devstat_match *matches, int num_matches, char **dev_selections, int num_dev_selections, devstat_select_mode select_mode, int maxshowdevs, int perf_select) argument
[all...]
H A Ddevstat.h160 int *num_selections, long *select_generation,
/freebsd-current/usr.sbin/iostat/
H A Diostat.c191 int num_selected, num_selections; local
377 &num_selections, &select_generation, generation,
532 &num_selections,
569 &num_selections,
/freebsd-current/usr.bin/vmstat/
H A Dvmstat.c98 static int num_matches, num_selected, num_selections; variable
456 if (devstat_selectdevs(&dev_select, &num_selected, &num_selections,
728 &num_selections, &select_generation,

Completed in 124 milliseconds