Home
last modified time | relevance | path

Searched refs:endhead (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/sys/dktp/
H A Dfdisk.h81 unsigned char endhead; /* ending head, sector, cylinder */ member
/titanic_41/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()
/titanic_41/usr/src/cmd/format/
H A Dmenu_fdisk.c132 partp->endhead = getbyte((uchar_t **)&bootptr); in fill_ipart()
548 ip.endhead = ip.endsect = ip.endcyl = 0xff;
766 ip.endhead = ip.endsect = ip.endcyl = 0xff;
/titanic_41/usr/src/cmd/fdisk/
H A Dfdisk.c2035 Table[i].endhead == ehead && in load()
2064 temp->parts[0].endhead == ehead && in load()
2280 Table[ti].endhead = (uchar_t)hd; in Set_Table_CHS_Values()
2342 Table[i].endhead = (uchar_t)ehead; in insert_tbl()
2384 Old_Table[i].endhead == ehead && in entry_from_old_table()
2514 Table[i].endhead, in verify_tbl()
2524 Table[j].endhead, in verify_tbl()
3881 (void) fprintf(stderr, "%-5d ", Table[i].endhead);
3981 partp->endhead = getbyte(&bootptr);
4162 Table[i].endhead,
[all …]
/titanic_41/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c1067 part->endhead = (uchar_t)hd; in fdisk_set_CHS_values()
/titanic_41/usr/src/cmd/rmformat/
H A Drmf_slice.c1395 parts[0].endhead = nhead - 1; in write_default_label()
/titanic_41/usr/src/uts/common/io/
H A Dcmlb.c3550 (fdp->endhead == LBA_MAX_HEAD) &&