Lines Matching defs:mbr
156 struct mbr *mbr;
159 gpt_warnx(gpt, "Device contains an MBR");
212 mbr = gpt_read(gpt, 0LL, 1);
213 if (mbr == NULL) {
214 gpt_warnx(gpt, "Error reading MBR");
217 memset(mbr, 0, sizeof(*mbr));
218 mbr->mbr_sig = htole16(MBR_SIG);
219 gpt_create_pmbr_part(mbr->mbr_part, last, 0);
221 map = map_add(gpt, 0LL, 1LL, MAP_TYPE_PMBR, mbr, 1);