Symbol: device_selection
lib/libdevstat/devstat.c
418
selectdevs(struct device_selection **dev_select, int *num_selected,
lib/libdevstat/devstat.c
427
struct device_selection *old_dev_select = NULL;
lib/libdevstat/devstat.c
443
*dev_select = (struct device_selection *)malloc(numdevs *
lib/libdevstat/devstat.c
444
sizeof(struct device_selection));
lib/libdevstat/devstat.c
454
*dev_select = (struct device_selection *)realloc(*dev_select,
lib/libdevstat/devstat.c
455
numdevs * sizeof(struct device_selection));
lib/libdevstat/devstat.c
493
old_dev_select = (struct device_selection *)malloc(
lib/libdevstat/devstat.c
494
*num_selections * sizeof(struct device_selection));
lib/libdevstat/devstat.c
497
sizeof(struct device_selection) * *num_selections);
lib/libdevstat/devstat.c
501
bzero(*dev_select, sizeof(struct device_selection) * numdevs);
lib/libdevstat/devstat.c
704
sizeof(struct device_selection),
lib/libdevstat/devstat.c
851
if ((((const struct device_selection *)arg1)->selected)
lib/libdevstat/devstat.c
852
&& (((const struct device_selection *)arg2)->selected == 0))
lib/libdevstat/devstat.c
854
else if ((((const struct device_selection *)arg1)->selected == 0)
lib/libdevstat/devstat.c
855
&& (((const struct device_selection *)arg2)->selected))
lib/libdevstat/devstat.c
857
else if (((const struct device_selection *)arg2)->bytes <
lib/libdevstat/devstat.c
858
((const struct device_selection *)arg1)->bytes)
lib/libdevstat/devstat.c
860
else if (((const struct device_selection *)arg2)->bytes >
lib/libdevstat/devstat.c
861
((const struct device_selection *)arg1)->bytes)
lib/libdevstat/devstat.h
94
int selectdevs(struct device_selection **dev_select, int *num_selected,
usr.bin/systat/devs.c
84
struct device_selection *dev_select;
usr.bin/systat/extern.h
54
extern struct device_selection *dev_select;
usr.bin/vmstat/vmstat.c
105
struct device_selection *dev_select;
usr.sbin/iostat/iostat.c
119
struct device_selection *dev_select;