Searched refs:dp_start (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sbin/fdisk/
H A Dfdisk.c350 if (partp->dp_start == 0 && partp->dp_size == 0)
354 (u_long)partp->dp_start, (u_long)partp->dp_size);
370 if (partp->dp_start == 0 && partp->dp_size == 0)
373 (u_long) partp->dp_start,
388 partp->dp_start = dos_sectors;
491 (u_long)partp->dp_start,
545 partp->dp_start = start;
573 Decimal("start", partp->dp_start, tmp, NO_DISK_SECTORS);
697 if (partp->dp_typ == 0 && partp->dp_start == 0 && partp->dp_size == 0) {
703 partp->dp_shd = partp->dp_start
[all...]
H A Dfdisk_mbr_enc.c55 d->dp_start = le32dec(p + 8);
72 le32enc(p + 8, d->dp_start);
/freebsd-current/usr.bin/mkimg/
H A Debr.c91 le32enc(&dp->dp_start, nsecs);
104 le32enc(&dp->dp_start, next->block - nsecs);
H A Dmbr.c104 le32enc(&dp->dp_start, part->block);
/freebsd-current/sys/sys/disk/
H A Dmbr.h75 uint32_t dp_start; /* absolute starting sector number */ member in struct:dos_partition
/freebsd-current/sys/geom/part/
H A Dg_part_mbr.c254 entry->ent.dp_start = start;
502 ent.dp_start = le32dec(p + 8);
506 if (ent.dp_start == 0 || ent.dp_size == 0)
517 if (ent.dp_start < first)
518 first = ent.dp_start;
520 index + 1, ent.dp_start, ent.dp_start + ent.dp_size - 1);
614 le32enc(p + 8, entry->ent.dp_start);
H A Dg_part_ebr.c161 ent->dp_start = le32dec(p + 8);
272 entry->ent.dp_start = basetable->gpt_sectors;
274 ebr_set_chs(basetable, entry->ent.dp_start, &entry->ent.dp_scyl,
549 lba = ent[0].dp_start;
556 index, lba, lba + ent[0].dp_start + ent[0].dp_size - 1);
557 baseentry->gpe_offset = (off_t)(lba + ent[0].dp_start) *
568 lba = ent[1].dp_start;
688 le32enc(p + 8, entry->ent.dp_start);
/freebsd-current/stand/common/
H A Dpart.c411 start = le32toh(dp[0].dp_start);
431 offset = e1->part.start + le32toh(dp[1].dp_start);
631 if (dp[i].dp_typ == DOSPTYP_PMBR && dp[i].dp_start == 1) {
650 start = le32dec(&(dp[i].dp_start));
/freebsd-current/usr.sbin/boot0cfg/
H A Dboot0cfg.c448 part[i].dp_ehd, part[i].dp_esect & 0x3f, part[i].dp_start,
/freebsd-current/stand/i386/boot2/
H A Dboot2.c502 dsk.start = dp->dp_start;

Completed in 85 milliseconds