ofw_devdesc
idev = malloc(sizeof(struct ofw_devdesc));
struct ofw_devdesc *idev;
struct ofw_devdesc *dp;
dp = va_arg(vl, struct ofw_devdesc *);
struct ofw_devdesc *dev = f->f_devdata;
struct ofw_devdesc *dev = f->f_devdata;
struct ofw_devdesc *dev = (struct ofw_devdesc *)idev;
static struct ofw_devdesc *kdp;
struct ofw_devdesc *dp = (struct ofw_devdesc *)devdata;
struct ofw_devdesc *dev = (struct ofw_devdesc *)idev;