Home
last modified time | relevance | path

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

/external/grub/stage2/
Ddisk_io.c760 int bsd_part, pc_slice; in real_open_partition() local
770 bsd_part = (current_partition >> 8) & 0xFF; in real_open_partition()
842 if (bsd_part == 0xFF) in real_open_partition()
852 bsd_part + 'a'); in real_open_partition()
871 if (bsd_part != 0xFF) in real_open_partition()
877 grub_sprintf (str, "%c)", bsd_part + 'a'); in real_open_partition()
880 pc_slice, bsd_part + 'a'); in real_open_partition()
900 && ((dest_partition >> 8) & 0xFF) == bsd_part))) in real_open_partition()
Dbuiltins.c1258 int bsd_part = (part >> 8) & 0xFF; in find_func() local
1263 if (bsd_part == 0xFF) in find_func()
1268 drive - 0x80, pc_slice, bsd_part + 'a'); in find_func()