Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c914 unsigned long dest_partition = current_partition; in real_open_partition() local
928 int ret = next_partition (current_drive, dest_partition, in real_open_partition()
970 dest_partition = 0xFFFFFF; in real_open_partition()
1041 || (dest_partition >> 16) == pc_slice) in real_open_partition()
1064 && (dest_partition == current_partition in real_open_partition()
1065 || ((dest_partition >> 16) == 0xFF in real_open_partition()
1066 && ((dest_partition >> 8) & 0xFF) == unix_part))) in real_open_partition()
H A Dbuiltins.c2223 int dest_drive, dest_partition; in install_func() local
2366 dest_partition = current_partition; in install_func()
2718 current_partition = dest_partition; in install_func()