Searched refs:DOSPTYP_386BSD (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/sys/sys/disk/ |
| H A D | mbr.h | 58 #define DOSPTYP_386BSD 0xa5 /* 386BSD partition type */ macro
|
| /freebsd-14.2/usr.bin/mkimg/ |
| H A D | ebr.c | 44 { ALIAS_FREEBSD, ALIAS_INT2TYPE(DOSPTYP_386BSD) },
|
| H A D | mbr.c | 46 { ALIAS_FREEBSD, ALIAS_INT2TYPE(DOSPTYP_386BSD) },
|
| /freebsd-14.2/stand/i386/boot2/ |
| H A D | boot2.c | 485 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 D | g_part_mbr.c | 129 { DOSPTYP_386BSD, G_PART_ALIAS_FREEBSD }, 354 return ((entry->ent.dp_typ == DOSPTYP_386BSD || in g_part_mbr_dumpto()
|
| H A D | g_part_ebr.c | 137 { DOSPTYP_386BSD, G_PART_ALIAS_FREEBSD }, 390 return ((entry->ent.dp_typ == DOSPTYP_386BSD || in g_part_ebr_dumpto()
|
| H A D | g_part_ldm.c | 371 { DOSPTYP_386BSD, G_PART_ALIAS_FREEBSD },
|
| /freebsd-14.2/stand/common/ |
| H A D | part.c | 361 case DOSPTYP_386BSD: in mbr_parttype() 771 case DOSPTYP_386BSD: in ptable_getbestpart()
|
| /freebsd-14.2/sbin/fdisk/ |
| H A D | fdisk.c | 390 partp->dp_typ = DOSPTYP_386BSD; in main() 544 partp->dp_typ = DOSPTYP_386BSD; in init_sector0()
|