Home
last modified time | relevance | path

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

/external/grub/stage2/
Ddisk_io.c590 int bsd_part_no = (*partition & 0xFF00) >> 8; in next_partition() local
593 if (bsd_part_no == 0xFF) in next_partition()
614 bsd_part_no = -1; in next_partition()
618 for (i = bsd_part_no + 1; i < BSD_LABEL_NPARTS (buf); i++) in next_partition()