Home
last modified time | relevance | path

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

/NextBSD/sys/geom/
HDgeom_mbr_enc.c47 d->dp_shd = p[1]; in dos_partition_dec()
64 p[1] = d->dp_shd; in dos_partition_enc()
HDgeom_pc98_enc.c48 d->dp_shd = ptr[9]; in pc98_partition_dec()
71 ptr[9] = d->dp_shd; in pc98_partition_enc()
HDgeom_pc98.c74 printf(" s:%d/%d/%d", dp->dp_scyl, dp->dp_shd, dp->dp_ssect); in g_pc98_print()
124 dp[i].dp_shd == dp[i].dp_ehd && in g_pc98_modify()
HDgeom_mbr.c80 dp->dp_shd, DPSECT(dp->dp_ssect)); in g_mbr_print()
/NextBSD/sbin/fdisk_pc98/
HDfdisk.c280 partp->dp_shd = partp->dp_ipl_head = 1; in main()
404 ,partp->dp_shd in print_part()
471 thd = partp->dp_shd; in change_part()
478 partp->dp_shd = thd; in change_part()
481 partp->dp_ipl_head = partp->dp_shd; in change_part()
592 partp->dp_shd = partp->dp_ipl_head = start % dos_cylsecs / dos_sectors; in dos()
/NextBSD/usr.bin/mkimg/
HDpc98.c106 pc98_chs(&dp->dp_scyl, &dp->dp_shd, &dp->dp_ssect, in pc98_write()
108 pc98_chs(&dp->dp_scyl, &dp->dp_shd, &dp->dp_ssect, in pc98_write()
HDebr.c95 ebr_chs(&dp->dp_scyl, &dp->dp_shd, &dp->dp_ssect, nsecs); in ebr_write()
106 ebr_chs(&dp->dp_scyl, &dp->dp_shd, &dp->dp_ssect, in ebr_write()
HDmbr.c108 mbr_chs(&dp->dp_scyl, &dp->dp_shd, &dp->dp_ssect, in mbr_write()
/NextBSD/sys/sys/
HDdiskpc98.h66 unsigned char dp_shd; /* starting head */ member
HDdiskmbr.h69 unsigned char dp_shd; /* starting head */ member
/NextBSD/sys/geom/part/
HDg_part_mbr.c255 &entry->ent.dp_shd, &entry->ent.dp_ssect); in g_part_mbr_add()
476 ent.dp_shd = p[1]; in g_part_mbr_read()
589 p[1] = entry->ent.dp_shd; in g_part_mbr_write()
HDg_part_pc98.c220 &entry->ent.dp_shd, &entry->ent.dp_ssect); in g_part_pc98_add()
482 ent.dp_shd = p[9]; in g_part_pc98_read()
597 p[9] = entry->ent.dp_shd; in g_part_pc98_write()
HDg_part_ebr.c150 ent->dp_shd = p[1]; in ebr_entry_decode()
272 &entry->ent.dp_shd, &entry->ent.dp_ssect); in g_part_ebr_add()
663 p[1] = entry->ent.dp_shd; in g_part_ebr_write()
/NextBSD/sbin/fdisk/
HDfdisk.c499 ,partp->dp_shd in print_part()
585 thd = partp->dp_shd; in change_part()
592 partp->dp_shd = thd; in change_part()
704 partp->dp_shd = partp->dp_start % dos_cylsecs / dos_sectors; in dos()
/NextBSD/sys/boot/pc98/libpc98/
HDbiosdisk.c316 start = dp->dp_scyl * cylsecs + dp->dp_shd * od->od_sec + dp->dp_ssect; in bd_printslice()
570 dptr->dp_shd * od->od_sec + dptr->dp_ssect; in bd_open_pc98()
/NextBSD/usr.sbin/boot0cfg/
HDboot0cfg.c454 part[i].dp_shd, part[i].dp_ssect & 0x3f, part[i].dp_typ, in display_mbr()
/NextBSD/sys/boot/pc98/boot2/
HDboot2.c672 dp->dp_shd * dsk.sec + dp->dp_ssect; in dskread()