Home
last modified time | relevance | path

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

/external/grub/stage2/
Dbuiltins.c1758 int dest_drive, dest_partition, dest_sector; in install_func() local
1895 dest_drive = current_drive; in install_func()
1906 if (dest_drive & 0x80) in install_func()
1924 if (! (dest_drive & 0x80) in install_func()
1946 else if (src_drive != dest_drive) in install_func()
1960 if (dest_drive & BIOS_FLAG_FIXED_DISK) in install_func()
2243 current_drive = dest_drive; in install_func()