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

/freebsd-10.0-release/usr.bin/systat/
H A Ddevs.c89 int num_selections; variable
117 num_selections = 0;
134 if (devstat_selectdevs(&dev_select, &num_selected, &num_selections,
157 &num_selections, &select_generation, generation,
233 &num_selections, &select_generation, generation,
311 &num_selections, &select_generation, generation,
H A Dextern.h65 extern int num_selections;
/freebsd-10.0-release/lib/libdevstat/
H A Ddevstat.c497 * - total number of devices in the selection list (num_selections)
546 int *num_selections, long *select_generation,
581 } else if (*num_selections != numdevs) {
629 *num_selections * sizeof(struct device_selection));
636 old_num_selections = *num_selections;
638 sizeof(struct device_selection) * *num_selections);
654 *num_selections = numdevs;
669 for (i = 0; (i < *num_selections) && (num_dev_selections > 0); i++) {
854 qsort(*dev_select, *num_selections,
866 for (i = 0; i < *num_selections;
545 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-10.0-release/usr.sbin/iostat/
H A Diostat.c180 int num_selected, num_selections; local
369 &num_selections, &select_generation, generation,
506 &num_selections,
543 &num_selections,
/freebsd-10.0-release/usr.bin/vmstat/
H A Dvmstat.c121 static int num_devices_specified, num_selections; variable
392 if (devstat_selectdevs(&dev_select, &num_selected, &num_selections,
738 &num_selections, &select_generation,

Completed in 158 milliseconds