Searched refs:bsd_part_no (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c603 int bsd_part_no = (*partition & 0xFF00) >> 8; local
606 if (bsd_part_no == 0xFF)
627 bsd_part_no = -1;
631 for (i = bsd_part_no + 1; i < BSD_LABEL_NPARTS (buf); i++)

Completed in 17 milliseconds