Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c2223 int dest_drive, dest_partition; in install_func() local
2365 dest_drive = current_drive; in install_func()
2376 if (dest_drive & 0x80) in install_func()
2394 if (! (dest_drive & 0x80) in install_func()
2416 else if (src_drive != dest_drive) in install_func()
2430 if (dest_drive & BIOS_FLAG_FIXED_DISK) in install_func()
2717 current_drive = dest_drive; in install_func()