Searched refs:dp_shd (Results 1 – 17 of 17) sorted by relevance
| /NextBSD/sys/geom/ |
| HD | geom_mbr_enc.c | 47 d->dp_shd = p[1]; in dos_partition_dec() 64 p[1] = d->dp_shd; in dos_partition_enc()
|
| HD | geom_pc98_enc.c | 48 d->dp_shd = ptr[9]; in pc98_partition_dec() 71 ptr[9] = d->dp_shd; in pc98_partition_enc()
|
| HD | geom_pc98.c | 74 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()
|
| HD | geom_mbr.c | 80 dp->dp_shd, DPSECT(dp->dp_ssect)); in g_mbr_print()
|
| /NextBSD/sbin/fdisk_pc98/ |
| HD | fdisk.c | 280 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/ |
| HD | pc98.c | 106 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()
|
| HD | ebr.c | 95 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()
|
| HD | mbr.c | 108 mbr_chs(&dp->dp_scyl, &dp->dp_shd, &dp->dp_ssect, in mbr_write()
|
| /NextBSD/sys/sys/ |
| HD | diskpc98.h | 66 unsigned char dp_shd; /* starting head */ member
|
| HD | diskmbr.h | 69 unsigned char dp_shd; /* starting head */ member
|
| /NextBSD/sys/geom/part/ |
| HD | g_part_mbr.c | 255 &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()
|
| HD | g_part_pc98.c | 220 &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()
|
| HD | g_part_ebr.c | 150 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/ |
| HD | fdisk.c | 499 ,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/ |
| HD | biosdisk.c | 316 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/ |
| HD | boot0cfg.c | 454 part[i].dp_shd, part[i].dp_ssect & 0x3f, part[i].dp_typ, in display_mbr()
|
| /NextBSD/sys/boot/pc98/boot2/ |
| HD | boot2.c | 672 dp->dp_shd * dsk.sec + dp->dp_ssect; in dskread()
|