i386_devdesc
static struct i386_devdesc *bdev;
struct i386_devdesc *ddesc;
bdev = malloc(sizeof (struct i386_devdesc));
bzero(bdev, sizeof (struct i386_devdesc));
struct i386_devdesc dev;
bd_getdev(struct i386_devdesc *d)
bd_unit2bios(struct i386_devdesc *dev)
struct i386_devdesc *rootdev;
struct i386_devdesc *rootdev;
idev = malloc(sizeof (struct i386_devdesc));
struct i386_devdesc *dev = (struct i386_devdesc *)vdev;
struct i386_devdesc *ncurr;
static int i386_parsedev(struct i386_devdesc **, const char *, const char **);
struct i386_devdesc **dev = (struct i386_devdesc **)vdev;
i386_parsedev(struct i386_devdesc **dev, const char *devspec, const char **path)
struct i386_devdesc *idev;
int bd_getdev(struct i386_devdesc *dev); /* return dev_t for (dev) */
int bd_unit2bios(struct i386_devdesc *); /* xlate biosdisk -> BIOS device */
struct i386_devdesc *rootdev;
struct i386_devdesc *rootdev;
struct i386_devdesc new_currdev;
struct i386_devdesc dev;