Searched refs:dp_typ (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sbin/fdisk/
H A Dfdisk_mbr_enc.c54 d->dp_typ = p[4];
71 p[4] = d->dp_typ;
H A Dfdisk.c355 printf("p %d 0x%02x %lu %lu\n", i + 1, partp->dp_typ,
376 (u_long) partp->dp_size, partp->dp_typ,
388 partp->dp_typ = DOSPTYP_386BSD;
490 printf("sysid %d (%#04x),(%s)\n", partp->dp_typ, partp->dp_typ,
491 get_type(partp->dp_typ));
542 partp->dp_typ = DOSPTYP_386BSD;
574 Decimal("sysid (165=FreeBSD)", partp->dp_typ, tmp, 255);
579 partp->dp_typ = 0;
699 if (partp->dp_typ
[all...]
/freebsd-13-stable/sys/sys/disk/
H A Dmbr.h72 unsigned char dp_typ; /* partition type */ member in struct:dos_partition
/freebsd-13-stable/sys/geom/part/
H A Dg_part_mbr.c153 mbr_parse_type(const char *type, u_char *dp_typ) argument
164 *dp_typ = (u_char)lt;
170 *dp_typ = mbr_alias_match[i].typ;
263 return (mbr_parse_type(gpp->gpp_type, &entry->ent.dp_typ));
323 sbuf_printf(sb, " xs MBR xt %u", entry->ent.dp_typ);
327 entry->ent.dp_typ);
347 return ((entry->ent.dp_typ == DOSPTYP_386BSD ||
348 entry->ent.dp_typ == DOSPTYP_LINSWP) ? 1 : 0);
362 return (mbr_parse_type(gpp->gpp_type, &entry->ent.dp_typ));
492 ent.dp_typ
[all...]
H A Dg_part_ebr.c165 ent->dp_typ = p[4];
181 buf[4] = DOSPTYP_EXT /* dp_typ */;
189 ebr_parse_type(const char *type, u_char *dp_typ) argument
200 *dp_typ = (u_char)lt;
206 *dp_typ = ebr_alias_match[i].typ;
293 return (ebr_parse_type(gpp->gpp_type, &entry->ent.dp_typ));
384 sbuf_printf(sb, " xs MBREXT xt %u", entry->ent.dp_typ);
388 entry->ent.dp_typ);
403 return ((entry->ent.dp_typ == DOSPTYP_386BSD ||
404 entry->ent.dp_typ
[all...]
/freebsd-13-stable/usr.bin/mkimg/
H A Debr.c89 dp->dp_typ = ALIAS_TYPE2INT(part->type);
102 dp->dp_typ = DOSPTYP_EXT;
H A Dmbr.c102 dp->dp_typ = ALIAS_TYPE2INT(part->type);
/freebsd-13-stable/stand/common/
H A Dpart.c414 if (dp[0].dp_typ == 0)
417 if (dp[0].dp_typ == DOSPTYP_EXT &&
418 dp[1].dp_typ == 0) {
429 entry->part.type = mbr_parttype(dp[0].dp_typ);
431 entry->type.mbr = dp[0].dp_typ;
434 if (dp[1].dp_typ == 0)
728 if (dp[i].dp_typ == DOSPTYP_PMBR && dp[i].dp_start == 1) {
745 if (dp[i].dp_typ == 0)
755 if (dp[i].dp_typ == DOSPTYP_EXT ||
756 dp[i].dp_typ
[all...]
/freebsd-13-stable/stand/mips/beri/boot2/
H A Dboot2.c569 if (dp[i].dp_typ == DOSPTYP_386BSD &&
582 if (dp->dp_typ != DOSPTYP_386BSD) {
/freebsd-13-stable/usr.sbin/boot0cfg/
H A Dboot0cfg.c446 if (part[i].dp_typ)
449 part[i].dp_shd, part[i].dp_ssect & 0x3f, part[i].dp_typ,
/freebsd-13-stable/stand/i386/boot2/
H A Dboot2.c488 if (dp[i].dp_typ == DOSPTYP_386BSD &&
501 if (dp->dp_typ != DOSPTYP_386BSD) {

Completed in 85 milliseconds