OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boot_drive
(Results
1 - 9
of
9
) sorted by null
/external/grub/grub/
main.c
104
--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)
asmstub.c
71
unsigned long
boot_drive
= 0;
variable
/external/grub/stage2/
common.c
320
saved_drive =
boot_drive
;
328
if (get_diskinfo (
boot_drive
, &geom)
332
cdrom_drive =
boot_drive
;
cmdline.c
102
saved_drive =
boot_drive
;
asm.S
139
ADDR32 movb %dl, EXT_C(
boot_drive
)
760
movb EXT_C(
boot_drive
), %dl
[
all
...]
shared.h
553
extern unsigned long
boot_drive
;
stage2.c
670
saved_drive =
boot_drive
;
builtins.c
298
boot_drive
= saved_drive;
[
all
...]
/external/grub/stage1/
stage1.S
93
boot_drive
:
label
145
MOV_MEM_TO_AL(ABS(
boot_drive
)) /* movb ABS(
boot_drive
), %al */
Completed in 52 milliseconds