Home
last modified time | relevance | path

Searched refs:DOSPTYP_386BSD (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/sys/sys/disk/
H A Dmbr.h58 #define DOSPTYP_386BSD 0xa5 /* 386BSD partition type */ macro
/freebsd-14.2/usr.bin/mkimg/
H A Debr.c44 { ALIAS_FREEBSD, ALIAS_INT2TYPE(DOSPTYP_386BSD) },
H A Dmbr.c46 { ALIAS_FREEBSD, ALIAS_INT2TYPE(DOSPTYP_386BSD) },
/freebsd-14.2/stand/i386/boot2/
H A Dboot2.c485 if (dp[i].dp_typ == DOSPTYP_386BSD && in dskread()
498 if (dp->dp_typ != DOSPTYP_386BSD) { in dskread()
/freebsd-14.2/sys/geom/part/
H A Dg_part_mbr.c129 { DOSPTYP_386BSD, G_PART_ALIAS_FREEBSD },
354 return ((entry->ent.dp_typ == DOSPTYP_386BSD || in g_part_mbr_dumpto()
H A Dg_part_ebr.c137 { DOSPTYP_386BSD, G_PART_ALIAS_FREEBSD },
390 return ((entry->ent.dp_typ == DOSPTYP_386BSD || in g_part_ebr_dumpto()
H A Dg_part_ldm.c371 { DOSPTYP_386BSD, G_PART_ALIAS_FREEBSD },
/freebsd-14.2/stand/common/
H A Dpart.c361 case DOSPTYP_386BSD: in mbr_parttype()
771 case DOSPTYP_386BSD: in ptable_getbestpart()
/freebsd-14.2/sbin/fdisk/
H A Dfdisk.c390 partp->dp_typ = DOSPTYP_386BSD; in main()
544 partp->dp_typ = DOSPTYP_386BSD; in init_sector0()