Searched defs:boot_drive (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dboot.S95 boot_drive: label
145 movb boot_drive, %al
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/pc/
H A Dinit.c70 grub_uint8_t boot_drive, dos_part, bsd_part; local
72 boot_drive = (grub_boot_device >> 24);
78 if (boot_drive == GRUB_BOOT_MACHINE_PXE_DL)
90 "%cd%u", (boot_drive & 0x80) ? 'h' : 'f',
91 boot_drive & 0x7f);
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/pc/
H A Dchainloader.c46 static int boot_drive; variable
60 .edx = boot_drive,
233 boot_drive = drive;
/osnet-11/usr/src/grub/grub2/grub-core/disk/i386/pc/
H A Dbiosdisk.c626 grub_uint8_t boot_drive; local
638 boot_drive = (grub_boot_device >> 24);
639 if ((! grub_biosdisk_get_cdinfo_int13_extensions (boot_drive, cdrp))
646 if (boot_drive >= 0x90)
647 cd_drive = boot_drive;
/osnet-11/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S93 boot_drive: label
145 MOV_MEM_TO_AL(ABS(boot_drive)) /* movb ABS(boot_drive), %al */
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-setup.c110 grub_uint8_t *boot_drive; local
112 boot_drive = (grub_uint8_t *) (boot_img + GRUB_BOOT_MACHINE_BOOT_DRIVE);
117 *boot_drive = 0xFF;
/osnet-11/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c71 unsigned long boot_drive = 0; variable

Completed in 665 milliseconds