Home
last modified time | relevance | path

Searched refs:bi_bios_dev (Results 1 – 7 of 7) sorted by relevance

/titanic_53/usr/src/grub/grub-0.97/stage2/
H A Dfreebsd.h89 unsigned char bi_bios_dev; member
H A Dboot.c970 bi.bi_bios_dev = saved_drive; in bsd_boot()
/titanic_53/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dzfsboot.c167 bootinfo.bi_bios_dev = *(uint8_t *)PTOV(ARGS); in main()
171 bd_bios2unit(bootinfo.bi_bios_dev)); in main()
420 bootinfo.bi_bios_dev = bd_unit2bios(bdev->d_unit); in mount_root()
700 boot_unit = bd_bios2unit(bootinfo.bi_bios_dev); in i386_zfs_probe()
/titanic_53/usr/src/boot/sys/i386/include/
H A Dbootinfo.h58 u_int8_t bi_bios_dev; /* bootdev BIOS unit number */ member
/titanic_53/usr/src/boot/sys/boot/i386/libi386/
H A Dbootinfo32.c175 bi.bi_bios_dev = bc_unit2bios(rootdev->d_unit); in bi_load32()
181 bi.bi_bios_dev = bd_unit2bios(rootdev->d_unit); in bi_load32()
/titanic_53/usr/src/boot/sys/boot/i386/loader/
H A Dmain.c279 biosdev = initial_bootinfo->bi_bios_dev; in extract_currdev()
/titanic_53/usr/src/grub/grub-0.97/
H A DChangeLog6756 * stage2/freebsd.h (struct bootinfo): New member, bi_bios_dev.