Home
last modified time | relevance | path

Searched refs:endhead (Results 1 – 8 of 8) sorted by last modified time

/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c1395 parts[0].endhead = nhead - 1; in write_default_label()
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c3585 (fdp->endhead == LBA_MAX_HEAD) &&
/illumos-gate/usr/src/cmd/format/
H A Dmenu_fdisk.c135 partp->endhead = getbyte((uchar_t **)&bootptr); in fill_ipart()
551 ip.endhead = ip.endsect = ip.endcyl = 0xff;
779 ip.endhead = ip.endsect = ip.endcyl = 0xff;
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c2033 Table[i].endhead == ehead && in load()
2062 temp->parts[0].endhead == ehead && in load()
2278 Table[ti].endhead = (uchar_t)hd; in Set_Table_CHS_Values()
2351 Table[i].endhead = (uchar_t)ehead; in insert_tbl()
2393 Old_Table[i].endhead == ehead && in entry_from_old_table()
2523 Table[i].endhead, in verify_tbl()
2533 Table[j].endhead, in verify_tbl()
3891 (void) fprintf(stderr, "%-5d ", Table[i].endhead);
3991 partp->endhead = getbyte(&bootptr);
4172 Table[i].endhead,
[all …]
/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dfdisk.h81 unsigned char endhead; /* ending head, sector, cylinder */ member
/illumos-gate/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c1088 part->endhead = (uchar_t)hd; in fdisk_set_CHS_values()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dpartition.c502 (unsigned int)iparts[part_num - 1].endhead) != 0) { in get_attrs()
677 iparts[j].endhead = log_drv->parts[0].endhead; in get_parts()
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/
H A Ddisk_label.c190 (uint16_t)ip->endhead, (uint16_t)ip->endsect & 0x3f); in print_fdisk_part()