Searched refs:num_selections (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.bin/systat/ |
H A D | devs.c | 87 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 D | extern.h | 69 extern int num_selections;
|
/freebsd/lib/libdevstat/ |
H A D | devstat.c | 551 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 D | devstat.h | 160 int *num_selections, long *select_generation,
|
/freebsd/usr.sbin/iostat/ |
H A D | iostat.c | 191 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 D | vmstat.c | 97 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()
|