Home
last modified time | relevance | path

Searched refs:ofw_devdesc (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/boot/ofw/libofw/
HDdevicename.c36 static int ofw_parsedev(struct ofw_devdesc **, const char *, const char **);
46 struct ofw_devdesc **dev = (struct ofw_devdesc **)vdev; in ofw_getdev()
75 ofw_parsedev(struct ofw_devdesc **dev, const char *devspec, const char **path) in ofw_parsedev()
77 struct ofw_devdesc *idev; in ofw_parsedev()
110 idev = malloc(sizeof(struct ofw_devdesc)); in ofw_parsedev()
138 struct ofw_devdesc *ncurr; in ofw_setcurrdev()
HDofw_disk.c76 static struct ofw_devdesc *kdp;
89 struct ofw_devdesc *dp = (struct ofw_devdesc *)devdata; in ofwd_strategy()
120 struct ofw_devdesc *dp; in ofwd_open()
124 dp = va_arg(vl, struct ofw_devdesc *); in ofwd_open()
145 struct ofw_devdesc *dev = f->f_devdata; in ofwd_close()
HDlibofw.h31 struct ofw_devdesc { struct