Searched refs:boot_drive (Results 1 - 16 of 16) sorted by relevance

/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/grub-0.97/grub/
H A Dmain.c104 --boot-drive=DRIVE specify stage2 boot_drive [default=0x%x]\n\
141 default_boot_drive = boot_drive;
189 boot_drive = strtoul (optarg, 0, 0);
190 if (boot_drive == ULONG_MAX)
H A Dasmstub.c71 unsigned long boot_drive = 0; variable
/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/grub-0.97/stage2/
H A Dcommon.c342 saved_drive = boot_drive;
350 if (get_diskinfo (boot_drive, &geom)
354 cdrom_drive = boot_drive;
H A Dcmdline.c104 saved_drive = boot_drive;
H A Dbios.c187 * If this is the boot_drive, default to non-emulation bootable CD-ROM.
194 if (drive >= 0x88 && drive == boot_drive)
H A Dasm.S154 ADDR32 movb %dl, EXT_C(boot_drive)
907 movb EXT_C(boot_drive), %dl
2698 VARIABLE(boot_drive)
H A Dshared.h595 extern unsigned long boot_drive;
H A Dstage2.c666 saved_drive = boot_drive;
H A Dbuiltins.c350 boot_drive = saved_drive;
4495 saved_drive = boot_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/grub2/grub-core/boot/i386/pc/
H A Dboot.S95 boot_drive: label
145 movb boot_drive, %al
H A Dstartup_raw.S70 LOCAL(boot_drive):
90 ADDR32 movb %dl, LOCAL(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;

Completed in 60 milliseconds