Home
last modified time | relevance | path

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

/freebsd-src/lib/libdevstat/
H A Ddevstat.c550 devstat_selectdevs(struct device_selection **dev_select, int *num_selected, in devstat_selectdevs()
560 struct device_selection *old_dev_select = NULL; in devstat_selectdevs()
576 *dev_select = (struct device_selection *)malloc(numdevs * in devstat_selectdevs()
577 sizeof(struct device_selection)); in devstat_selectdevs()
633 old_dev_select = (struct device_selection *)malloc( in devstat_selectdevs()
634 *num_selections * sizeof(struct device_selection)); in devstat_selectdevs()
643 sizeof(struct device_selection) * *num_selections); in devstat_selectdevs()
647 *dev_select = (struct device_selection *)reallocf(*dev_select, in devstat_selectdevs()
648 numdevs * sizeof(struct device_selection)); in devstat_selectdevs()
652 bzero(*dev_select, sizeof(struct device_selection) * numdevs); in devstat_selectdevs()
[all …]
H A Ddevstat.h121 struct device_selection { struct
159 int devstat_selectdevs(struct device_selection **dev_select, int *num_selected,
/freebsd-src/usr.bin/systat/
H A Dextern.h65 extern struct device_selection *dev_select;
H A Ddevs.c84 struct device_selection *dev_select;
/freebsd-src/usr.sbin/iostat/
H A Diostat.c139 static struct device_selection *dev_select;
/freebsd-src/usr.bin/vmstat/
H A Dvmstat.c89 static struct device_selection *dev_select;