Lines Matching defs:mbr
81 * MBR partitions have a 4 byte signature in the MBR. Table
89 * XXX: The location and size of the MBR signature should be
90 * in 'struct mbr,' e.g.:
92 * struct mbr {
120 struct mbr *mbr;
133 printf("MBR");
160 printf("MBR part ");
161 mbr = p->map_data;
163 start = le16toh(mbr->mbr_part[i].part_start_hi);
165 le16toh(mbr->mbr_part[i].part_start_lo);
173 printf("%d%s", mbr->mbr_part[i].part_typ,
174 mbr->mbr_part[i].part_flag == 0x80 ?
200 mbr = map_data;
201 if (mbr->mbr_part[0].part_typ == MBR_PTYPE_PMBR &&
202 mbr->mbr_part[0].part_flag == 0x80)
341 * MBR part partitions don't have
464 printf("GPT not found, displaying data from MBR.\n\n");