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

/illumos-gate/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.c74 unsigned long boot_drive = 0; variable
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dcommon.c341 saved_drive = boot_drive;
349 if (get_diskinfo (boot_drive, &geom)
353 cdrom_drive = boot_drive;
H A Dcmdline.c104 saved_drive = boot_drive;
H A Dbios.c190 * If this is the boot_drive, default to non-emulation bootable CD-ROM.
197 if (drive >= 0x88 && drive == boot_drive)
H A Dasm.S147 ADDR32 movb %dl, EXT_C(boot_drive)
900 movb EXT_C(boot_drive), %dl
2692 VARIABLE(boot_drive)
H A Dstage2.c681 saved_drive = boot_drive;
H A Dshared.h595 extern unsigned long boot_drive;
H A Dbuiltins.c319 boot_drive = saved_drive;
4019 saved_drive = boot_drive;
/illumos-gate/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 */

Completed in 88 milliseconds