Home
last modified time | relevance | path

Searched refs:beghead (Results 1 – 8 of 8) sorted by path

/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c2029 Table[i].beghead == bhead && in load()
2058 temp->parts[0].beghead == bhead && in load()
2260 Table[ti].beghead = (uchar_t)hd; in Set_Table_CHS_Values()
2350 Table[i].beghead = (uchar_t)bhead; in insert_tbl()
2389 Old_Table[i].beghead == bhead && in entry_from_old_table()
2520 Table[i].beghead, in verify_tbl()
2530 Table[j].beghead, in verify_tbl()
3886 (void) fprintf(stderr, "%-5d ", Table[i].beghead);
3987 partp->beghead = getbyte(&bootptr);
4168 Table[i].beghead,
[all …]
/illumos-gate/usr/src/cmd/format/
H A Dmenu_fdisk.c131 partp->beghead = getbyte((uchar_t **)&bootptr); in fill_ipart()
550 ip.beghead = ip.begsect = ip.begcyl = 0xff;
778 ip.beghead = ip.begsect = ip.begcyl = 0xff;
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/
H A Ddisk_label.c187 (uint16_t)ip->beghead, (uint16_t)ip->begsect & 0x3f); in print_fdisk_part()
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c1393 parts[0].beghead = 0; in write_default_label()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dpartition.c486 (unsigned int)iparts[part_num - 1].beghead) != 0) { in get_attrs()
673 iparts[j].beghead = log_drv->parts[0].beghead; in get_parts()
/illumos-gate/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c1070 part->beghead = (uchar_t)hd; in fdisk_set_CHS_values()
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c3582 (fdp->beghead == LBA_MAX_HEAD) &&
/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dfdisk.h77 unsigned char beghead; /* beginning head, sector, cylinder */ member