Lines Matching defs:pmbr
287 unsigned int i, pmbr;
304 * Differentiate between a regular MBR and a PMBR. This is more
305 * convenient in general. A PMBR is one with a single partition
308 pmbr = 0;
313 pmbr++;
317 if (pmbr && i == 4 && lba == 0) {
318 if (pmbr != 1)
319 gpt_warnx(gpt, "Suspicious PMBR at sector %ju",
322 gpt_msg(gpt, "PMBR at sector %ju", (uintmax_t)lba);
326 if (pmbr)