Lines Matching defs:mbr
90 * in 'struct mbr,' e.g.:
92 * struct mbr {
120 struct mbr *mbr;
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)