Home
last modified time | relevance | path

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

/external/grub/stage2/
Ddisk_io.c755 unsigned long dest_partition = current_partition; in real_open_partition() local
766 int ret = next_partition (current_drive, dest_partition, in real_open_partition()
806 dest_partition = 0xFFFFFF; in real_open_partition()
876 || (dest_partition >> 16) == pc_slice) in real_open_partition()
898 && (dest_partition == current_partition in real_open_partition()
899 || ((dest_partition >> 16) == 0xFF in real_open_partition()
900 && ((dest_partition >> 8) & 0xFF) == bsd_part))) in real_open_partition()
Dbuiltins.c1758 int dest_drive, dest_partition, dest_sector; in install_func() local
1896 dest_partition = current_partition; in install_func()
2244 current_partition = dest_partition; in install_func()