Home
last modified time | relevance | path

Searched refs:i386_devdesc (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/boot/i386/libi386/
H A Ddevicename.c37 static int i386_parsedev(struct i386_devdesc **, const char *, const char **);
47 struct i386_devdesc **dev = (struct i386_devdesc **)vdev; in i386_getdev()
84 i386_parsedev(struct i386_devdesc **dev, const char *devspec, const char **path) in i386_parsedev()
86 struct i386_devdesc *idev; in i386_parsedev()
114 idev = malloc(sizeof (struct i386_devdesc)); in i386_parsedev()
177 struct i386_devdesc *dev = (struct i386_devdesc *)vdev; in i386_fmtdev()
206 struct i386_devdesc *ncurr; in i386_setcurrdev()
H A Dlibi386.h33 struct i386_devdesc { struct
99 int bd_unit2bios(struct i386_devdesc *); /* xlate biosdisk -> BIOS device */
100 int bd_getdev(struct i386_devdesc *dev); /* return dev_t for (dev) */
H A Dbootinfo64.c143 struct i386_devdesc *rootdev; in bi_load64()
H A Dbootinfo32.c137 struct i386_devdesc *rootdev; in bi_load32()
H A Dlinux.c286 struct i386_devdesc *rootdev; in linux_exec()
H A Dbiosdisk.c253 bd_unit2bios(struct i386_devdesc *dev) in bd_unit2bios()
1299 bd_getdev(struct i386_devdesc *d) in bd_getdev()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c110 static struct i386_devdesc *bdev;
502 struct i386_devdesc *ddesc; in mount_root()
770 bdev = malloc(sizeof (struct i386_devdesc)); in probe_partition()
771 bzero(bdev, sizeof (struct i386_devdesc)); in probe_partition()
835 struct i386_devdesc dev; in i386_zfs_probe()
/illumos-gate/usr/src/boot/i386/loader/
H A Dmain.c217 struct i386_devdesc new_currdev; in extract_currdev()
369 struct i386_devdesc dev; in i386_zfs_probe()
H A Dchain.c49 struct i386_devdesc *rootdev; in command_chain()