Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c911 unsigned long dest_partition = current_partition; in real_open_partition() local
925 int ret = next_partition (current_drive, dest_partition, in real_open_partition()
967 dest_partition = 0xFFFFFF; in real_open_partition()
1038 || (dest_partition >> 16) == pc_slice) in real_open_partition()
1061 && (dest_partition == current_partition in real_open_partition()
1062 || ((dest_partition >> 16) == 0xFF in real_open_partition()
1063 && ((dest_partition >> 8) & 0xFF) == unix_part))) in real_open_partition()
H A Dbuiltins.c2220 int dest_drive, dest_partition; in install_func() local
2363 dest_partition = current_partition; in install_func()
2711 current_partition = dest_partition; in install_func()