device_selection
selectdevs(struct device_selection **dev_select, int *num_selected,
struct device_selection *old_dev_select = NULL;
*dev_select = (struct device_selection *)malloc(numdevs *
sizeof(struct device_selection));
*dev_select = (struct device_selection *)realloc(*dev_select,
numdevs * sizeof(struct device_selection));
old_dev_select = (struct device_selection *)malloc(
*num_selections * sizeof(struct device_selection));
sizeof(struct device_selection) * *num_selections);
bzero(*dev_select, sizeof(struct device_selection) * numdevs);
sizeof(struct device_selection),
if ((((const struct device_selection *)arg1)->selected)
&& (((const struct device_selection *)arg2)->selected == 0))
else if ((((const struct device_selection *)arg1)->selected == 0)
&& (((const struct device_selection *)arg2)->selected))
else if (((const struct device_selection *)arg2)->bytes <
((const struct device_selection *)arg1)->bytes)
else if (((const struct device_selection *)arg2)->bytes >
((const struct device_selection *)arg1)->bytes)
int selectdevs(struct device_selection **dev_select, int *num_selected,
struct device_selection *dev_select;
extern struct device_selection *dev_select;
struct device_selection *dev_select;
struct device_selection *dev_select;