Home | History | Annotate | Download | only in stage2

Lines Matching refs:bsd_part

760   int bsd_part, pc_slice;
770 bsd_part = (current_partition >> 8) & 0xFF;
842 if (bsd_part == 0xFF)
852 bsd_part + 'a');
871 if (bsd_part != 0xFF)
877 grub_sprintf (str, "%c)", bsd_part + 'a');
880 pc_slice, bsd_part + 'a');
900 && ((dest_partition >> 8) & 0xFF) == bsd_part)))