Searched refs:DOSPTYP_386BSD (Results 1 – 12 of 12) sorted by relevance
| /trueos/sys/sys/ |
| HD | diskmbr.h | 57 #define DOSPTYP_386BSD 0xa5 /* 386BSD partition type */ macro
|
| /trueos/sys/boot/arm/ixp425/boot2/ |
| HD | boot2.c | 348 if (dp[i].dp_typ != DOSPTYP_386BSD) in dskread() 352 if ((dp[i].dp_typ == DOSPTYP_386BSD) && in dskread()
|
| /trueos/usr.bin/mkimg/ |
| HD | mbr.c | 53 { ALIAS_FREEBSD, ALIAS_INT2TYPE(DOSPTYP_386BSD) },
|
| HD | ebr.c | 48 { ALIAS_FREEBSD, ALIAS_INT2TYPE(DOSPTYP_386BSD) },
|
| /trueos/sys/geom/ |
| HD | geom_mbr.c | 64 { 0x80, 0, 1, 0, DOSPTYP_386BSD, 255, 255, 255, 0, 50000, }, 71 { 0x80, 0, 1, 0, DOSPTYP_386BSD, 254, 255, 255, 0, 50000, },
|
| /trueos/sys/boot/i386/boot2/ |
| HD | boot2.c | 512 if (dp[i].dp_typ == DOSPTYP_386BSD && in dskread() 525 if (dp->dp_typ != DOSPTYP_386BSD) { in dskread()
|
| /trueos/sys/geom/part/ |
| HD | g_part_mbr.c | 127 { DOSPTYP_386BSD, G_PART_ALIAS_FREEBSD }, 334 return ((entry->ent.dp_typ == DOSPTYP_386BSD || in g_part_mbr_dumpto()
|
| HD | g_part_ebr.c | 134 { DOSPTYP_386BSD, G_PART_ALIAS_FREEBSD }, 353 return ((entry->ent.dp_typ == DOSPTYP_386BSD || in g_part_ebr_dumpto()
|
| HD | g_part_ldm.c | 373 { DOSPTYP_386BSD, G_PART_ALIAS_FREEBSD },
|
| /trueos/sys/boot/arm/at91/boot2/ |
| HD | boot2.c | 296 if (dp[i].dp_typ == DOSPTYP_386BSD) in dskread()
|
| /trueos/sys/boot/common/ |
| HD | part.c | 342 case DOSPTYP_386BSD: in mbr_parttype() 776 case DOSPTYP_386BSD: in ptable_getbestpart()
|
| /trueos/sbin/fdisk/ |
| HD | fdisk.c | 386 partp->dp_typ = DOSPTYP_386BSD; in main() 550 partp->dp_typ = DOSPTYP_386BSD; in init_sector0()
|