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

/freebsd-12-stable/lib/libdevstat/
H A Ddevstat.c552 devstat_selectdevs(struct device_selection **dev_select, int *num_selected,
562 struct device_selection *old_dev_select = NULL;
578 *dev_select = (struct device_selection *)malloc(numdevs *
579 sizeof(struct device_selection));
635 old_dev_select = (struct device_selection *)malloc(
636 *num_selections * sizeof(struct device_selection));
645 sizeof(struct device_selection) * *num_selections);
649 *dev_select = (struct device_selection *)reallocf(*dev_select,
650 numdevs * sizeof(struct device_selection));
654 bzero(*dev_select, sizeof(struct device_selection) * numdev
[all...]
H A Ddevstat.h123 struct device_selection { struct
161 int devstat_selectdevs(struct device_selection **dev_select, int *num_selected,
/freebsd-12-stable/usr.bin/systat/
H A Dextern.h63 extern struct device_selection *dev_select;
H A Ddevs.c90 struct device_selection *dev_select;
/freebsd-12-stable/usr.sbin/iostat/
H A Diostat.c141 static struct device_selection *dev_select;
/freebsd-12-stable/usr.bin/vmstat/
H A Dvmstat.c105 static struct device_selection *dev_select;

Completed in 209 milliseconds