Symbol: i386_devdesc
stand/boot/pc32/libi386/bioscd.c
192
struct i386_devdesc *dev;
stand/boot/pc32/libi386/bioscd.c
195
dev = va_arg(ap, struct i386_devdesc *);
stand/boot/pc32/libi386/bioscd.c
216
struct i386_devdesc *dev;
stand/boot/pc32/libi386/bioscd.c
232
dev = (struct i386_devdesc *)devdata;
stand/boot/pc32/libi386/bioscd.c
339
bc_getdev(struct i386_devdesc *dev)
stand/boot/pc32/libi386/biosdisk.c
1355
bd_getdev(struct i386_devdesc *dev)
stand/boot/pc32/libi386/biosdisk.c
140
static int bd_opendisk(struct open_disk **odp, struct i386_devdesc *dev);
stand/boot/pc32/libi386/biosdisk.c
260
struct i386_devdesc dev;
stand/boot/pc32/libi386/biosdisk.c
507
struct i386_devdesc *dev;
stand/boot/pc32/libi386/biosdisk.c
512
dev = va_arg(ap, struct i386_devdesc *);
stand/boot/pc32/libi386/biosdisk.c
520
((struct i386_devdesc *)(f->f_devdata))->d_kind.biosdisk.data = od;
stand/boot/pc32/libi386/biosdisk.c
526
bd_opendisk(struct open_disk **odp, struct i386_devdesc *dev)
stand/boot/pc32/libi386/biosdisk.c
921
struct open_disk *od = (struct open_disk *)(((struct i386_devdesc *)(f->f_devdata))->d_kind.biosdisk.data);
stand/boot/pc32/libi386/biosdisk.c
943
struct open_disk *od = (struct open_disk *)(((struct i386_devdesc *)devdata)->d_kind.biosdisk.data);
stand/boot/pc32/libi386/biosdisk.c
953
struct open_disk *od = (struct open_disk *)(((struct i386_devdesc *)devdata)->d_kind.biosdisk.data);
stand/boot/pc32/libi386/bootinfo32.c
137
struct i386_devdesc *rootdev;
stand/boot/pc32/libi386/bootinfo64.c
180
struct i386_devdesc *rootdev;
stand/boot/pc32/libi386/devicename.c
105
idev = malloc(sizeof(struct i386_devdesc));
stand/boot/pc32/libi386/devicename.c
198
struct i386_devdesc *dev = (struct i386_devdesc *)vdev;
stand/boot/pc32/libi386/devicename.c
235
struct i386_devdesc *ncurr;
stand/boot/pc32/libi386/devicename.c
36
static int i386_parsedev(struct i386_devdesc **dev, const char *devspec, const char **path);
stand/boot/pc32/libi386/devicename.c
46
struct i386_devdesc **dev = (struct i386_devdesc **)vdev;
stand/boot/pc32/libi386/devicename.c
84
i386_parsedev(struct i386_devdesc **dev, const char *devspec, const char **path)
stand/boot/pc32/libi386/devicename.c
86
struct i386_devdesc *idev;
stand/boot/pc32/libi386/libi386.h
102
int bc_getdev(struct i386_devdesc *dev); /* return cdev_t for (dev) */
stand/boot/pc32/libi386/libi386.h
108
int bd_getdev(struct i386_devdesc *dev); /* return cdev_t for (dev) */
stand/boot/pc32/loader/main.c
295
struct i386_devdesc new_currdev;