Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDdiskmbr.h57 #define DOSPTYP_386BSD 0xa5 /* 386BSD partition type */ macro
/trueos/sys/boot/arm/ixp425/boot2/
HDboot2.c348 if (dp[i].dp_typ != DOSPTYP_386BSD) in dskread()
352 if ((dp[i].dp_typ == DOSPTYP_386BSD) && in dskread()
/trueos/usr.bin/mkimg/
HDmbr.c53 { ALIAS_FREEBSD, ALIAS_INT2TYPE(DOSPTYP_386BSD) },
HDebr.c48 { ALIAS_FREEBSD, ALIAS_INT2TYPE(DOSPTYP_386BSD) },
/trueos/sys/geom/
HDgeom_mbr.c64 { 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/
HDboot2.c512 if (dp[i].dp_typ == DOSPTYP_386BSD && in dskread()
525 if (dp->dp_typ != DOSPTYP_386BSD) { in dskread()
/trueos/sys/geom/part/
HDg_part_mbr.c127 { DOSPTYP_386BSD, G_PART_ALIAS_FREEBSD },
334 return ((entry->ent.dp_typ == DOSPTYP_386BSD || in g_part_mbr_dumpto()
HDg_part_ebr.c134 { DOSPTYP_386BSD, G_PART_ALIAS_FREEBSD },
353 return ((entry->ent.dp_typ == DOSPTYP_386BSD || in g_part_ebr_dumpto()
HDg_part_ldm.c373 { DOSPTYP_386BSD, G_PART_ALIAS_FREEBSD },
/trueos/sys/boot/arm/at91/boot2/
HDboot2.c296 if (dp[i].dp_typ == DOSPTYP_386BSD) in dskread()
/trueos/sys/boot/common/
HDpart.c342 case DOSPTYP_386BSD: in mbr_parttype()
776 case DOSPTYP_386BSD: in ptable_getbestpart()
/trueos/sbin/fdisk/
HDfdisk.c386 partp->dp_typ = DOSPTYP_386BSD; in main()
550 partp->dp_typ = DOSPTYP_386BSD; in init_sector0()