Home
last modified time | relevance | path

Searched refs:dp_ssect (Results 1 – 8 of 8) sorted by relevance

/freebsd/sbin/fdisk/
H A Dfdisk_mbr_enc.c49 d->dp_ssect = p[2]; in dos_partition_dec()
66 p[2] = d->dp_ssect; in dos_partition_enc()
H A Dfdisk.c504 ,DPCYL(partp->dp_scyl, partp->dp_ssect) in print_part()
506 ,DPSECT(partp->dp_ssect) in print_part()
590 tcyl = DPCYL(partp->dp_scyl,partp->dp_ssect); in change_part()
592 tsec = DPSECT(partp->dp_ssect); in change_part()
597 partp->dp_ssect = DOSSECT(tsec,tcyl); in change_part()
714 partp->dp_ssect = DOSSECT(sec, cy); in dos()
/freebsd/usr.bin/mkimg/
H A Debr.c89 ebr_chs(&dp->dp_scyl, &dp->dp_shd, &dp->dp_ssect, nsecs); in ebr_write()
101 ebr_chs(&dp->dp_scyl, &dp->dp_shd, &dp->dp_ssect, in ebr_write()
H A Dmbr.c101 mbr_chs(&dp->dp_scyl, &dp->dp_shd, &dp->dp_ssect, in mbr_write()
/freebsd/sys/sys/disk/
H A Dmbr.h69 unsigned char dp_ssect; /* starting sector */ member
/freebsd/sys/geom/part/
H A Dg_part_mbr.c258 &entry->ent.dp_shd, &entry->ent.dp_ssect); in g_part_mbr_add()
497 ent.dp_ssect = p[2]; in g_part_mbr_read()
609 p[2] = entry->ent.dp_ssect; in g_part_mbr_write()
H A Dg_part_ebr.c156 ent->dp_ssect = p[2]; in ebr_entry_decode()
276 &entry->ent.dp_shd, &entry->ent.dp_ssect); in g_part_ebr_add()
683 p[2] = entry->ent.dp_ssect; in g_part_ebr_write()
/freebsd/usr.sbin/boot0cfg/
H A Dboot0cfg.c445 part[i].dp_scyl + ((part[i].dp_ssect & 0xc0) << 2), in display_mbr()
446 part[i].dp_shd, part[i].dp_ssect & 0x3f, part[i].dp_typ, in display_mbr()