Searched refs:DOSPTYP_PMBR (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/sys/disk/
H A Dmbr.h60 #define DOSPTYP_PMBR 0xee /* GPT Protective MBR */ macro
/freebsd-current/sys/geom/part/
H A Dg_part_mbr.c504 if (ent.dp_typ == 0 || ent.dp_typ == DOSPTYP_PMBR)
/freebsd-current/stand/common/
H A Dpart.c621 * that is, MBR partition which has DOSPTYP_PMBR entry defined as
622 * start sector 1. After DOSPTYP_PMBR, there may be other partitions.
631 if (dp[i].dp_typ == DOSPTYP_PMBR && dp[i].dp_start == 1) {

Completed in 50 milliseconds