Home
last modified time | relevance | path

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

/freebsd/sbin/fdisk/
H A Dfdisk_mbr_enc.c48 d->dp_shd = p[1]; in dos_partition_dec()
65 p[1] = d->dp_shd; in dos_partition_enc()
H A Dfdisk.c505 ,partp->dp_shd in print_part()
591 thd = partp->dp_shd; in change_part()
598 partp->dp_shd = thd; in change_part()
710 partp->dp_shd = partp->dp_start % dos_cylsecs / dos_sectors; in dos()
/freebsd/usr.bin/mkimg/
H A Debr.c87 ebr_chs(&dp->dp_scyl, &dp->dp_shd, &dp->dp_ssect, nsecs); in ebr_write()
99 ebr_chs(&dp->dp_scyl, &dp->dp_shd, &dp->dp_ssect, in ebr_write()
H A Dmbr.c99 mbr_chs(&dp->dp_scyl, &dp->dp_shd, &dp->dp_ssect, in mbr_write()
/freebsd/sys/sys/disk/
H A Dmbr.h68 unsigned char dp_shd; /* starting head */ member
/freebsd/sys/geom/part/
H A Dg_part_mbr.c258 &entry->ent.dp_shd, &entry->ent.dp_ssect); in g_part_mbr_add()
496 ent.dp_shd = p[1]; in g_part_mbr_read()
608 p[1] = entry->ent.dp_shd; in g_part_mbr_write()
H A Dg_part_ebr.c155 ent->dp_shd = p[1]; in ebr_entry_decode()
276 &entry->ent.dp_shd, &entry->ent.dp_ssect); in g_part_ebr_add()
682 p[1] = entry->ent.dp_shd; in g_part_ebr_write()
/freebsd/usr.sbin/boot0cfg/
H A Dboot0cfg.c446 part[i].dp_shd, part[i].dp_ssect & 0x3f, part[i].dp_typ, in display_mbr()