Lines Matching defs:dev_select
89 static struct device_selection *dev_select;
433 dev_select = NULL;
460 if (devstat_selectdevs(&dev_select, &num_selected, &num_selections,
732 retval = devstat_selectdevs(&dev_select, &num_selected,
842 if ((dev_select[i].selected) &&
843 (dev_select[i].selected <= maxshowdevs))
844 xo_emit("{T:/%3.3s%d} ", dev_select[i].device_name,
845 dev_select[i].unit_number);
1086 if (dev_select[dn].selected == 0 ||
1087 dev_select[dn].selected > maxshowdevs)
1090 di = dev_select[dn].position;
1100 dev_select[dn].device_name,
1101 dev_select[dn].unit_number);