Searched refs:num_selections (Results 1 – 6 of 6) sorted by relevance
| /trueos/usr.bin/systat/ |
| HD | devs.c | 89 int num_selections; variable 117 num_selections = 0; in dsinit() 134 if (devstat_selectdevs(&dev_select, &num_selected, &num_selections, in dsinit() 157 &num_selections, &select_generation, generation, in dscmd() 233 &num_selections, &select_generation, generation, in dsmatchselect() 311 &num_selections, &select_generation, generation, in dsselect()
|
| HD | extern.h | 65 extern int num_selections;
|
| /trueos/lib/libdevstat/ |
| HD | devstat.c | 546 int *num_selections, long *select_generation, in devstat_selectdevs() argument 581 } else if (*num_selections != numdevs) { in devstat_selectdevs() 629 *num_selections * sizeof(struct device_selection)); in devstat_selectdevs() 636 old_num_selections = *num_selections; in devstat_selectdevs() 638 sizeof(struct device_selection) * *num_selections); in devstat_selectdevs() 654 *num_selections = numdevs; in devstat_selectdevs() 669 for (i = 0; (i < *num_selections) && (num_dev_selections > 0); i++) { in devstat_selectdevs() 854 qsort(*dev_select, *num_selections, in devstat_selectdevs() 866 for (i = 0; i < *num_selections; i++) { in devstat_selectdevs() 875 for (i = 0; i < *num_selections; i++) { in devstat_selectdevs() [all …]
|
| HD | devstat.h | 160 int *num_selections, long *select_generation,
|
| /trueos/usr.sbin/iostat/ |
| HD | iostat.c | 180 int num_selected, num_selections; in main() local 369 &num_selections, &select_generation, generation, in main() 506 &num_selections, in main() 543 &num_selections, in main()
|
| /trueos/usr.bin/vmstat/ |
| HD | vmstat.c | 121 static int num_devices_specified, num_selections; variable 392 if (devstat_selectdevs(&dev_select, &num_selected, &num_selections, in getdrivedata() 740 &num_selections, &select_generation, in dovmstat()
|